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