HEX: #E6BCDD
RGB: (230,188,221)
#E6BCDD contains red, green and blue colors in about the same proportion. Web safe color of #E6BCDD is #CCCCCC (or #CCC).
#E6BCDD color RGB value is (230,188,221).
RGB: (230,188,221)
(90%, 74%, 87%)
R 230 of 255 = 90%
G 188 of 255 = 74%
B 221 of 255 = 87%
R + G + B ~ 84%. #E6BCDD is quite light color.
R + G + B = 230 + 188 + 221 = 639 (100%)
R 230 of 639 ~ 35.99%
G 188 of 639 ~ 29.42%
B 221 of 639 ~ 34.59'%
#E6BCDD color CMYK value is (0,18,4,10).
CMYK: (0,18,4,10)
C0M18Y4K10 (0%, 18%, 4%, 10%)
(0.00 / 0.18 / 0.04 / 0.10)
Color #E6BCDD in popluar color models
E6 | BC | DD | |
---|---|---|---|
RGB | 230 | 188 | 221 |
HSL | 313° | 45.65% | 81.96% |
HSB/HSV | 313° | 18.26% | 90.20% |
CMYK | 0.00% | 18.26% | 3.91% |
9.80% |
Color #E6BCDD in popluar number systems.
HEX | E6 | BC | DD |
Decimal | 230 | 188 | 221 |
Binary | 11100110 | 10111100 | 11011101 |
Octal | 346 | 274 | 335 |
Shades of #E6BCDD
Tints of #E6BCDD
Examples of css and html codes for elements with #E6BCDD color. Also use rgb(230,188,221) instead hex code.
.myTextColor { color: #E6BCDD; }
<p style="color:#E6BCDD">This sample text font color is #E6BCDD.</p>
This text font color is #E6BCDD.
.myBgColor { background-color: #E6BCDD; }
<div style="background-color:#E6BCDD">Inner text</div>
This div background color is #E6BCDD.
.myBorderColor { border: 1px solid #E6BCDD; }
<div style="border:3px solid #E6BCDD">Div</div>
This div border color is #E6BCDD.
.myOpacity80 { color: #E6BCDD; opacity: 0.8; }
<p style="color:#E6BCDD;opacity:0.8;">80%</p>
Text with #E6BCDD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6BCDD;}
<p style="text-shadow: 3px 3px 1px #E6BCDD">Text here.</p>
This text has shadow with #E6BCDD color.
.textShadow {text-shadow: 3px 3px 1px #E6BCDD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6BCDD, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6BCDD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6BCDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6BCDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6BCDD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6BCDD;
-webkit-box-shadow: 1px 1px 3px 2px #E6BCDD;
box-shadow: 1px 1px 3px 2px #E6BCDD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6BCDD; -webkit-box-shadow: 1px 1px 3px 2px #E6BCDD; box-shadow:1px 1px 3px 2px #E6BCDD;">
Div content here
</div>
This text has color #E6BCDD on black background.
This text has color #E6BCDD on white background.
This text has black color on #E6BCDD background.
This text has white color on #E6BCDD background.
Complementary color for #hex is #194322.