COLOR #D8E3DE

HEX: #D8E3DE RGB: (216,227,222)

Color info

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

RGB color model

#D8E3DE color RGB value is (216,227,222).

RGB: (216,227,222) (85%, 89%, 87%)

RGB channels and saturation

R 216 of 255 = 85%
G 227 of 255 = 89%
B 222 of 255 = 87%

216
227
222

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

Portions of RGB colors in percentages

R + G + B = 216 + 227 + 222 = 665 (100%)
R 216 of 665 ~ 32.48%
G 227 of 665 ~ 34.14%
B 222 of 665 ~ 33.38'%

%32.48
%34.14
%33.38

CMYK color model

#D8E3DE color CMYK value is (5,0,2,11).

  • cyan value is 4.85%
  • magenta value is 0.00%
  • yellow value is 2.20%
  • key color value is 10.98%

CMYK: (5,0,2,11)
C5M0Y2K11 (5%, 0%, 2%, 11%)
(0.05 / 0.00 / 0.02 / 0.11)

CMYK percentages

%4.85
%0
%2.2
%10.98

Codes

Color #D8E3DE in popluar color models

D8 E3 DE
RGB 216 227 222
HSL 153° 16.42% 86.86%
HSB/HSV 153° 4.85% 89.02%
CMYK 4.85% 0.00% 2.20%
10.98%

Color #D8E3DE in popluar number systems.

HEX D8 E3 DE
Decimal 216 227 222
Binary 11011000 11100011 11011110
Octal 330 343 336

Shades and tints

Shades of #D8E3DE

#D8E3DE
(216,227,222)
#C5CFCA
(197,207,202)
#B2BBB6
(178,187,182)
#9FA7A2
(159,167,162)
#8C938E
(140,147,142)
#797F7A
(121,127,122)
#666B66
(102,107,102)
#535752
(83,87,82)
#40433E
(64,67,62)
#2D2F2A
(45,47,42)
#1A1B16
(26,27,22)
#000000
(0,0,0)

Tints of #D8E3DE

#D8E3DE
(216,227,222)
#DBE5E1
(219,229,225)
#DEE7E4
(222,231,228)
#E1E9E7
(225,233,231)
#E4EBEA
(228,235,234)
#E7EDED
(231,237,237)
#EAEFF0
(234,239,240)
#EDF1F3
(237,241,243)
#F0F3F6
(240,243,246)
#F3F5F9
(243,245,249)
#F6F7FC
(246,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8E3DE color. Also use rgb(216,227,222) instead hex code.

Text Font Color

.myTextColor { color: #D8E3DE; }

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

This text font color is #D8E3DE.

Background Color

.myBgColor { background-color: #D8E3DE; }

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

This div background color is #D8E3DE.

Border color

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

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

This div border color is #D8E3DE.

Opacity

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

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

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

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

This text has shadow with #D8E3DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8E3DE.

Preview

Color preview on black background

This text has color #D8E3DE on black background.


Color preview on white background

This text has color #D8E3DE on white background.


Black color preview on #D8E3DE background

This text has black color on #D8E3DE background.


White color preview on #D8E3DE background

This text has white color on #D8E3DE background.


Related colors

Complementary color

Complementary color for #hex is #271C21.


I love getcolorcode.com

Triadic colors

1 #DED8E3 and #E3DED8 with #D8E3DE are triadic colors.

2 #DEE3D8 and #E3D8DE with #D8E3DE are triadic colors.