COLOR #D7E5CE

HEX: #D7E5CE
RGB: (215,229,206)

Color info

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

RGB color model

#D7E5CE color RGB value is (215,229,206).

  • red value is 215;
  • green value is 229;
  • blue value is 206.
RGB:
(215,229,206)
(84%,90%,81%)

RGB channels and saturation

R 215 of 255 = 84%
G 229 of 255 = 90%
B 206 of 255 = 81%

215
229
206

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

Portions of RGB colors in percentages

R + G + B =
215 + 229 + 206 = 650 (100%)
R 215 of 650 ~ 33.08%
G 229 of 650 ~ 35.23%
B 206 of 650 ~ 31.69%

%33.08
%35.23
%31.69

CMYK color model

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

  • cyan value is 6.11%
  • magenta value is 0.00%
  • yellow value is 10.04%
  • key color value is 10.20%
CMYK:
(6,0,10,10)
C6M0Y10K10 
(6%,0%,10%,10%)
(0.06/0.00/0.10/0.10)	

CMYK percentages

%6.11
%0
%10.04
%10.2

Codes

Color #D7E5CE in popluar color models

D7E5CE
RGB215229206
HSL97°30.67%85.29%
HSB/HSV97°10.04%89.80%
CMYK6.11%0.00%10.04%
10.20%

Color #D7E5CE in popluar number systems.

HEXD7E5CE
Decimal215229206
Binary110101111110010111001110
Octal327345316

Shades and tints

Shades of #D7E5CE

#D7E5CE
(215,229,206)
#C4D1BC
(196,209,188)
#B1BDAA
(177,189,170)
#9EA998
(158,169,152)
#8B9586
(139,149,134)
#788174
(120,129,116)
#656D62
(101,109,98)
#525950
(82,89,80)
#3F453E
(63,69,62)
#2C312C
(44,49,44)
#191D1A
(25,29,26)
#000000
(0,0,0)

Tints of #D7E5CE

#D7E5CE
(215,229,206)
#DAE7D2
(218,231,210)
#DDE9D6
(221,233,214)
#E0EBDA
(224,235,218)
#E3EDDE
(227,237,222)
#E6EFE2
(230,239,226)
#E9F1E6
(233,241,230)
#ECF3EA
(236,243,234)
#EFF5EE
(239,245,238)
#F2F7F2
(242,247,242)
#F5F9F6
(245,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7E5CE color. Also use rgb(215,229,206) instead hex code.

Text Font Color

.myTextColor { color: #D7E5CE; }

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

This text font color is #D7E5CE.


Background Color

.myBgColor { background-color: #D7E5CE; }

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

This div background color is #D7E5CE.


Border color

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

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

This div border color is #D7E5CE.


Opacity

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

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

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

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

This text has shadow with #D7E5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E5CE on black background.


Color preview on white background

This text has color #D7E5CE on white background.



Black color preview on #D7E5CE background

This text has black color on #D7E5CE background.


White color preview on #D7E5CE background

This text has white color on #D7E5CE background.