COLOR #D0E5DE

HEX: #D0E5DE RGB: (208,229,222)

Color info

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

RGB color model

#D0E5DE color RGB value is (208,229,222).

RGB: (208,229,222) (82%, 90%, 87%)

RGB channels and saturation

R 208 of 255 = 82%
G 229 of 255 = 90%
B 222 of 255 = 87%

208
229
222

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

Portions of RGB colors in percentages

R + G + B = 208 + 229 + 222 = 659 (100%)
R 208 of 659 ~ 31.56%
G 229 of 659 ~ 34.75%
B 222 of 659 ~ 33.69'%

%31.56
%34.75
%33.69

CMYK color model

#D0E5DE color CMYK value is (9,0,3,10).

  • cyan value is 9.17%
  • magenta value is 0.00%
  • yellow value is 3.06%
  • key color value is 10.20%

CMYK: (9,0,3,10)
C9M0Y3K10 (9%, 0%, 3%, 10%)
(0.09 / 0.00 / 0.03 / 0.10)

CMYK percentages

%9.17
%0
%3.06
%10.2

Codes

Color #D0E5DE in popluar color models

D0 E5 DE
RGB 208 229 222
HSL 160° 28.77% 85.69%
HSB/HSV 160° 9.17% 89.80%
CMYK 9.17% 0.00% 3.06%
10.20%

Color #D0E5DE in popluar number systems.

HEX D0 E5 DE
Decimal 208 229 222
Binary 11010000 11100101 11011110
Octal 320 345 336

Shades and tints

Shades of #D0E5DE

#D0E5DE
(208,229,222)
#BED1CA
(190,209,202)
#ACBDB6
(172,189,182)
#9AA9A2
(154,169,162)
#88958E
(136,149,142)
#76817A
(118,129,122)
#646D66
(100,109,102)
#525952
(82,89,82)
#40453E
(64,69,62)
#2E312A
(46,49,42)
#1C1D16
(28,29,22)
#000000
(0,0,0)

Tints of #D0E5DE

#D0E5DE
(208,229,222)
#D4E7E1
(212,231,225)
#D8E9E4
(216,233,228)
#DCEBE7
(220,235,231)
#E0EDEA
(224,237,234)
#E4EFED
(228,239,237)
#E8F1F0
(232,241,240)
#ECF3F3
(236,243,243)
#F0F5F6
(240,245,246)
#F4F7F9
(244,247,249)
#F8F9FC
(248,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0E5DE; }

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

This text font color is #D0E5DE.

Background Color

.myBgColor { background-color: #D0E5DE; }

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

This div background color is #D0E5DE.

Border color

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

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

This div border color is #D0E5DE.

Opacity

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

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

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

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

This text has shadow with #D0E5DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0E5DE.

Preview

Color preview on black background

This text has color #D0E5DE on black background.


Color preview on white background

This text has color #D0E5DE on white background.


Black color preview on #D0E5DE background

This text has black color on #D0E5DE background.


White color preview on #D0E5DE background

This text has white color on #D0E5DE background.


Related colors

Complementary color

Complementary color for #hex is #2F1A21.


I love getcolorcode.com

Triadic colors

1 #DED0E5 and #E5DED0 with #D0E5DE are triadic colors.

2 #DEE5D0 and #E5D0DE with #D0E5DE are triadic colors.