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