COLOR #D7E7CD

HEX: #D7E7CD
RGB: (215,231,205)

Color info

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

RGB color model

#D7E7CD color RGB value is (215,231,205).

  • red value is 215;
  • green value is 231;
  • blue value is 205.
RGB:
(215,231,205)
(84%,91%,80%)

RGB channels and saturation

R 215 of 255 = 84%
G 231 of 255 = 91%
B 205 of 255 = 80%

215
231
205

R + G + B ~ 85%. #D7E7CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 231 + 205 = 651 (100%)
R 215 of 651 ~ 33.03%
G 231 of 651 ~ 35.48%
B 205 of 651 ~ 31.49%

%33.03
%35.48
%31.49

CMYK color model

#D7E7CD color CMYK value is (7,0,11,9).

  • cyan value is 6.93%
  • magenta value is 0.00%
  • yellow value is 11.26%
  • key color value is 9.41%
CMYK:
(7,0,11,9)
C7M0Y11K9 
(7%,0%,11%,9%)
(0.07/0.00/0.11/0.09)	

CMYK percentages

%6.93
%0
%11.26
%9.41

Codes

Color #D7E7CD in popluar color models

D7E7CD
RGB215231205
HSL97°35.14%85.49%
HSB/HSV97°11.26%90.59%
CMYK6.93%0.00%11.26%
9.41%

Color #D7E7CD in popluar number systems.

HEXD7E7CD
Decimal215231205
Binary110101111110011111001101
Octal327347315

Shades and tints

Shades of #D7E7CD

#D7E7CD
(215,231,205)
#C4D2BB
(196,210,187)
#B1BDA9
(177,189,169)
#9EA897
(158,168,151)
#8B9385
(139,147,133)
#787E73
(120,126,115)
#656961
(101,105,97)
#52544F
(82,84,79)
#3F3F3D
(63,63,61)
#2C2A2B
(44,42,43)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #D7E7CD

#D7E7CD
(215,231,205)
#DAE9D1
(218,233,209)
#DDEBD5
(221,235,213)
#E0EDD9
(224,237,217)
#E3EFDD
(227,239,221)
#E6F1E1
(230,241,225)
#E9F3E5
(233,243,229)
#ECF5E9
(236,245,233)
#EFF7ED
(239,247,237)
#F2F9F1
(242,249,241)
#F5FBF5
(245,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E7CD; }

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

This text font color is #D7E7CD.


Background Color

.myBgColor { background-color: #D7E7CD; }

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

This div background color is #D7E7CD.


Border color

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

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

This div border color is #D7E7CD.


Opacity

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

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

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

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

This text has shadow with #D7E7CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E7CD on black background.


Color preview on white background

This text has color #D7E7CD on white background.



Black color preview on #D7E7CD background

This text has black color on #D7E7CD background.


White color preview on #D7E7CD background

This text has white color on #D7E7CD background.