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