HEX: #D9ECFB
RGB: (217,236,251)
#D9ECFB contains red, green and blue colors in about the same proportion. Web safe color of #D9ECFB is #CCFFFF (or #CFF).
#D9ECFB color RGB value is (217,236,251).
RGB: (217,236,251)
(85%, 93%, 98%)
R 217 of 255 = 85%
G 236 of 255 = 93%
B 251 of 255 = 98%
R + G + B ~ 92%. #D9ECFB is light color.
R + G + B = 217 + 236 + 251 = 704 (100%)
R 217 of 704 ~ 30.82%
G 236 of 704 ~ 33.52%
B 251 of 704 ~ 35.65'%
#D9ECFB color CMYK value is (14,6,0,2).
CMYK: (14,6,0,2)
C14M6Y0K2 (14%, 6%, 0%, 2%)
(0.14 / 0.06 / 0.00 / 0.02)
Color #D9ECFB in popluar color models
D9 | EC | FB | |
---|---|---|---|
RGB | 217 | 236 | 251 |
HSL | 206° | 80.95% | 91.76% |
HSB/HSV | 206° | 13.55% | 98.43% |
CMYK | 13.55% | 5.98% | 0.00% |
1.57% |
Color #D9ECFB in popluar number systems.
HEX | D9 | EC | FB |
Decimal | 217 | 236 | 251 |
Binary | 11011001 | 11101100 | 11111011 |
Octal | 331 | 354 | 373 |
Shades of #D9ECFB
Tints of #D9ECFB
Examples of css and html codes for elements with #D9ECFB color. Also use rgb(217,236,251) instead hex code.
.myTextColor { color: #D9ECFB; }
<p style="color:#D9ECFB">This sample text font color is #D9ECFB.</p>
This text font color is #D9ECFB.
.myBgColor { background-color: #D9ECFB; }
<div style="background-color:#D9ECFB">Inner text</div>
This div background color is #D9ECFB.
.myBorderColor { border: 1px solid #D9ECFB; }
<div style="border:3px solid #D9ECFB">Div</div>
This div border color is #D9ECFB.
.myOpacity80 { color: #D9ECFB; opacity: 0.8; }
<p style="color:#D9ECFB;opacity:0.8;">80%</p>
Text with #D9ECFB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D9ECFB;}
<p style="text-shadow: 3px 3px 1px #D9ECFB">Text here.</p>
This text has shadow with #D9ECFB color.
.textShadow {text-shadow: 3px 3px 1px #D9ECFB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D9ECFB, 5px 5px 20px red">Text here.</p>
This text has shadow with #D9ECFB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D9ECFB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D9ECFB, Direction=45, Strength=4)">Text</p>
This text has shadow with #D9ECFB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D9ECFB;
-webkit-box-shadow: 1px 1px 3px 2px #D9ECFB;
box-shadow: 1px 1px 3px 2px #D9ECFB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D9ECFB; -webkit-box-shadow: 1px 1px 3px 2px #D9ECFB; box-shadow:1px 1px 3px 2px #D9ECFB;">
Div content here
</div>
This text has color #D9ECFB on black background.
This text has color #D9ECFB on white background.
This text has black color on #D9ECFB background.
This text has white color on #D9ECFB background.
Complementary color for #hex is #261304.