COLOR #D8E2D9

HEX: #D8E2D9 RGB: (216,226,217)

Color info

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

RGB color model

#D8E2D9 color RGB value is (216,226,217).

RGB: (216,226,217) (85%, 89%, 85%)

RGB channels and saturation

R 216 of 255 = 85%
G 226 of 255 = 89%
B 217 of 255 = 85%

216
226
217

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

Portions of RGB colors in percentages

R + G + B = 216 + 226 + 217 = 659 (100%)
R 216 of 659 ~ 32.78%
G 226 of 659 ~ 34.29%
B 217 of 659 ~ 32.93'%

%32.78
%34.29
%32.93

CMYK color model

#D8E2D9 color CMYK value is (4,0,4,11).

  • cyan value is 4.42%
  • magenta value is 0.00%
  • yellow value is 3.98%
  • key color value is 11.37%
CMYK: (4,0,4,11) C4M0Y4K11 (4%,0%,4%,11%) (0.04/0.00/0.04/0.11) 

CMYK percentages

%4.42
%0
%3.98
%11.37

Codes

Color #D8E2D9 in popluar color models

D8 E2 D9
RGB 216 226 217
HSL 126° 14.71% 86.67%
HSB/HSV 126° 4.42% 88.63%
CMYK 4.42% 0.00% 3.98%
11.37%

Color #D8E2D9 in popluar number systems.

HEX D8 E2 D9
Decimal 216 226 217
Binary 11011000 11100010 11011001
Octal 330 342 331

Shades and tints

Shades of #D8E2D9

#D8E2D9
(216,226,217)
#C5CEC6
(197,206,198)
#B2BAB3
(178,186,179)
#9FA6A0
(159,166,160)
#8C928D
(140,146,141)
#797E7A
(121,126,122)
#666A67
(102,106,103)
#535654
(83,86,84)
#404241
(64,66,65)
#2D2E2E
(45,46,46)
#1A1A1B
(26,26,27)
#000000
(0,0,0)

Tints of #D8E2D9

#D8E2D9
(216,226,217)
#DBE4DC
(219,228,220)
#DEE6DF
(222,230,223)
#E1E8E2
(225,232,226)
#E4EAE5
(228,234,229)
#E7ECE8
(231,236,232)
#EAEEEB
(234,238,235)
#EDF0EE
(237,240,238)
#F0F2F1
(240,242,241)
#F3F4F4
(243,244,244)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8E2D9 color. Also use rgb(216,226,217) instead hex code.

Text Font Color

.myTextColor { color: #D8E2D9; }

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

This text font color is #D8E2D9.

Background Color

.myBgColor { background-color: #D8E2D9; }

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

This div background color is #D8E2D9.

Border color

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

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

This div border color is #D8E2D9.

Opacity

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

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

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

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

This text has shadow with #D8E2D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8E2D9.

Preview

Color preview on black background

This text has color #D8E2D9 on black background.


Color preview on white background

This text has color #D8E2D9 on white background.


Black color preview on #D8E2D9 background

This text has black color on #D8E2D9 background.


White color preview on #D8E2D9 background

This text has white color on #D8E2D9 background.


Related colors

Complementary color

Complementary color for #hex is #271D26.


I love getcolorcode.com

Triadic colors

1 #D9D8E2 and #E2D9D8 with #D8E2D9 are triadic colors.

2 #D9E2D8 and #E2D8D9 with #D8E2D9 are triadic colors.