COLOR #D7E8D1

HEX: #D7E8D1
RGB: (215,232,209)

Color info

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

RGB color model

#D7E8D1 color RGB value is (215,232,209).

  • red value is 215;
  • green value is 232;
  • blue value is 209.
RGB:
(215,232,209)
(84%,91%,82%)

RGB channels and saturation

R 215 of 255 = 84%
G 232 of 255 = 91%
B 209 of 255 = 82%

215
232
209

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

Portions of RGB colors in percentages

R + G + B =
215 + 232 + 209 = 656 (100%)
R 215 of 656 ~ 32.77%
G 232 of 656 ~ 35.37%
B 209 of 656 ~ 31.86%

%32.77
%35.37
%31.86

CMYK color model

#D7E8D1 color CMYK value is (7,0,10,9).

  • cyan value is 7.33%
  • magenta value is 0.00%
  • yellow value is 9.91%
  • key color value is 9.02%
CMYK:
(7,0,10,9)
C7M0Y10K9 
(7%,0%,10%,9%)
(0.07/0.00/0.10/0.09)	

CMYK percentages

%7.33
%0
%9.91
%9.02

Codes

Color #D7E8D1 in popluar color models

D7E8D1
RGB215232209
HSL104°33.33%86.47%
HSB/HSV104°9.91%90.98%
CMYK7.33%0.00%9.91%
9.02%

Color #D7E8D1 in popluar number systems.

HEXD7E8D1
Decimal215232209
Binary110101111110100011010001
Octal327350321

Shades and tints

Shades of #D7E8D1

#D7E8D1
(215,232,209)
#C4D3BE
(196,211,190)
#B1BEAB
(177,190,171)
#9EA998
(158,169,152)
#8B9485
(139,148,133)
#787F72
(120,127,114)
#656A5F
(101,106,95)
#52554C
(82,85,76)
#3F4039
(63,64,57)
#2C2B26
(44,43,38)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #D7E8D1

#D7E8D1
(215,232,209)
#DAEAD5
(218,234,213)
#DDECD9
(221,236,217)
#E0EEDD
(224,238,221)
#E3F0E1
(227,240,225)
#E6F2E5
(230,242,229)
#E9F4E9
(233,244,233)
#ECF6ED
(236,246,237)
#EFF8F1
(239,248,241)
#F2FAF5
(242,250,245)
#F5FCF9
(245,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7E8D1 color. Also use rgb(215,232,209) instead hex code.

Text Font Color

.myTextColor { color: #D7E8D1; }

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

This text font color is #D7E8D1.


Background Color

.myBgColor { background-color: #D7E8D1; }

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

This div background color is #D7E8D1.


Border color

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

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

This div border color is #D7E8D1.


Opacity

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

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

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

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

This text has shadow with #D7E8D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E8D1 on black background.


Color preview on white background

This text has color #D7E8D1 on white background.



Black color preview on #D7E8D1 background

This text has black color on #D7E8D1 background.


White color preview on #D7E8D1 background

This text has white color on #D7E8D1 background.