COLOR #D0E5DC

HEX: #D0E5DC RGB: (208,229,220)

Color info

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

RGB color model

#D0E5DC color RGB value is (208,229,220).

RGB: (208,229,220) (82%, 90%, 86%)

RGB channels and saturation

R 208 of 255 = 82%
G 229 of 255 = 90%
B 220 of 255 = 86%

208
229
220

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

Portions of RGB colors in percentages

R + G + B = 208 + 229 + 220 = 657 (100%)
R 208 of 657 ~ 31.66%
G 229 of 657 ~ 34.86%
B 220 of 657 ~ 33.49'%

%31.66
%34.86
%33.49

CMYK color model

#D0E5DC color CMYK value is (9,0,4,10).

  • cyan value is 9.17%
  • magenta value is 0.00%
  • yellow value is 3.93%
  • key color value is 10.20%
CMYK: (9,0,4,10) C9M0Y4K10 (9%,0%,4%,10%) (0.09/0.00/0.04/0.10) 

CMYK percentages

%9.17
%0
%3.93
%10.2

Codes

Color #D0E5DC in popluar color models

D0 E5 DC
RGB 208 229 220
HSL 154° 28.77% 85.69%
HSB/HSV 154° 9.17% 89.80%
CMYK 9.17% 0.00% 3.93%
10.20%

Color #D0E5DC in popluar number systems.

HEX D0 E5 DC
Decimal 208 229 220
Binary 11010000 11100101 11011100
Octal 320 345 334

Shades and tints

Shades of #D0E5DC

#D0E5DC
(208,229,220)
#BED1C8
(190,209,200)
#ACBDB4
(172,189,180)
#9AA9A0
(154,169,160)
#88958C
(136,149,140)
#768178
(118,129,120)
#646D64
(100,109,100)
#525950
(82,89,80)
#40453C
(64,69,60)
#2E3128
(46,49,40)
#1C1D14
(28,29,20)
#000000
(0,0,0)

Tints of #D0E5DC

#D0E5DC
(208,229,220)
#D4E7DF
(212,231,223)
#D8E9E2
(216,233,226)
#DCEBE5
(220,235,229)
#E0EDE8
(224,237,232)
#E4EFEB
(228,239,235)
#E8F1EE
(232,241,238)
#ECF3F1
(236,243,241)
#F0F5F4
(240,245,244)
#F4F7F7
(244,247,247)
#F8F9FA
(248,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0E5DC color. Also use rgb(208,229,220) instead hex code.

Text Font Color

.myTextColor { color: #D0E5DC; }

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

This text font color is #D0E5DC.

Background Color

.myBgColor { background-color: #D0E5DC; }

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

This div background color is #D0E5DC.

Border color

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

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

This div border color is #D0E5DC.

Opacity

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

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

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

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

This text has shadow with #D0E5DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0E5DC.

Preview

Color preview on black background

This text has color #D0E5DC on black background.


Color preview on white background

This text has color #D0E5DC on white background.


Black color preview on #D0E5DC background

This text has black color on #D0E5DC background.


White color preview on #D0E5DC background

This text has white color on #D0E5DC background.


Related colors

Complementary color

Complementary color for #hex is #2F1A23.


I love getcolorcode.com

Triadic colors

1 #DCD0E5 and #E5DCD0 with #D0E5DC are triadic colors.

2 #DCE5D0 and #E5D0DC with #D0E5DC are triadic colors.