COLOR #D9E1EB

HEX: #D9E1EB RGB: (217,225,235)

Color info

#D9E1EB contains red, green and blue colors in about the same proportion. Web safe color of #D9E1EB is #CCCCFF (or #CCF).

RGB color model

#D9E1EB color RGB value is (217,225,235).

RGB: (217,225,235) (85%, 88%, 92%)

RGB channels and saturation

R 217 of 255 = 85%
G 225 of 255 = 88%
B 235 of 255 = 92%

217
225
235

R + G + B ~ 88%. #D9E1EB is light color.

Portions of RGB colors in percentages

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'%

%32.05
%33.23
%34.71

CMYK color model

#D9E1EB color CMYK value is (8,4,0,8).

  • cyan value is 7.66%
  • magenta value is 4.26%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (8,4,0,8) C8M4Y0K8 (8%,4%,0%,8%) (0.08/0.04/0.00/0.08) 

CMYK percentages

%7.66
%4.26
%0
%7.84

Codes

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 and tints

Shades of #D9E1EB

#D9E1EB
(217,225,235)
#C6CDD6
(198,205,214)
#B3B9C1
(179,185,193)
#A0A5AC
(160,165,172)
#8D9197
(141,145,151)
#7A7D82
(122,125,130)
#67696D
(103,105,109)
#545558
(84,85,88)
#414143
(65,65,67)
#2E2D2E
(46,45,46)
#1B1919
(27,25,25)
#000000
(0,0,0)

Tints of #D9E1EB

#D9E1EB
(217,225,235)
#DCE3EC
(220,227,236)
#DFE5ED
(223,229,237)
#E2E7EE
(226,231,238)
#E5E9EF
(229,233,239)
#E8EBF0
(232,235,240)
#EBEDF1
(235,237,241)
#EEEFF2
(238,239,242)
#F1F1F3
(241,241,243)
#F4F3F4
(244,243,244)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9E1EB color. Also use rgb(217,225,235) instead hex code.

Text Font Color

.myTextColor { color: #D9E1EB; }

<p style="color:#D9E1EB">This sample text font color is #D9E1EB.</p>

This text font color is #D9E1EB.

Background Color

.myBgColor { background-color: #D9E1EB; }

<div style="background-color:#D9E1EB">Inner text</div>

This div background color is #D9E1EB.

Border color

.myBorderColor { border: 1px solid #D9E1EB; }

<div style="border:3px solid #D9E1EB">Div</div>

This div border color is #D9E1EB.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #D9E1EB.

Preview

Color preview on black background

This text has color #D9E1EB on black background.


Color preview on white background

This text has color #D9E1EB on white background.


Black color preview on #D9E1EB background

This text has black color on #D9E1EB background.


White color preview on #D9E1EB background

This text has white color on #D9E1EB background.


Related colors

Complementary color

Complementary color for #hex is #261E14.


I love getcolorcode.com

Triadic colors

1 #EBD9E1 and #E1EBD9 with #D9E1EB are triadic colors.

2 #EBE1D9 and #E1D9EB with #D9E1EB are triadic colors.