HEX: #B6ADC9
RGB: (182,173,201)
#B6ADC9 contains red, green and blue colors in about the same proportion. Web safe color of #B6ADC9 is #CC99CC (or #C9C).
#B6ADC9 color RGB value is (182,173,201).
RGB: (182,173,201)
(71%, 68%, 79%)
R 182 of 255 = 71%
G 173 of 255 = 68%
B 201 of 255 = 79%
R + G + B ~ 73%. #B6ADC9 is quite light color.
R + G + B = 182 + 173 + 201 = 556 (100%)
R 182 of 556 ~ 32.73%
G 173 of 556 ~ 31.12%
B 201 of 556 ~ 36.15'%
#B6ADC9 color CMYK value is (9,14,0,21).
CMYK: (9,14,0,21)
C9M14Y0K21 (9%, 14%, 0%, 21%)
(0.09 / 0.14 / 0.00 / 0.21)
Color #B6ADC9 in popluar color models
B6 | AD | C9 | |
---|---|---|---|
RGB | 182 | 173 | 201 |
HSL | 259° | 20.59% | 73.33% |
HSB/HSV | 259° | 13.93% | 78.82% |
CMYK | 9.45% | 13.93% | 0.00% |
21.18% |
Color #B6ADC9 in popluar number systems.
HEX | B6 | AD | C9 |
Decimal | 182 | 173 | 201 |
Binary | 10110110 | 10101101 | 11001001 |
Octal | 266 | 255 | 311 |
Shades of #B6ADC9
Tints of #B6ADC9
Examples of css and html codes for elements with #B6ADC9 color. Also use rgb(182,173,201) instead hex code.
.myTextColor { color: #B6ADC9; }
<p style="color:#B6ADC9">This sample text font color is #B6ADC9.</p>
This text font color is #B6ADC9.
.myBgColor { background-color: #B6ADC9; }
<div style="background-color:#B6ADC9">Inner text</div>
This div background color is #B6ADC9.
.myBorderColor { border: 1px solid #B6ADC9; }
<div style="border:3px solid #B6ADC9">Div</div>
This div border color is #B6ADC9.
.myOpacity80 { color: #B6ADC9; opacity: 0.8; }
<p style="color:#B6ADC9;opacity:0.8;">80%</p>
Text with #B6ADC9 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B6ADC9;}
<p style="text-shadow: 3px 3px 1px #B6ADC9">Text here.</p>
This text has shadow with #B6ADC9 color.
.textShadow {text-shadow: 3px 3px 1px #B6ADC9', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B6ADC9, 5px 5px 20px red">Text here.</p>
This text has shadow with #B6ADC9 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B6ADC9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B6ADC9, Direction=45, Strength=4)">Text</p>
This text has shadow with #B6ADC9 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B6ADC9;
-webkit-box-shadow: 1px 1px 3px 2px #B6ADC9;
box-shadow: 1px 1px 3px 2px #B6ADC9;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B6ADC9; -webkit-box-shadow: 1px 1px 3px 2px #B6ADC9; box-shadow:1px 1px 3px 2px #B6ADC9;">
Div content here
</div>
This text has color #B6ADC9 on black background.
This text has color #B6ADC9 on white background.
This text has black color on #B6ADC9 background.
This text has white color on #B6ADC9 background.
Complementary color for #hex is #495236.