COLOR #D7E6C2

HEX: #D7E6C2
RGB: (215,230,194)

Color info

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

RGB color model

#D7E6C2 color RGB value is (215,230,194).

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

RGB channels and saturation

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

215
230
194

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

Portions of RGB colors in percentages

R + G + B =
215 + 230 + 194 = 639 (100%)
R 215 of 639 ~ 33.65%
G 230 of 639 ~ 35.99%
B 194 of 639 ~ 30.36%

%33.65
%35.99
%30.36

CMYK color model

#D7E6C2 color CMYK value is (7,0,16,10).

  • cyan value is 6.52%
  • magenta value is 0.00%
  • yellow value is 15.65%
  • key color value is 9.80%
CMYK:
(7,0,16,10)
C7M0Y16K10 
(7%,0%,16%,10%)
(0.07/0.00/0.16/0.10)	

CMYK percentages

%6.52
%0
%15.65
%9.8

Codes

Color #D7E6C2 in popluar color models

D7E6C2
RGB215230194
HSL85°41.86%83.14%
HSB/HSV85°15.65%90.20%
CMYK6.52%0.00%15.65%
9.80%

Color #D7E6C2 in popluar number systems.

HEXD7E6C2
Decimal215230194
Binary110101111110011011000010
Octal327346302

Shades and tints

Shades of #D7E6C2

#D7E6C2
(215,230,194)
#C4D2B1
(196,210,177)
#B1BEA0
(177,190,160)
#9EAA8F
(158,170,143)
#8B967E
(139,150,126)
#78826D
(120,130,109)
#656E5C
(101,110,92)
#525A4B
(82,90,75)
#3F463A
(63,70,58)
#2C3229
(44,50,41)
#191E18
(25,30,24)
#000000
(0,0,0)

Tints of #D7E6C2

#D7E6C2
(215,230,194)
#DAE8C7
(218,232,199)
#DDEACC
(221,234,204)
#E0ECD1
(224,236,209)
#E3EED6
(227,238,214)
#E6F0DB
(230,240,219)
#E9F2E0
(233,242,224)
#ECF4E5
(236,244,229)
#EFF6EA
(239,246,234)
#F2F8EF
(242,248,239)
#F5FAF4
(245,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E6C2; }

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

This text font color is #D7E6C2.


Background Color

.myBgColor { background-color: #D7E6C2; }

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

This div background color is #D7E6C2.


Border color

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

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

This div border color is #D7E6C2.


Opacity

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

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

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

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

This text has shadow with #D7E6C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E6C2 on black background.


Color preview on white background

This text has color #D7E6C2 on white background.



Black color preview on #D7E6C2 background

This text has black color on #D7E6C2 background.


White color preview on #D7E6C2 background

This text has white color on #D7E6C2 background.