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