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