HEX: #E6C7DD
RGB: (230,199,221)
#E6C7DD contains red, green and blue colors in about the same proportion. Web safe color of #E6C7DD is #CCCCCC (or #CCC).
#E6C7DD color RGB value is (230,199,221).
RGB: (230,199,221)
(90%, 78%, 87%)
R 230 of 255 = 90%
G 199 of 255 = 78%
B 221 of 255 = 87%
R + G + B ~ 85%. #E6C7DD is quite light color.
R + G + B = 230 + 199 + 221 = 650 (100%)
R 230 of 650 ~ 35.38%
G 199 of 650 ~ 30.62%
B 221 of 650 ~ 34'%
#E6C7DD color CMYK value is (0,13,4,10).
CMYK: (0,13,4,10)
C0M13Y4K10 (0%, 13%, 4%, 10%)
(0.00 / 0.13 / 0.04 / 0.10)
Color #E6C7DD in popluar color models
E6 | C7 | DD | |
---|---|---|---|
RGB | 230 | 199 | 221 |
HSL | 317° | 38.27% | 84.12% |
HSB/HSV | 317° | 13.48% | 90.20% |
CMYK | 0.00% | 13.48% | 3.91% |
9.80% |
Color #E6C7DD in popluar number systems.
HEX | E6 | C7 | DD |
Decimal | 230 | 199 | 221 |
Binary | 11100110 | 11000111 | 11011101 |
Octal | 346 | 307 | 335 |
Shades of #E6C7DD
Tints of #E6C7DD
Examples of css and html codes for elements with #E6C7DD color. Also use rgb(230,199,221) instead hex code.
.myTextColor { color: #E6C7DD; }
<p style="color:#E6C7DD">This sample text font color is #E6C7DD.</p>
This text font color is #E6C7DD.
.myBgColor { background-color: #E6C7DD; }
<div style="background-color:#E6C7DD">Inner text</div>
This div background color is #E6C7DD.
.myBorderColor { border: 1px solid #E6C7DD; }
<div style="border:3px solid #E6C7DD">Div</div>
This div border color is #E6C7DD.
.myOpacity80 { color: #E6C7DD; opacity: 0.8; }
<p style="color:#E6C7DD;opacity:0.8;">80%</p>
Text with #E6C7DD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6C7DD;}
<p style="text-shadow: 3px 3px 1px #E6C7DD">Text here.</p>
This text has shadow with #E6C7DD color.
.textShadow {text-shadow: 3px 3px 1px #E6C7DD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6C7DD, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6C7DD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6C7DD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6C7DD, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6C7DD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6C7DD;
-webkit-box-shadow: 1px 1px 3px 2px #E6C7DD;
box-shadow: 1px 1px 3px 2px #E6C7DD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6C7DD; -webkit-box-shadow: 1px 1px 3px 2px #E6C7DD; box-shadow:1px 1px 3px 2px #E6C7DD;">
Div content here
</div>
This text has color #E6C7DD on black background.
This text has color #E6C7DD on white background.
This text has black color on #E6C7DD background.
This text has white color on #E6C7DD background.
Complementary color for #hex is #193822.