COLOR #D9E8DB

HEX: #D9E8DB RGB: (217,232,219)

Color info

#D9E8DB contains red, green and blue colors in about the same proportion. Web safe color of #D9E8DB is #CCFFCC (or #CFC).

RGB color model

#D9E8DB color RGB value is (217,232,219).

RGB: (217,232,219) (85%, 91%, 86%)

RGB channels and saturation

R 217 of 255 = 85%
G 232 of 255 = 91%
B 219 of 255 = 86%

217
232
219

R + G + B ~ 87%. #D9E8DB is light color.

Portions of RGB colors in percentages

R + G + B = 217 + 232 + 219 = 668 (100%)
R 217 of 668 ~ 32.49%
G 232 of 668 ~ 34.73%
B 219 of 668 ~ 32.78'%

%32.49
%34.73
%32.78

CMYK color model

#D9E8DB color CMYK value is (6,0,6,9).

  • cyan value is 6.47%
  • magenta value is 0.00%
  • yellow value is 5.60%
  • key color value is 9.02%

CMYK: (6,0,6,9)
C6M0Y6K9 (6%, 0%, 6%, 9%)
(0.06 / 0.00 / 0.06 / 0.09)

CMYK percentages

%6.47
%0
%5.6
%9.02

Codes

Color #D9E8DB in popluar color models

D9 E8 DB
RGB 217 232 219
HSL 128° 24.59% 88.04%
HSB/HSV 128° 6.47% 90.98%
CMYK 6.47% 0.00% 5.60%
9.02%

Color #D9E8DB in popluar number systems.

HEX D9 E8 DB
Decimal 217 232 219
Binary 11011001 11101000 11011011
Octal 331 350 333

Shades and tints

Shades of #D9E8DB

#D9E8DB
(217,232,219)
#C6D3C8
(198,211,200)
#B3BEB5
(179,190,181)
#A0A9A2
(160,169,162)
#8D948F
(141,148,143)
#7A7F7C
(122,127,124)
#676A69
(103,106,105)
#545556
(84,85,86)
#414043
(65,64,67)
#2E2B30
(46,43,48)
#1B161D
(27,22,29)
#000000
(0,0,0)

Tints of #D9E8DB

#D9E8DB
(217,232,219)
#DCEADE
(220,234,222)
#DFECE1
(223,236,225)
#E2EEE4
(226,238,228)
#E5F0E7
(229,240,231)
#E8F2EA
(232,242,234)
#EBF4ED
(235,244,237)
#EEF6F0
(238,246,240)
#F1F8F3
(241,248,243)
#F4FAF6
(244,250,246)
#F7FCF9
(247,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9E8DB color. Also use rgb(217,232,219) instead hex code.

Text Font Color

.myTextColor { color: #D9E8DB; }

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

This text font color is #D9E8DB.

Background Color

.myBgColor { background-color: #D9E8DB; }

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

This div background color is #D9E8DB.

Border color

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

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

This div border color is #D9E8DB.

Opacity

.myOpacity80 { color: #D9E8DB; opacity: 0.8; }

<p style="color:#D9E8DB;opacity:0.8;">80%</p>

Text with #D9E8DB 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 #D9E8DB;}

<p style="text-shadow: 3px 3px 1px #D9E8DB">Text here.</p>

This text has shadow with #D9E8DB color.


.textShadow {text-shadow: 3px 3px 1px #D9E8DB', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D9E8DB, 5px 5px 20px red">Text here.</p>

This text has shadow with #D9E8DB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D9E8DB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D9E8DB, Direction=45, Strength=4)">Text</p>

This text has shadow with #D9E8DB and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D9E8DB;
-webkit-box-shadow: 1px 1px 3px 2px #D9E8DB;
box-shadow: 1px 1px 3px 2px #D9E8DB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D9E8DB; -webkit-box-shadow: 1px 1px 3px 2px #D9E8DB; box-shadow:1px 1px 3px 2px #D9E8DB;">
Div content here
</div>

This div box has shadow with color #D9E8DB.

Preview

Color preview on black background

This text has color #D9E8DB on black background.


Color preview on white background

This text has color #D9E8DB on white background.


Black color preview on #D9E8DB background

This text has black color on #D9E8DB background.


White color preview on #D9E8DB background

This text has white color on #D9E8DB background.


Related colors

Complementary color

Complementary color for #hex is #261724.


I love getcolorcode.com

Triadic colors

1 #DBD9E8 and #E8DBD9 with #D9E8DB are triadic colors.

2 #DBE8D9 and #E8D9DB with #D9E8DB are triadic colors.