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