COLOR #D0E9DF

HEX: #D0E9DF RGB: (208,233,223)

Color info

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

RGB color model

#D0E9DF color RGB value is (208,233,223).

RGB: (208,233,223) (82%, 91%, 87%)

RGB channels and saturation

R 208 of 255 = 82%
G 233 of 255 = 91%
B 223 of 255 = 87%

208
233
223

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

Portions of RGB colors in percentages

R + G + B = 208 + 233 + 223 = 664 (100%)
R 208 of 664 ~ 31.33%
G 233 of 664 ~ 35.09%
B 223 of 664 ~ 33.58'%

%31.33
%35.09
%33.58

CMYK color model

#D0E9DF color CMYK value is (11,0,4,9).

  • cyan value is 10.73%
  • magenta value is 0.00%
  • yellow value is 4.29%
  • key color value is 8.63%
CMYK: (11,0,4,9) C11M0Y4K9 (11%,0%,4%,9%) (0.11/0.00/0.04/0.09) 

CMYK percentages

%10.73
%0
%4.29
%8.63

Codes

Color #D0E9DF in popluar color models

D0 E9 DF
RGB 208 233 223
HSL 156° 36.23% 86.47%
HSB/HSV 156° 10.73% 91.37%
CMYK 10.73% 0.00% 4.29%
8.63%

Color #D0E9DF in popluar number systems.

HEX D0 E9 DF
Decimal 208 233 223
Binary 11010000 11101001 11011111
Octal 320 351 337

Shades and tints

Shades of #D0E9DF

#D0E9DF
(208,233,223)
#BED4CB
(190,212,203)
#ACBFB7
(172,191,183)
#9AAAA3
(154,170,163)
#88958F
(136,149,143)
#76807B
(118,128,123)
#646B67
(100,107,103)
#525653
(82,86,83)
#40413F
(64,65,63)
#2E2C2B
(46,44,43)
#1C1717
(28,23,23)
#000000
(0,0,0)

Tints of #D0E9DF

#D0E9DF
(208,233,223)
#D4EBE1
(212,235,225)
#D8EDE3
(216,237,227)
#DCEFE5
(220,239,229)
#E0F1E7
(224,241,231)
#E4F3E9
(228,243,233)
#E8F5EB
(232,245,235)
#ECF7ED
(236,247,237)
#F0F9EF
(240,249,239)
#F4FBF1
(244,251,241)
#F8FDF3
(248,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0E9DF color. Also use rgb(208,233,223) instead hex code.

Text Font Color

.myTextColor { color: #D0E9DF; }

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

This text font color is #D0E9DF.

Background Color

.myBgColor { background-color: #D0E9DF; }

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

This div background color is #D0E9DF.

Border color

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

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

This div border color is #D0E9DF.

Opacity

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

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

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

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

This text has shadow with #D0E9DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0E9DF.

Preview

Color preview on black background

This text has color #D0E9DF on black background.


Color preview on white background

This text has color #D0E9DF on white background.


Black color preview on #D0E9DF background

This text has black color on #D0E9DF background.


White color preview on #D0E9DF background

This text has white color on #D0E9DF background.


Related colors

Complementary color

Complementary color for #hex is #2F1620.


I love getcolorcode.com

Triadic colors

1 #DFD0E9 and #E9DFD0 with #D0E9DF are triadic colors.

2 #DFE9D0 and #E9D0DF with #D0E9DF are triadic colors.