COLOR #D7E8A7

HEX: #D7E8A7
RGB: (215,232,167)

Color info

#D7E8A7 contains mainly red and green colors. Web safe color of #D7E8A7 is #CCFF99 (or #CF9).

RGB color model

#D7E8A7 color RGB value is (215,232,167).

  • red value is 215;
  • green value is 232;
  • blue value is 167.
RGB:
(215,232,167)
(84%,91%,65%)

RGB channels and saturation

R 215 of 255 = 84%
G 232 of 255 = 91%
B 167 of 255 = 65%

215
232
167

R + G + B ~ 80%. #D7E8A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 232 + 167 = 614 (100%)
R 215 of 614 ~ 35.02%
G 232 of 614 ~ 37.79%
B 167 of 614 ~ 27.2%

%35.02
%37.79
%27.2

CMYK color model

#D7E8A7 color CMYK value is (7,0,28,9).

  • cyan value is 7.33%
  • magenta value is 0.00%
  • yellow value is 28.02%
  • key color value is 9.02%
CMYK:
(7,0,28,9)
C7M0Y28K9 
(7%,0%,28%,9%)
(0.07/0.00/0.28/0.09)	

CMYK percentages

%7.33
%0
%28.02
%9.02

Codes

Color #D7E8A7 in popluar color models

D7E8A7
RGB215232167
HSL76°58.56%78.24%
HSB/HSV76°28.02%90.98%
CMYK7.33%0.00%28.02%
9.02%

Color #D7E8A7 in popluar number systems.

HEXD7E8A7
Decimal215232167
Binary110101111110100010100111
Octal327350247

Shades and tints

Shades of #D7E8A7

#D7E8A7
(215,232,167)
#C4D398
(196,211,152)
#B1BE89
(177,190,137)
#9EA97A
(158,169,122)
#8B946B
(139,148,107)
#787F5C
(120,127,92)
#656A4D
(101,106,77)
#52553E
(82,85,62)
#3F402F
(63,64,47)
#2C2B20
(44,43,32)
#191611
(25,22,17)
#000000
(0,0,0)

Tints of #D7E8A7

#D7E8A7
(215,232,167)
#DAEAAF
(218,234,175)
#DDECB7
(221,236,183)
#E0EEBF
(224,238,191)
#E3F0C7
(227,240,199)
#E6F2CF
(230,242,207)
#E9F4D7
(233,244,215)
#ECF6DF
(236,246,223)
#EFF8E7
(239,248,231)
#F2FAEF
(242,250,239)
#F5FCF7
(245,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7E8A7 color. Also use rgb(215,232,167) instead hex code.

Text Font Color

.myTextColor { color: #D7E8A7; }

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

This text font color is #D7E8A7.


Background Color

.myBgColor { background-color: #D7E8A7; }

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

This div background color is #D7E8A7.


Border color

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

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

This div border color is #D7E8A7.


Opacity

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

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

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

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

This text has shadow with #D7E8A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E8A7 on black background.


Color preview on white background

This text has color #D7E8A7 on white background.



Black color preview on #D7E8A7 background

This text has black color on #D7E8A7 background.


White color preview on #D7E8A7 background

This text has white color on #D7E8A7 background.