<div style="color: #DFDCDF"></div>
.class { color: #DFDCDF; }
<div style="background-color: #DFDCDF"></div>
.class { background-color: #DFDCDF; }
<div style="border: 2px solid #DFDCDF"></div>
.class { border: 2px solid #DFDCDF; }
<div style="text-shadow: 3px 3px 2px #DFDCDF"></div>
.class { text-shadow: 3px 3px 2px #DFDCDF; }
<div style="box-shadow: 1px 1px 3px 2px #DFDCDF; -webkit-box-shadow: 1px 1px 3px 2px #DFDCDF;-moz-box-shadow:1px 1px 3px 2px #DFDCDF"></div>
.class { box-shadow: 1px 1px 3px 2px #DFDCDF; -webkit-box-shadow: 1px 1px 3px 2px #DFDCDF;-moz-box-shadow:1px 1px 3px 2px #DFDCDF; }