COLOR #D8E5C7

HEX: #D8E5C7
RGB: (216,229,199)

Color info

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

RGB color model

#D8E5C7 color RGB value is (216,229,199).

  • red value is 216;
  • green value is 229;
  • blue value is 199.
RGB:
(216,229,199)
(85%,90%,78%)

RGB channels and saturation

R 216 of 255 = 85%
G 229 of 255 = 90%
B 199 of 255 = 78%

216
229
199

R + G + B ~ 84%. #D8E5C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 229 + 199 = 644 (100%)
R 216 of 644 ~ 33.54%
G 229 of 644 ~ 35.56%
B 199 of 644 ~ 30.9%

%33.54
%35.56
%30.9

CMYK color model

#D8E5C7 color CMYK value is (6,0,13,10).

  • cyan value is 5.68%
  • magenta value is 0.00%
  • yellow value is 13.10%
  • key color value is 10.20%
CMYK:
(6,0,13,10)
C6M0Y13K10 
(6%,0%,13%,10%)
(0.06/0.00/0.13/0.10)	

CMYK percentages

%5.68
%0
%13.1
%10.2

Codes

Color #D8E5C7 in popluar color models

D8E5C7
RGB216229199
HSL86°36.59%83.92%
HSB/HSV86°13.10%89.80%
CMYK5.68%0.00%13.10%
10.20%

Color #D8E5C7 in popluar number systems.

HEXD8E5C7
Decimal216229199
Binary110110001110010111000111
Octal330345307

Shades and tints

Shades of #D8E5C7

#D8E5C7
(216,229,199)
#C5D1B5
(197,209,181)
#B2BDA3
(178,189,163)
#9FA991
(159,169,145)
#8C957F
(140,149,127)
#79816D
(121,129,109)
#666D5B
(102,109,91)
#535949
(83,89,73)
#404537
(64,69,55)
#2D3125
(45,49,37)
#1A1D13
(26,29,19)
#000000
(0,0,0)

Tints of #D8E5C7

#D8E5C7
(216,229,199)
#DBE7CC
(219,231,204)
#DEE9D1
(222,233,209)
#E1EBD6
(225,235,214)
#E4EDDB
(228,237,219)
#E7EFE0
(231,239,224)
#EAF1E5
(234,241,229)
#EDF3EA
(237,243,234)
#F0F5EF
(240,245,239)
#F3F7F4
(243,247,244)
#F6F9F9
(246,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8E5C7 color. Also use rgb(216,229,199) instead hex code.

Text Font Color

.myTextColor { color: #D8E5C7; }

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

This text font color is #D8E5C7.


Background Color

.myBgColor { background-color: #D8E5C7; }

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

This div background color is #D8E5C7.


Border color

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

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

This div border color is #D8E5C7.


Opacity

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

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

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

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

This text has shadow with #D8E5C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8E5C7 on black background.


Color preview on white background

This text has color #D8E5C7 on white background.



Black color preview on #D8E5C7 background

This text has black color on #D8E5C7 background.


White color preview on #D8E5C7 background

This text has white color on #D8E5C7 background.