COLOR #D7E7C6

HEX: #D7E7C6
RGB: (215,231,198)

Color info

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

RGB color model

#D7E7C6 color RGB value is (215,231,198).

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

RGB channels and saturation

R 215 of 255 = 84%
G 231 of 255 = 91%
B 198 of 255 = 78%

215
231
198

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

Portions of RGB colors in percentages

R + G + B =
215 + 231 + 198 = 644 (100%)
R 215 of 644 ~ 33.39%
G 231 of 644 ~ 35.87%
B 198 of 644 ~ 30.75%

%33.39
%35.87
%30.75

CMYK color model

#D7E7C6 color CMYK value is (7,0,14,9).

  • cyan value is 6.93%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 9.41%
CMYK:
(7,0,14,9)
C7M0Y14K9 
(7%,0%,14%,9%)
(0.07/0.00/0.14/0.09)	

CMYK percentages

%6.93
%0
%14.29
%9.41

Codes

Color #D7E7C6 in popluar color models

D7E7C6
RGB215231198
HSL89°40.74%84.12%
HSB/HSV89°14.29%90.59%
CMYK6.93%0.00%14.29%
9.41%

Color #D7E7C6 in popluar number systems.

HEXD7E7C6
Decimal215231198
Binary110101111110011111000110
Octal327347306

Shades and tints

Shades of #D7E7C6

#D7E7C6
(215,231,198)
#C4D2B4
(196,210,180)
#B1BDA2
(177,189,162)
#9EA890
(158,168,144)
#8B937E
(139,147,126)
#787E6C
(120,126,108)
#65695A
(101,105,90)
#525448
(82,84,72)
#3F3F36
(63,63,54)
#2C2A24
(44,42,36)
#191512
(25,21,18)
#000000
(0,0,0)

Tints of #D7E7C6

#D7E7C6
(215,231,198)
#DAE9CB
(218,233,203)
#DDEBD0
(221,235,208)
#E0EDD5
(224,237,213)
#E3EFDA
(227,239,218)
#E6F1DF
(230,241,223)
#E9F3E4
(233,243,228)
#ECF5E9
(236,245,233)
#EFF7EE
(239,247,238)
#F2F9F3
(242,249,243)
#F5FBF8
(245,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E7C6; }

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

This text font color is #D7E7C6.


Background Color

.myBgColor { background-color: #D7E7C6; }

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

This div background color is #D7E7C6.


Border color

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

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

This div border color is #D7E7C6.


Opacity

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

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

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

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

This text has shadow with #D7E7C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E7C6 on black background.


Color preview on white background

This text has color #D7E7C6 on white background.



Black color preview on #D7E7C6 background

This text has black color on #D7E7C6 background.


White color preview on #D7E7C6 background

This text has white color on #D7E7C6 background.