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