HEX: #D9EFDB
RGB: (217,239,219)
#D9EFDB contains red, green and blue colors in about the same proportion. Web safe color of #D9EFDB is #CCFFCC (or #CFC).
#D9EFDB color RGB value is (217,239,219).
RGB: (217,239,219)
(85%, 94%, 86%)
R 217 of 255 = 85%
G 239 of 255 = 94%
B 219 of 255 = 86%
R + G + B ~ 88%. #D9EFDB is light color.
R + G + B = 217 + 239 + 219 = 675 (100%)
R 217 of 675 ~ 32.15%
G 239 of 675 ~ 35.41%
B 219 of 675 ~ 32.44'%
#D9EFDB color CMYK value is (9,0,8,6).
CMYK: (9,0,8,6) C9M0Y8K6 (9%,0%,8%,6%) (0.09/0.00/0.08/0.06)
Color #D9EFDB in popluar color models
D9 | EF | DB | |
---|---|---|---|
RGB | 217 | 239 | 219 |
HSL | 125° | 40.74% | 89.41% |
HSB/HSV | 125° | 9.21% | 93.73% |
CMYK | 9.21% | 0.00% | 8.37% |
6.27% |
Color #D9EFDB in popluar number systems.
HEX | D9 | EF | DB |
Decimal | 217 | 239 | 219 |
Binary | 11011001 | 11101111 | 11011011 |
Octal | 331 | 357 | 333 |
Shades of #D9EFDB
Tints of #D9EFDB
Examples of css and html codes for elements with #D9EFDB color. Also use rgb(217,239,219) instead hex code.
.myTextColor { color: #D9EFDB; }
<p style="color:#D9EFDB">This sample text font color is #D9EFDB.</p>
This text font color is #D9EFDB.
.myBgColor { background-color: #D9EFDB; }
<div style="background-color:#D9EFDB">Inner text</div>
This div background color is #D9EFDB.
.myBorderColor { border: 1px solid #D9EFDB; }
<div style="border:3px solid #D9EFDB">Div</div>
This div border color is #D9EFDB.
.myOpacity80 { color: #D9EFDB; opacity: 0.8; }
<p style="color:#D9EFDB;opacity:0.8;">80%</p>
Text with #D9EFDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D9EFDB;}
<p style="text-shadow: 3px 3px 1px #D9EFDB">Text here.</p>
This text has shadow with #D9EFDB color.
.textShadow {text-shadow: 3px 3px 1px #D9EFDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D9EFDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #D9EFDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D9EFDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D9EFDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #D9EFDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D9EFDB;
-webkit-box-shadow: 1px 1px 3px 2px #D9EFDB;
box-shadow: 1px 1px 3px 2px #D9EFDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D9EFDB; -webkit-box-shadow: 1px 1px 3px 2px #D9EFDB; box-shadow:1px 1px 3px 2px #D9EFDB;">
Div content here
</div>
This text has color #D9EFDB on black background.
This text has color #D9EFDB on white background.
This text has black color on #D9EFDB background.
This text has white color on #D9EFDB background.
Complementary color for #hex is #261024.