HEX: #D9E1EB
RGB: (217,225,235)
#D9E1EB contains red, green and blue colors in about the same proportion. Web safe color of #D9E1EB is #CCCCFF (or #CCF).
#D9E1EB color RGB value is (217,225,235).
RGB: (217,225,235)
(85%, 88%, 92%)
R 217 of 255 = 85%
G 225 of 255 = 88%
B 235 of 255 = 92%
R + G + B ~ 88%. #D9E1EB is light color.
R + G + B = 217 + 225 + 235 = 677 (100%)
R 217 of 677 ~ 32.05%
G 225 of 677 ~ 33.23%
B 235 of 677 ~ 34.71'%
#D9E1EB color CMYK value is (8,4,0,8).
CMYK: (8,4,0,8) C8M4Y0K8 (8%,4%,0%,8%) (0.08/0.04/0.00/0.08)
Color #D9E1EB in popluar color models
D9 | E1 | EB | |
---|---|---|---|
RGB | 217 | 225 | 235 |
HSL | 213° | 31.03% | 88.63% |
HSB/HSV | 213° | 7.66% | 92.16% |
CMYK | 7.66% | 4.26% | 0.00% |
7.84% |
Color #D9E1EB in popluar number systems.
HEX | D9 | E1 | EB |
Decimal | 217 | 225 | 235 |
Binary | 11011001 | 11100001 | 11101011 |
Octal | 331 | 341 | 353 |
Shades of #D9E1EB
Tints of #D9E1EB
Examples of css and html codes for elements with #D9E1EB color. Also use rgb(217,225,235) instead hex code.
.myTextColor { color: #D9E1EB; }
<p style="color:#D9E1EB">This sample text font color is #D9E1EB.</p>
This text font color is #D9E1EB.
.myBgColor { background-color: #D9E1EB; }
<div style="background-color:#D9E1EB">Inner text</div>
This div background color is #D9E1EB.
.myBorderColor { border: 1px solid #D9E1EB; }
<div style="border:3px solid #D9E1EB">Div</div>
This div border color is #D9E1EB.
.myOpacity80 { color: #D9E1EB; opacity: 0.8; }
<p style="color:#D9E1EB;opacity:0.8;">80%</p>
Text with #D9E1EB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D9E1EB;}
<p style="text-shadow: 3px 3px 1px #D9E1EB">Text here.</p>
This text has shadow with #D9E1EB color.
.textShadow {text-shadow: 3px 3px 1px #D9E1EB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D9E1EB, 5px 5px 20px red">Text here.</p>
This text has shadow with #D9E1EB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D9E1EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D9E1EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #D9E1EB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D9E1EB;
-webkit-box-shadow: 1px 1px 3px 2px #D9E1EB;
box-shadow: 1px 1px 3px 2px #D9E1EB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D9E1EB; -webkit-box-shadow: 1px 1px 3px 2px #D9E1EB; box-shadow:1px 1px 3px 2px #D9E1EB;">
Div content here
</div>
This text has color #D9E1EB on black background.
This text has color #D9E1EB on white background.
This text has black color on #D9E1EB background.
This text has white color on #D9E1EB background.
Complementary color for #hex is #261E14.