COLOR #D0E3DF

HEX: #D0E3DF RGB: (208,227,223)

Color info

#D0E3DF contains red, green and blue colors in about the same proportion. Web safe color of #D0E3DF is #CCCCCC (or #CCC).

RGB color model

#D0E3DF color RGB value is (208,227,223).

RGB: (208,227,223) (82%, 89%, 87%)

RGB channels and saturation

R 208 of 255 = 82%
G 227 of 255 = 89%
B 223 of 255 = 87%

208
227
223

R + G + B ~ 86%. #D0E3DF is light color.

Portions of RGB colors in percentages

R + G + B = 208 + 227 + 223 = 658 (100%)
R 208 of 658 ~ 31.61%
G 227 of 658 ~ 34.5%
B 223 of 658 ~ 33.89'%

%31.61
%34.5
%33.89

CMYK color model

#D0E3DF color CMYK value is (8,0,2,11).

  • cyan value is 8.37%
  • magenta value is 0.00%
  • yellow value is 1.76%
  • key color value is 10.98%

CMYK: (8,0,2,11)
C8M0Y2K11 (8%, 0%, 2%, 11%)
(0.08 / 0.00 / 0.02 / 0.11)

CMYK percentages

%8.37
%0
%1.76
%10.98

Codes

Color #D0E3DF in popluar color models

D0 E3 DF
RGB 208 227 223
HSL 167° 25.33% 85.29%
HSB/HSV 167° 8.37% 89.02%
CMYK 8.37% 0.00% 1.76%
10.98%

Color #D0E3DF in popluar number systems.

HEX D0 E3 DF
Decimal 208 227 223
Binary 11010000 11100011 11011111
Octal 320 343 337

Shades and tints

Shades of #D0E3DF

#D0E3DF
(208,227,223)
#BECFCB
(190,207,203)
#ACBBB7
(172,187,183)
#9AA7A3
(154,167,163)
#88938F
(136,147,143)
#767F7B
(118,127,123)
#646B67
(100,107,103)
#525753
(82,87,83)
#40433F
(64,67,63)
#2E2F2B
(46,47,43)
#1C1B17
(28,27,23)
#000000
(0,0,0)

Tints of #D0E3DF

#D0E3DF
(208,227,223)
#D4E5E1
(212,229,225)
#D8E7E3
(216,231,227)
#DCE9E5
(220,233,229)
#E0EBE7
(224,235,231)
#E4EDE9
(228,237,233)
#E8EFEB
(232,239,235)
#ECF1ED
(236,241,237)
#F0F3EF
(240,243,239)
#F4F5F1
(244,245,241)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0E3DF; }

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

This text font color is #D0E3DF.

Background Color

.myBgColor { background-color: #D0E3DF; }

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

This div background color is #D0E3DF.

Border color

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

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

This div border color is #D0E3DF.

Opacity

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

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

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

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

This text has shadow with #D0E3DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0E3DF.

Preview

Color preview on black background

This text has color #D0E3DF on black background.


Color preview on white background

This text has color #D0E3DF on white background.


Black color preview on #D0E3DF background

This text has black color on #D0E3DF background.


White color preview on #D0E3DF background

This text has white color on #D0E3DF background.


Related colors

Complementary color

Complementary color for #hex is #2F1C20.


I love getcolorcode.com

Triadic colors

1 #DFD0E3 and #E3DFD0 with #D0E3DF are triadic colors.

2 #DFE3D0 and #E3D0DF with #D0E3DF are triadic colors.