HEX: #D6EDCC
RGB: (214,237,204)
#D6EDCC contains red, green and blue colors in about the same proportion. Web safe color of #D6EDCC is #CCFFCC (or #CFC).
#D6EDCC color RGB value is (214,237,204).
RGB: (214,237,204)
(84%, 93%, 80%)
R 214 of 255 = 84%
G 237 of 255 = 93%
B 204 of 255 = 80%
R + G + B ~ 86%. #D6EDCC is light color.
R + G + B = 214 + 237 + 204 = 655 (100%)
R 214 of 655 ~ 32.67%
G 237 of 655 ~ 36.18%
B 204 of 655 ~ 31.15'%
#D6EDCC color CMYK value is (10,0,14,7).
CMYK: (10,0,14,7) C10M0Y14K7 (10%,0%,14%,7%) (0.10/0.00/0.14/0.07)
Color #D6EDCC in popluar color models
D6 | ED | CC | |
---|---|---|---|
RGB | 214 | 237 | 204 |
HSL | 102° | 47.83% | 86.47% |
HSB/HSV | 102° | 13.92% | 92.94% |
CMYK | 9.70% | 0.00% | 13.92% |
7.06% |
Color #D6EDCC in popluar number systems.
HEX | D6 | ED | CC |
Decimal | 214 | 237 | 204 |
Binary | 11010110 | 11101101 | 11001100 |
Octal | 326 | 355 | 314 |
Shades of #D6EDCC
Tints of #D6EDCC
Examples of css and html codes for elements with #D6EDCC color. Also use rgb(214,237,204) instead hex code.
.myTextColor { color: #D6EDCC; }
<p style="color:#D6EDCC">This sample text font color is #D6EDCC.</p>
This text font color is #D6EDCC.
.myBgColor { background-color: #D6EDCC; }
<div style="background-color:#D6EDCC">Inner text</div>
This div background color is #D6EDCC.
.myBorderColor { border: 1px solid #D6EDCC; }
<div style="border:3px solid #D6EDCC">Div</div>
This div border color is #D6EDCC.
.myOpacity80 { color: #D6EDCC; opacity: 0.8; }
<p style="color:#D6EDCC;opacity:0.8;">80%</p>
Text with #D6EDCC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6EDCC;}
<p style="text-shadow: 3px 3px 1px #D6EDCC">Text here.</p>
This text has shadow with #D6EDCC color.
.textShadow {text-shadow: 3px 3px 1px #D6EDCC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6EDCC, 5px 5px 20px red">Text here.</p>
This text has shadow with #D6EDCC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6EDCC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6EDCC, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6EDCC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D6EDCC;
-webkit-box-shadow: 1px 1px 3px 2px #D6EDCC;
box-shadow: 1px 1px 3px 2px #D6EDCC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D6EDCC; -webkit-box-shadow: 1px 1px 3px 2px #D6EDCC; box-shadow:1px 1px 3px 2px #D6EDCC;">
Div content here
</div>
This text has color #D6EDCC on black background.
This text has color #D6EDCC on white background.
This text has black color on #D6EDCC background.
This text has white color on #D6EDCC background.
Complementary color for #hex is #291233.