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