HEX: #B7AEDB
RGB: (183,174,219)
#B7AEDB contains red, green and blue colors in about the same proportion. Web safe color of #B7AEDB is #CC99CC (or #C9C).
#B7AEDB color RGB value is (183,174,219).
RGB: (183,174,219)
(72%, 68%, 86%)
R 183 of 255 = 72%
G 174 of 255 = 68%
B 219 of 255 = 86%
R + G + B ~ 75%. #B7AEDB is quite light color.
R + G + B = 183 + 174 + 219 = 576 (100%)
R 183 of 576 ~ 31.77%
G 174 of 576 ~ 30.21%
B 219 of 576 ~ 38.02'%
#B7AEDB color CMYK value is (16,21,0,14).
CMYK: (16,21,0,14) C16M21Y0K14 (16%,21%,0%,14%) (0.16/0.21/0.00/0.14)
Color #B7AEDB in popluar color models
B7 | AE | DB | |
---|---|---|---|
RGB | 183 | 174 | 219 |
HSL | 252° | 38.46% | 77.06% |
HSB/HSV | 252° | 20.55% | 85.88% |
CMYK | 16.44% | 20.55% | 0.00% |
14.12% |
Color #B7AEDB in popluar number systems.
HEX | B7 | AE | DB |
Decimal | 183 | 174 | 219 |
Binary | 10110111 | 10101110 | 11011011 |
Octal | 267 | 256 | 333 |
Shades of #B7AEDB
Tints of #B7AEDB
Examples of css and html codes for elements with #B7AEDB color. Also use rgb(183,174,219) instead hex code.
.myTextColor { color: #B7AEDB; }
<p style="color:#B7AEDB">This sample text font color is #B7AEDB.</p>
This text font color is #B7AEDB.
.myBgColor { background-color: #B7AEDB; }
<div style="background-color:#B7AEDB">Inner text</div>
This div background color is #B7AEDB.
.myBorderColor { border: 1px solid #B7AEDB; }
<div style="border:3px solid #B7AEDB">Div</div>
This div border color is #B7AEDB.
.myOpacity80 { color: #B7AEDB; opacity: 0.8; }
<p style="color:#B7AEDB;opacity:0.8;">80%</p>
Text with #B7AEDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B7AEDB;}
<p style="text-shadow: 3px 3px 1px #B7AEDB">Text here.</p>
This text has shadow with #B7AEDB color.
.textShadow {text-shadow: 3px 3px 1px #B7AEDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B7AEDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #B7AEDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B7AEDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B7AEDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #B7AEDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B7AEDB;
-webkit-box-shadow: 1px 1px 3px 2px #B7AEDB;
box-shadow: 1px 1px 3px 2px #B7AEDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B7AEDB; -webkit-box-shadow: 1px 1px 3px 2px #B7AEDB; box-shadow:1px 1px 3px 2px #B7AEDB;">
Div content here
</div>
This text has color #B7AEDB on black background.
This text has color #B7AEDB on white background.
This text has black color on #B7AEDB background.
This text has white color on #B7AEDB background.
Complementary color for #hex is #485124.