COLOR #D0E3EE

HEX: #D0E3EE RGB: (208,227,238)

Color info

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

RGB color model

#D0E3EE color RGB value is (208,227,238).

RGB: (208,227,238) (82%, 89%, 93%)

RGB channels and saturation

R 208 of 255 = 82%
G 227 of 255 = 89%
B 238 of 255 = 93%

208
227
238

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

Portions of RGB colors in percentages

R + G + B = 208 + 227 + 238 = 673 (100%)
R 208 of 673 ~ 30.91%
G 227 of 673 ~ 33.73%
B 238 of 673 ~ 35.36'%

%30.91
%33.73
%35.36

CMYK color model

#D0E3EE color CMYK value is (13,5,0,7).

  • cyan value is 12.61%
  • magenta value is 4.62%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (13,5,0,7)
C13M5Y0K7 (13%, 5%, 0%, 7%)
(0.13 / 0.05 / 0.00 / 0.07)

CMYK percentages

%12.61
%4.62
%0
%6.67

Codes

Color #D0E3EE in popluar color models

D0 E3 EE
RGB 208 227 238
HSL 202° 46.88% 87.45%
HSB/HSV 202° 12.61% 93.33%
CMYK 12.61% 4.62% 0.00%
6.67%

Color #D0E3EE in popluar number systems.

HEX D0 E3 EE
Decimal 208 227 238
Binary 11010000 11100011 11101110
Octal 320 343 356

Shades and tints

Shades of #D0E3EE

#D0E3EE
(208,227,238)
#BECFD9
(190,207,217)
#ACBBC4
(172,187,196)
#9AA7AF
(154,167,175)
#88939A
(136,147,154)
#767F85
(118,127,133)
#646B70
(100,107,112)
#52575B
(82,87,91)
#404346
(64,67,70)
#2E2F31
(46,47,49)
#1C1B1C
(28,27,28)
#000000
(0,0,0)

Tints of #D0E3EE

#D0E3EE
(208,227,238)
#D4E5EF
(212,229,239)
#D8E7F0
(216,231,240)
#DCE9F1
(220,233,241)
#E0EBF2
(224,235,242)
#E4EDF3
(228,237,243)
#E8EFF4
(232,239,244)
#ECF1F5
(236,241,245)
#F0F3F6
(240,243,246)
#F4F5F7
(244,245,247)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0E3EE; }

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

This text font color is #D0E3EE.

Background Color

.myBgColor { background-color: #D0E3EE; }

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

This div background color is #D0E3EE.

Border color

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

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

This div border color is #D0E3EE.

Opacity

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

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

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

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

This text has shadow with #D0E3EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0E3EE.

Preview

Color preview on black background

This text has color #D0E3EE on black background.


Color preview on white background

This text has color #D0E3EE on white background.


Black color preview on #D0E3EE background

This text has black color on #D0E3EE background.


White color preview on #D0E3EE background

This text has white color on #D0E3EE background.


Related colors

Complementary color

Complementary color for #hex is #2F1C11.


I love getcolorcode.com

Triadic colors

1 #EED0E3 and #E3EED0 with #D0E3EE are triadic colors.

2 #EEE3D0 and #E3D0EE with #D0E3EE are triadic colors.