COLOR #D7E8BD

HEX: #D7E8BD
RGB: (215,232,189)

Color info

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

RGB color model

#D7E8BD color RGB value is (215,232,189).

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

RGB channels and saturation

R 215 of 255 = 84%
G 232 of 255 = 91%
B 189 of 255 = 74%

215
232
189

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

Portions of RGB colors in percentages

R + G + B =
215 + 232 + 189 = 636 (100%)
R 215 of 636 ~ 33.81%
G 232 of 636 ~ 36.48%
B 189 of 636 ~ 29.72%

%33.81
%36.48
%29.72

CMYK color model

#D7E8BD color CMYK value is (7,0,19,9).

  • cyan value is 7.33%
  • magenta value is 0.00%
  • yellow value is 18.53%
  • key color value is 9.02%
CMYK:
(7,0,19,9)
C7M0Y19K9 
(7%,0%,19%,9%)
(0.07/0.00/0.19/0.09)	

CMYK percentages

%7.33
%0
%18.53
%9.02

Codes

Color #D7E8BD in popluar color models

D7E8BD
RGB215232189
HSL84°48.31%82.55%
HSB/HSV84°18.53%90.98%
CMYK7.33%0.00%18.53%
9.02%

Color #D7E8BD in popluar number systems.

HEXD7E8BD
Decimal215232189
Binary110101111110100010111101
Octal327350275

Shades and tints

Shades of #D7E8BD

#D7E8BD
(215,232,189)
#C4D3AC
(196,211,172)
#B1BE9B
(177,190,155)
#9EA98A
(158,169,138)
#8B9479
(139,148,121)
#787F68
(120,127,104)
#656A57
(101,106,87)
#525546
(82,85,70)
#3F4035
(63,64,53)
#2C2B24
(44,43,36)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #D7E8BD

#D7E8BD
(215,232,189)
#DAEAC3
(218,234,195)
#DDECC9
(221,236,201)
#E0EECF
(224,238,207)
#E3F0D5
(227,240,213)
#E6F2DB
(230,242,219)
#E9F4E1
(233,244,225)
#ECF6E7
(236,246,231)
#EFF8ED
(239,248,237)
#F2FAF3
(242,250,243)
#F5FCF9
(245,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E8BD; }

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

This text font color is #D7E8BD.


Background Color

.myBgColor { background-color: #D7E8BD; }

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

This div background color is #D7E8BD.


Border color

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

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

This div border color is #D7E8BD.


Opacity

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

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

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

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

This text has shadow with #D7E8BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E8BD on black background.


Color preview on white background

This text has color #D7E8BD on white background.



Black color preview on #D7E8BD background

This text has black color on #D7E8BD background.


White color preview on #D7E8BD background

This text has white color on #D7E8BD background.