COLOR #D8E7D7

HEX: #D8E7D7 RGB: (216,231,215)

Color info

#D8E7D7 contains red, green and blue colors in about the same proportion. Web safe color of #D8E7D7 is #CCFFCC (or #CFC).

RGB color model

#D8E7D7 color RGB value is (216,231,215).

RGB: (216,231,215) (85%, 91%, 84%)

RGB channels and saturation

R 216 of 255 = 85%
G 231 of 255 = 91%
B 215 of 255 = 84%

216
231
215

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

Portions of RGB colors in percentages

R + G + B = 216 + 231 + 215 = 662 (100%)
R 216 of 662 ~ 32.63%
G 231 of 662 ~ 34.89%
B 215 of 662 ~ 32.48'%

%32.63
%34.89
%32.48

CMYK color model

#D8E7D7 color CMYK value is (6,0,7,9).

  • cyan value is 6.49%
  • magenta value is 0.00%
  • yellow value is 6.93%
  • key color value is 9.41%

CMYK: (6,0,7,9)
C6M0Y7K9 (6%, 0%, 7%, 9%)
(0.06 / 0.00 / 0.07 / 0.09)

CMYK percentages

%6.49
%0
%6.93
%9.41

Codes

Color #D8E7D7 in popluar color models

D8 E7 D7
RGB 216 231 215
HSL 116° 25.00% 87.45%
HSB/HSV 116° 6.93% 90.59%
CMYK 6.49% 0.00% 6.93%
9.41%

Color #D8E7D7 in popluar number systems.

HEX D8 E7 D7
Decimal 216 231 215
Binary 11011000 11100111 11010111
Octal 330 347 327

Shades and tints

Shades of #D8E7D7

#D8E7D7
(216,231,215)
#C5D2C4
(197,210,196)
#B2BDB1
(178,189,177)
#9FA89E
(159,168,158)
#8C938B
(140,147,139)
#797E78
(121,126,120)
#666965
(102,105,101)
#535452
(83,84,82)
#403F3F
(64,63,63)
#2D2A2C
(45,42,44)
#1A1519
(26,21,25)
#000000
(0,0,0)

Tints of #D8E7D7

#D8E7D7
(216,231,215)
#DBE9DA
(219,233,218)
#DEEBDD
(222,235,221)
#E1EDE0
(225,237,224)
#E4EFE3
(228,239,227)
#E7F1E6
(231,241,230)
#EAF3E9
(234,243,233)
#EDF5EC
(237,245,236)
#F0F7EF
(240,247,239)
#F3F9F2
(243,249,242)
#F6FBF5
(246,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8E7D7 color. Also use rgb(216,231,215) instead hex code.

Text Font Color

.myTextColor { color: #D8E7D7; }

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

This text font color is #D8E7D7.

Background Color

.myBgColor { background-color: #D8E7D7; }

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

This div background color is #D8E7D7.

Border color

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

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

This div border color is #D8E7D7.

Opacity

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

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

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

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

This text has shadow with #D8E7D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8E7D7.

Preview

Color preview on black background

This text has color #D8E7D7 on black background.


Color preview on white background

This text has color #D8E7D7 on white background.


Black color preview on #D8E7D7 background

This text has black color on #D8E7D7 background.


White color preview on #D8E7D7 background

This text has white color on #D8E7D7 background.


Related colors

Complementary color

Complementary color for #hex is #271828.


I love getcolorcode.com

Triadic colors

1 #D7D8E7 and #E7D7D8 with #D8E7D7 are triadic colors.

2 #D7E7D8 and #E7D8D7 with #D8E7D7 are triadic colors.