COLOR #D7E5C2

HEX: #D7E5C2
RGB: (215,229,194)

Color info

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

RGB color model

#D7E5C2 color RGB value is (215,229,194).

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

RGB channels and saturation

R 215 of 255 = 84%
G 229 of 255 = 90%
B 194 of 255 = 76%

215
229
194

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

Portions of RGB colors in percentages

R + G + B =
215 + 229 + 194 = 638 (100%)
R 215 of 638 ~ 33.7%
G 229 of 638 ~ 35.89%
B 194 of 638 ~ 30.41%

%33.7
%35.89
%30.41

CMYK color model

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

  • cyan value is 6.11%
  • magenta value is 0.00%
  • yellow value is 15.28%
  • key color value is 10.20%
CMYK:
(6,0,15,10)
C6M0Y15K10 
(6%,0%,15%,10%)
(0.06/0.00/0.15/0.10)	

CMYK percentages

%6.11
%0
%15.28
%10.2

Codes

Color #D7E5C2 in popluar color models

D7E5C2
RGB215229194
HSL84°40.23%82.94%
HSB/HSV84°15.28%89.80%
CMYK6.11%0.00%15.28%
10.20%

Color #D7E5C2 in popluar number systems.

HEXD7E5C2
Decimal215229194
Binary110101111110010111000010
Octal327345302

Shades and tints

Shades of #D7E5C2

#D7E5C2
(215,229,194)
#C4D1B1
(196,209,177)
#B1BDA0
(177,189,160)
#9EA98F
(158,169,143)
#8B957E
(139,149,126)
#78816D
(120,129,109)
#656D5C
(101,109,92)
#52594B
(82,89,75)
#3F453A
(63,69,58)
#2C3129
(44,49,41)
#191D18
(25,29,24)
#000000
(0,0,0)

Tints of #D7E5C2

#D7E5C2
(215,229,194)
#DAE7C7
(218,231,199)
#DDE9CC
(221,233,204)
#E0EBD1
(224,235,209)
#E3EDD6
(227,237,214)
#E6EFDB
(230,239,219)
#E9F1E0
(233,241,224)
#ECF3E5
(236,243,229)
#EFF5EA
(239,245,234)
#F2F7EF
(242,247,239)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E5C2; }

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

This text font color is #D7E5C2.


Background Color

.myBgColor { background-color: #D7E5C2; }

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

This div background color is #D7E5C2.


Border color

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

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

This div border color is #D7E5C2.


Opacity

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

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

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

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

This text has shadow with #D7E5C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E5C2 on black background.


Color preview on white background

This text has color #D7E5C2 on white background.



Black color preview on #D7E5C2 background

This text has black color on #D7E5C2 background.


White color preview on #D7E5C2 background

This text has white color on #D7E5C2 background.