COLOR #D7E9CD

HEX: #D7E9CD
RGB: (215,233,205)

Color info

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

RGB color model

#D7E9CD color RGB value is (215,233,205).

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

RGB channels and saturation

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

215
233
205

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

Portions of RGB colors in percentages

R + G + B =
215 + 233 + 205 = 653 (100%)
R 215 of 653 ~ 32.92%
G 233 of 653 ~ 35.68%
B 205 of 653 ~ 31.39%

%32.92
%35.68
%31.39

CMYK color model

#D7E9CD color CMYK value is (8,0,12,9).

  • cyan value is 7.73%
  • magenta value is 0.00%
  • yellow value is 12.02%
  • key color value is 8.63%
CMYK:
(8,0,12,9)
C8M0Y12K9 
(8%,0%,12%,9%)
(0.08/0.00/0.12/0.09)	

CMYK percentages

%7.73
%0
%12.02
%8.63

Codes

Color #D7E9CD in popluar color models

D7E9CD
RGB215233205
HSL99°38.89%85.88%
HSB/HSV99°12.02%91.37%
CMYK7.73%0.00%12.02%
8.63%

Color #D7E9CD in popluar number systems.

HEXD7E9CD
Decimal215233205
Binary110101111110100111001101
Octal327351315

Shades and tints

Shades of #D7E9CD

#D7E9CD
(215,233,205)
#C4D4BB
(196,212,187)
#B1BFA9
(177,191,169)
#9EAA97
(158,170,151)
#8B9585
(139,149,133)
#788073
(120,128,115)
#656B61
(101,107,97)
#52564F
(82,86,79)
#3F413D
(63,65,61)
#2C2C2B
(44,44,43)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #D7E9CD

#D7E9CD
(215,233,205)
#DAEBD1
(218,235,209)
#DDEDD5
(221,237,213)
#E0EFD9
(224,239,217)
#E3F1DD
(227,241,221)
#E6F3E1
(230,243,225)
#E9F5E5
(233,245,229)
#ECF7E9
(236,247,233)
#EFF9ED
(239,249,237)
#F2FBF1
(242,251,241)
#F5FDF5
(245,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E9CD; }

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

This text font color is #D7E9CD.


Background Color

.myBgColor { background-color: #D7E9CD; }

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

This div background color is #D7E9CD.


Border color

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

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

This div border color is #D7E9CD.


Opacity

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

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

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

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

This text has shadow with #D7E9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E9CD on black background.


Color preview on white background

This text has color #D7E9CD on white background.



Black color preview on #D7E9CD background

This text has black color on #D7E9CD background.


White color preview on #D7E9CD background

This text has white color on #D7E9CD background.