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