COLOR #D7E5BD

HEX: #D7E5BD
RGB: (215,229,189)

Color info

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

RGB color model

#D7E5BD color RGB value is (215,229,189).

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

RGB channels and saturation

R 215 of 255 = 84%
G 229 of 255 = 90%
B 189 of 255 = 74%

215
229
189

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

Portions of RGB colors in percentages

R + G + B =
215 + 229 + 189 = 633 (100%)
R 215 of 633 ~ 33.97%
G 229 of 633 ~ 36.18%
B 189 of 633 ~ 29.86%

%33.97
%36.18
%29.86

CMYK color model

#D7E5BD color CMYK value is (6,0,17,10).

  • cyan value is 6.11%
  • magenta value is 0.00%
  • yellow value is 17.47%
  • key color value is 10.20%
CMYK:
(6,0,17,10)
C6M0Y17K10 
(6%,0%,17%,10%)
(0.06/0.00/0.17/0.10)	

CMYK percentages

%6.11
%0
%17.47
%10.2

Codes

Color #D7E5BD in popluar color models

D7E5BD
RGB215229189
HSL81°43.48%81.96%
HSB/HSV81°17.47%89.80%
CMYK6.11%0.00%17.47%
10.20%

Color #D7E5BD in popluar number systems.

HEXD7E5BD
Decimal215229189
Binary110101111110010110111101
Octal327345275

Shades and tints

Shades of #D7E5BD

#D7E5BD
(215,229,189)
#C4D1AC
(196,209,172)
#B1BD9B
(177,189,155)
#9EA98A
(158,169,138)
#8B9579
(139,149,121)
#788168
(120,129,104)
#656D57
(101,109,87)
#525946
(82,89,70)
#3F4535
(63,69,53)
#2C3124
(44,49,36)
#191D13
(25,29,19)
#000000
(0,0,0)

Tints of #D7E5BD

#D7E5BD
(215,229,189)
#DAE7C3
(218,231,195)
#DDE9C9
(221,233,201)
#E0EBCF
(224,235,207)
#E3EDD5
(227,237,213)
#E6EFDB
(230,239,219)
#E9F1E1
(233,241,225)
#ECF3E7
(236,243,231)
#EFF5ED
(239,245,237)
#F2F7F3
(242,247,243)
#F5F9F9
(245,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E5BD; }

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

This text font color is #D7E5BD.


Background Color

.myBgColor { background-color: #D7E5BD; }

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

This div background color is #D7E5BD.


Border color

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

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

This div border color is #D7E5BD.


Opacity

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

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

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

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

This text has shadow with #D7E5BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E5BD on black background.


Color preview on white background

This text has color #D7E5BD on white background.



Black color preview on #D7E5BD background

This text has black color on #D7E5BD background.


White color preview on #D7E5BD background

This text has white color on #D7E5BD background.