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