HEX: #D6BCCC
RGB: (214,188,204)
#D6BCCC contains red, green and blue colors in about the same proportion. Web safe color of #D6BCCC is #CCCCCC (or #CCC).
#D6BCCC color RGB value is (214,188,204).
RGB: (214,188,204)
(84%, 74%, 80%)
R 214 of 255 = 84%
G 188 of 255 = 74%
B 204 of 255 = 80%
R + G + B ~ 79%. #D6BCCC is quite light color.
R + G + B = 214 + 188 + 204 = 606 (100%)
R 214 of 606 ~ 35.31%
G 188 of 606 ~ 31.02%
B 204 of 606 ~ 33.66'%
#D6BCCC color CMYK value is (0,12,5,16).
CMYK: (0,12,5,16)
C0M12Y5K16 (0%, 12%, 5%, 16%)
(0.00 / 0.12 / 0.05 / 0.16)
Color #D6BCCC in popluar color models
D6 | BC | CC | |
---|---|---|---|
RGB | 214 | 188 | 204 |
HSL | 323° | 24.07% | 78.82% |
HSB/HSV | 323° | 12.15% | 83.92% |
CMYK | 0.00% | 12.15% | 4.67% |
16.08% |
Color #D6BCCC in popluar number systems.
HEX | D6 | BC | CC |
Decimal | 214 | 188 | 204 |
Binary | 11010110 | 10111100 | 11001100 |
Octal | 326 | 274 | 314 |
Shades of #D6BCCC
Tints of #D6BCCC
Examples of css and html codes for elements with #D6BCCC color. Also use rgb(214,188,204) instead hex code.
.myTextColor { color: #D6BCCC; }
<p style="color:#D6BCCC">This sample text font color is #D6BCCC.</p>
This text font color is #D6BCCC.
.myBgColor { background-color: #D6BCCC; }
<div style="background-color:#D6BCCC">Inner text</div>
This div background color is #D6BCCC.
.myBorderColor { border: 1px solid #D6BCCC; }
<div style="border:3px solid #D6BCCC">Div</div>
This div border color is #D6BCCC.
.myOpacity80 { color: #D6BCCC; opacity: 0.8; }
<p style="color:#D6BCCC;opacity:0.8;">80%</p>
Text with #D6BCCC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6BCCC;}
<p style="text-shadow: 3px 3px 1px #D6BCCC">Text here.</p>
This text has shadow with #D6BCCC color.
.textShadow {text-shadow: 3px 3px 1px #D6BCCC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6BCCC, 5px 5px 20px red">Text here.</p>
This text has shadow with #D6BCCC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6BCCC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6BCCC, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6BCCC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D6BCCC;
-webkit-box-shadow: 1px 1px 3px 2px #D6BCCC;
box-shadow: 1px 1px 3px 2px #D6BCCC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D6BCCC; -webkit-box-shadow: 1px 1px 3px 2px #D6BCCC; box-shadow:1px 1px 3px 2px #D6BCCC;">
Div content here
</div>
This text has color #D6BCCC on black background.
This text has color #D6BCCC on white background.
This text has black color on #D6BCCC background.
This text has white color on #D6BCCC background.
Complementary color for #hex is #294333.