COLOR #D7E2C5

HEX: #D7E2C5
RGB: (215,226,197)

Color info

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

RGB color model

#D7E2C5 color RGB value is (215,226,197).

  • red value is 215;
  • green value is 226;
  • blue value is 197.
RGB:
(215,226,197)
(84%,89%,77%)

RGB channels and saturation

R 215 of 255 = 84%
G 226 of 255 = 89%
B 197 of 255 = 77%

215
226
197

R + G + B ~ 83%. #D7E2C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 226 + 197 = 638 (100%)
R 215 of 638 ~ 33.7%
G 226 of 638 ~ 35.42%
B 197 of 638 ~ 30.88%

%33.7
%35.42
%30.88

CMYK color model

#D7E2C5 color CMYK value is (5,0,13,11).

  • cyan value is 4.87%
  • magenta value is 0.00%
  • yellow value is 12.83%
  • key color value is 11.37%
CMYK:
(5,0,13,11)
C5M0Y13K11 
(5%,0%,13%,11%)
(0.05/0.00/0.13/0.11)	

CMYK percentages

%4.87
%0
%12.83
%11.37

Codes

Color #D7E2C5 in popluar color models

D7E2C5
RGB215226197
HSL83°33.33%82.94%
HSB/HSV83°12.83%88.63%
CMYK4.87%0.00%12.83%
11.37%

Color #D7E2C5 in popluar number systems.

HEXD7E2C5
Decimal215226197
Binary110101111110001011000101
Octal327342305

Shades and tints

Shades of #D7E2C5

#D7E2C5
(215,226,197)
#C4CEB4
(196,206,180)
#B1BAA3
(177,186,163)
#9EA692
(158,166,146)
#8B9281
(139,146,129)
#787E70
(120,126,112)
#656A5F
(101,106,95)
#52564E
(82,86,78)
#3F423D
(63,66,61)
#2C2E2C
(44,46,44)
#191A1B
(25,26,27)
#000000
(0,0,0)

Tints of #D7E2C5

#D7E2C5
(215,226,197)
#DAE4CA
(218,228,202)
#DDE6CF
(221,230,207)
#E0E8D4
(224,232,212)
#E3EAD9
(227,234,217)
#E6ECDE
(230,236,222)
#E9EEE3
(233,238,227)
#ECF0E8
(236,240,232)
#EFF2ED
(239,242,237)
#F2F4F2
(242,244,242)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7E2C5 color. Also use rgb(215,226,197) instead hex code.

Text Font Color

.myTextColor { color: #D7E2C5; }

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

This text font color is #D7E2C5.


Background Color

.myBgColor { background-color: #D7E2C5; }

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

This div background color is #D7E2C5.


Border color

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

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

This div border color is #D7E2C5.


Opacity

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

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

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

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

This text has shadow with #D7E2C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E2C5 on black background.


Color preview on white background

This text has color #D7E2C5 on white background.



Black color preview on #D7E2C5 background

This text has black color on #D7E2C5 background.


White color preview on #D7E2C5 background

This text has white color on #D7E2C5 background.