HEX: #D9EEBC
RGB: (217,238,188)
#D9EEBC contains red, green and blue colors in about the same proportion. Web safe color of #D9EEBC is #CCFFCC (or #CFC).
#D9EEBC color RGB value is (217,238,188).
RGB: (217,238,188)
(85%, 93%, 74%)
R 217 of 255 = 85%
G 238 of 255 = 93%
B 188 of 255 = 74%
R + G + B ~ 84%. #D9EEBC is quite light color.
R + G + B = 217 + 238 + 188 = 643 (100%)
R 217 of 643 ~ 33.75%
G 238 of 643 ~ 37.01%
B 188 of 643 ~ 29.24'%
#D9EEBC color CMYK value is (9,0,21,7).
CMYK: (9,0,21,7) C9M0Y21K7 (9%,0%,21%,7%) (0.09/0.00/0.21/0.07)
Color #D9EEBC in popluar color models
D9 | EE | BC | |
---|---|---|---|
RGB | 217 | 238 | 188 |
HSL | 85° | 59.52% | 83.53% |
HSB/HSV | 85° | 21.01% | 93.33% |
CMYK | 8.82% | 0.00% | 21.01% |
6.67% |
Color #D9EEBC in popluar number systems.
HEX | D9 | EE | BC |
Decimal | 217 | 238 | 188 |
Binary | 11011001 | 11101110 | 10111100 |
Octal | 331 | 356 | 274 |
Shades of #D9EEBC
Tints of #D9EEBC
Examples of css and html codes for elements with #D9EEBC color. Also use rgb(217,238,188) instead hex code.
.myTextColor { color: #D9EEBC; }
<p style="color:#D9EEBC">This sample text font color is #D9EEBC.</p>
This text font color is #D9EEBC.
.myBgColor { background-color: #D9EEBC; }
<div style="background-color:#D9EEBC">Inner text</div>
This div background color is #D9EEBC.
.myBorderColor { border: 1px solid #D9EEBC; }
<div style="border:3px solid #D9EEBC">Div</div>
This div border color is #D9EEBC.
.myOpacity80 { color: #D9EEBC; opacity: 0.8; }
<p style="color:#D9EEBC;opacity:0.8;">80%</p>
Text with #D9EEBC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D9EEBC;}
<p style="text-shadow: 3px 3px 1px #D9EEBC">Text here.</p>
This text has shadow with #D9EEBC color.
.textShadow {text-shadow: 3px 3px 1px #D9EEBC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D9EEBC, 5px 5px 20px red">Text here.</p>
This text has shadow with #D9EEBC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D9EEBC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D9EEBC, Direction=45, Strength=4)">Text</p>
This text has shadow with #D9EEBC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D9EEBC;
-webkit-box-shadow: 1px 1px 3px 2px #D9EEBC;
box-shadow: 1px 1px 3px 2px #D9EEBC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D9EEBC; -webkit-box-shadow: 1px 1px 3px 2px #D9EEBC; box-shadow:1px 1px 3px 2px #D9EEBC;">
Div content here
</div>
This text has color #D9EEBC on black background.
This text has color #D9EEBC on white background.
This text has black color on #D9EEBC background.
This text has white color on #D9EEBC background.
Complementary color for #hex is #261143.