HEX: #B6ADDC
RGB: (182,173,220)
#B6ADDC contains red, green and blue colors in about the same proportion. Web safe color of #B6ADDC is #CC99CC (or #C9C).
#B6ADDC color RGB value is (182,173,220).
RGB: (182,173,220)
(71%, 68%, 86%)
R 182 of 255 = 71%
G 173 of 255 = 68%
B 220 of 255 = 86%
R + G + B ~ 75%. #B6ADDC is quite light color.
R + G + B = 182 + 173 + 220 = 575 (100%)
R 182 of 575 ~ 31.65%
G 173 of 575 ~ 30.09%
B 220 of 575 ~ 38.26'%
#B6ADDC color CMYK value is (17,21,0,14).
CMYK: (17,21,0,14)
C17M21Y0K14 (17%, 21%, 0%, 14%)
(0.17 / 0.21 / 0.00 / 0.14)
Color #B6ADDC in popluar color models
B6 | AD | DC | |
---|---|---|---|
RGB | 182 | 173 | 220 |
HSL | 251° | 40.17% | 77.06% |
HSB/HSV | 251° | 21.36% | 86.27% |
CMYK | 17.27% | 21.36% | 0.00% |
13.73% |
Color #B6ADDC in popluar number systems.
HEX | B6 | AD | DC |
Decimal | 182 | 173 | 220 |
Binary | 10110110 | 10101101 | 11011100 |
Octal | 266 | 255 | 334 |
Shades of #B6ADDC
Tints of #B6ADDC
Examples of css and html codes for elements with #B6ADDC color. Also use rgb(182,173,220) instead hex code.
.myTextColor { color: #B6ADDC; }
<p style="color:#B6ADDC">This sample text font color is #B6ADDC.</p>
This text font color is #B6ADDC.
.myBgColor { background-color: #B6ADDC; }
<div style="background-color:#B6ADDC">Inner text</div>
This div background color is #B6ADDC.
.myBorderColor { border: 1px solid #B6ADDC; }
<div style="border:3px solid #B6ADDC">Div</div>
This div border color is #B6ADDC.
.myOpacity80 { color: #B6ADDC; opacity: 0.8; }
<p style="color:#B6ADDC;opacity:0.8;">80%</p>
Text with #B6ADDC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B6ADDC;}
<p style="text-shadow: 3px 3px 1px #B6ADDC">Text here.</p>
This text has shadow with #B6ADDC color.
.textShadow {text-shadow: 3px 3px 1px #B6ADDC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B6ADDC, 5px 5px 20px red">Text here.</p>
This text has shadow with #B6ADDC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B6ADDC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B6ADDC, Direction=45, Strength=4)">Text</p>
This text has shadow with #B6ADDC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B6ADDC;
-webkit-box-shadow: 1px 1px 3px 2px #B6ADDC;
box-shadow: 1px 1px 3px 2px #B6ADDC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B6ADDC; -webkit-box-shadow: 1px 1px 3px 2px #B6ADDC; box-shadow:1px 1px 3px 2px #B6ADDC;">
Div content here
</div>
This text has color #B6ADDC on black background.
This text has color #B6ADDC on white background.
This text has black color on #B6ADDC background.
This text has white color on #B6ADDC background.
Complementary color for #hex is #495223.