HEX: #D9EFFF
RGB: (217,239,255)
#D9EFFF contains red, green and blue colors in about the same proportion. Web safe color of #D9EFFF is #CCFFFF (or #CFF).
#D9EFFF color RGB value is (217,239,255).
RGB: (217,239,255)
(85%, 94%, 100%)
R 217 of 255 = 85%
G 239 of 255 = 94%
B 255 of 255 = 100%
R + G + B ~ 93%. #D9EFFF is light color.
R + G + B = 217 + 239 + 255 = 711 (100%)
R 217 of 711 ~ 30.52%
G 239 of 711 ~ 33.61%
B 255 of 711 ~ 35.86'%
#D9EFFF color CMYK value is (15,6,0,0).
CMYK: (15,6,0,0)
C15M6Y0K0 (15%, 6%, 0%, 0%)
(0.15 / 0.06 / 0.00 / 0.00)
Color #D9EFFF in popluar color models
D9 | EF | FF | |
---|---|---|---|
RGB | 217 | 239 | 255 |
HSL | 205° | 100.00% | 92.55% |
HSB/HSV | 205° | 14.90% | 100.00% |
CMYK | 14.90% | 6.27% | 0.00% |
0.00% |
Color #D9EFFF in popluar number systems.
HEX | D9 | EF | FF |
Decimal | 217 | 239 | 255 |
Binary | 11011001 | 11101111 | 11111111 |
Octal | 331 | 357 | 377 |
Shades of #D9EFFF
Tints of #D9EFFF
Examples of css and html codes for elements with #D9EFFF color. Also use rgb(217,239,255) instead hex code.
.myTextColor { color: #D9EFFF; }
<p style="color:#D9EFFF">This sample text font color is #D9EFFF.</p>
This text font color is #D9EFFF.
.myBgColor { background-color: #D9EFFF; }
<div style="background-color:#D9EFFF">Inner text</div>
This div background color is #D9EFFF.
.myBorderColor { border: 1px solid #D9EFFF; }
<div style="border:3px solid #D9EFFF">Div</div>
This div border color is #D9EFFF.
.myOpacity80 { color: #D9EFFF; opacity: 0.8; }
<p style="color:#D9EFFF;opacity:0.8;">80%</p>
Text with #D9EFFF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D9EFFF;}
<p style="text-shadow: 3px 3px 1px #D9EFFF">Text here.</p>
This text has shadow with #D9EFFF color.
.textShadow {text-shadow: 3px 3px 1px #D9EFFF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D9EFFF, 5px 5px 20px red">Text here.</p>
This text has shadow with #D9EFFF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D9EFFF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D9EFFF, Direction=45, Strength=4)">Text</p>
This text has shadow with #D9EFFF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D9EFFF;
-webkit-box-shadow: 1px 1px 3px 2px #D9EFFF;
box-shadow: 1px 1px 3px 2px #D9EFFF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D9EFFF; -webkit-box-shadow: 1px 1px 3px 2px #D9EFFF; box-shadow:1px 1px 3px 2px #D9EFFF;">
Div content here
</div>
This text has color #D9EFFF on black background.
This text has color #D9EFFF on white background.
This text has black color on #D9EFFF background.
This text has white color on #D9EFFF background.
Complementary color for #hex is #261000.