COLOR #D7E7C2

HEX: #D7E7C2
RGB: (215,231,194)

Color info

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

RGB color model

#D7E7C2 color RGB value is (215,231,194).

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

RGB channels and saturation

R 215 of 255 = 84%
G 231 of 255 = 91%
B 194 of 255 = 76%

215
231
194

R + G + B ~ 84%. #D7E7C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 231 + 194 = 640 (100%)
R 215 of 640 ~ 33.59%
G 231 of 640 ~ 36.09%
B 194 of 640 ~ 30.31%

%33.59
%36.09
%30.31

CMYK color model

#D7E7C2 color CMYK value is (7,0,16,9).

  • cyan value is 6.93%
  • magenta value is 0.00%
  • yellow value is 16.02%
  • key color value is 9.41%
CMYK:
(7,0,16,9)
C7M0Y16K9 
(7%,0%,16%,9%)
(0.07/0.00/0.16/0.09)	

CMYK percentages

%6.93
%0
%16.02
%9.41

Codes

Color #D7E7C2 in popluar color models

D7E7C2
RGB215231194
HSL86°43.53%83.33%
HSB/HSV86°16.02%90.59%
CMYK6.93%0.00%16.02%
9.41%

Color #D7E7C2 in popluar number systems.

HEXD7E7C2
Decimal215231194
Binary110101111110011111000010
Octal327347302

Shades and tints

Shades of #D7E7C2

#D7E7C2
(215,231,194)
#C4D2B1
(196,210,177)
#B1BDA0
(177,189,160)
#9EA88F
(158,168,143)
#8B937E
(139,147,126)
#787E6D
(120,126,109)
#65695C
(101,105,92)
#52544B
(82,84,75)
#3F3F3A
(63,63,58)
#2C2A29
(44,42,41)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #D7E7C2

#D7E7C2
(215,231,194)
#DAE9C7
(218,233,199)
#DDEBCC
(221,235,204)
#E0EDD1
(224,237,209)
#E3EFD6
(227,239,214)
#E6F1DB
(230,241,219)
#E9F3E0
(233,243,224)
#ECF5E5
(236,245,229)
#EFF7EA
(239,247,234)
#F2F9EF
(242,249,239)
#F5FBF4
(245,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E7C2; }

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

This text font color is #D7E7C2.


Background Color

.myBgColor { background-color: #D7E7C2; }

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

This div background color is #D7E7C2.


Border color

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

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

This div border color is #D7E7C2.


Opacity

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

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

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

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

This text has shadow with #D7E7C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E7C2 on black background.


Color preview on white background

This text has color #D7E7C2 on white background.



Black color preview on #D7E7C2 background

This text has black color on #D7E7C2 background.


White color preview on #D7E7C2 background

This text has white color on #D7E7C2 background.