COLOR #D7E9CC

HEX: #D7E9CC
RGB: (215,233,204)

Color info

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

RGB color model

#D7E9CC color RGB value is (215,233,204).

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

RGB channels and saturation

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

215
233
204

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

Portions of RGB colors in percentages

R + G + B =
215 + 233 + 204 = 652 (100%)
R 215 of 652 ~ 32.98%
G 233 of 652 ~ 35.74%
B 204 of 652 ~ 31.29%

%32.98
%35.74
%31.29

CMYK color model

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

  • cyan value is 7.73%
  • magenta value is 0.00%
  • yellow value is 12.45%
  • 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.45
%8.63

Codes

Color #D7E9CC in popluar color models

D7E9CC
RGB215233204
HSL97°39.73%85.69%
HSB/HSV97°12.45%91.37%
CMYK7.73%0.00%12.45%
8.63%

Color #D7E9CC in popluar number systems.

HEXD7E9CC
Decimal215233204
Binary110101111110100111001100
Octal327351314

Shades and tints

Shades of #D7E9CC

#D7E9CC
(215,233,204)
#C4D4BA
(196,212,186)
#B1BFA8
(177,191,168)
#9EAA96
(158,170,150)
#8B9584
(139,149,132)
#788072
(120,128,114)
#656B60
(101,107,96)
#52564E
(82,86,78)
#3F413C
(63,65,60)
#2C2C2A
(44,44,42)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #D7E9CC

#D7E9CC
(215,233,204)
#DAEBD0
(218,235,208)
#DDEDD4
(221,237,212)
#E0EFD8
(224,239,216)
#E3F1DC
(227,241,220)
#E6F3E0
(230,243,224)
#E9F5E4
(233,245,228)
#ECF7E8
(236,247,232)
#EFF9EC
(239,249,236)
#F2FBF0
(242,251,240)
#F5FDF4
(245,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E9CC; }

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

This text font color is #D7E9CC.


Background Color

.myBgColor { background-color: #D7E9CC; }

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

This div background color is #D7E9CC.


Border color

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

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

This div border color is #D7E9CC.


Opacity

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

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

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

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

This text has shadow with #D7E9CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E9CC on black background.


Color preview on white background

This text has color #D7E9CC on white background.



Black color preview on #D7E9CC background

This text has black color on #D7E9CC background.


White color preview on #D7E9CC background

This text has white color on #D7E9CC background.