HEX: #D9FEDB
RGB: (217,254,219)
#D9FEDB contains red, green and blue colors in about the same proportion. Web safe color of #D9FEDB is #CCFFCC (or #CFC).
#D9FEDB color RGB value is (217,254,219).
RGB: (217,254,219)
(85%, 100%, 86%)
R 217 of 255 = 85%
G 254 of 255 = 100%
B 219 of 255 = 86%
R + G + B ~ 90%. #D9FEDB is light color.
R + G + B = 217 + 254 + 219 = 690 (100%)
R 217 of 690 ~ 31.45%
G 254 of 690 ~ 36.81%
B 219 of 690 ~ 31.74'%
#D9FEDB color CMYK value is (15,0,14,0).
CMYK: (15,0,14,0)
C15M0Y14K0 (15%, 0%, 14%, 0%)
(0.15 / 0.00 / 0.14 / 0.00)
Color #D9FEDB in popluar color models
D9 | FE | DB | |
---|---|---|---|
RGB | 217 | 254 | 219 |
HSL | 123° | 94.87% | 92.35% |
HSB/HSV | 123° | 14.57% | 99.61% |
CMYK | 14.57% | 0.00% | 13.78% |
0.39% |
Color #D9FEDB in popluar number systems.
HEX | D9 | FE | DB |
Decimal | 217 | 254 | 219 |
Binary | 11011001 | 11111110 | 11011011 |
Octal | 331 | 376 | 333 |
Shades of #D9FEDB
Tints of #D9FEDB
Examples of css and html codes for elements with #D9FEDB color. Also use rgb(217,254,219) instead hex code.
.myTextColor { color: #D9FEDB; }
<p style="color:#D9FEDB">This sample text font color is #D9FEDB.</p>
This text font color is #D9FEDB.
.myBgColor { background-color: #D9FEDB; }
<div style="background-color:#D9FEDB">Inner text</div>
This div background color is #D9FEDB.
.myBorderColor { border: 1px solid #D9FEDB; }
<div style="border:3px solid #D9FEDB">Div</div>
This div border color is #D9FEDB.
.myOpacity80 { color: #D9FEDB; opacity: 0.8; }
<p style="color:#D9FEDB;opacity:0.8;">80%</p>
Text with #D9FEDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D9FEDB;}
<p style="text-shadow: 3px 3px 1px #D9FEDB">Text here.</p>
This text has shadow with #D9FEDB color.
.textShadow {text-shadow: 3px 3px 1px #D9FEDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D9FEDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #D9FEDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D9FEDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D9FEDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #D9FEDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D9FEDB;
-webkit-box-shadow: 1px 1px 3px 2px #D9FEDB;
box-shadow: 1px 1px 3px 2px #D9FEDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D9FEDB; -webkit-box-shadow: 1px 1px 3px 2px #D9FEDB; box-shadow:1px 1px 3px 2px #D9FEDB;">
Div content here
</div>
This text has color #D9FEDB on black background.
This text has color #D9FEDB on white background.
This text has black color on #D9FEDB background.
This text has white color on #D9FEDB background.
Complementary color for #hex is #260124.