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