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