COLOR #D7E5BB

HEX: #D7E5BB
RGB: (215,229,187)

Color info

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

RGB color model

#D7E5BB color RGB value is (215,229,187).

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

RGB channels and saturation

R 215 of 255 = 84%
G 229 of 255 = 90%
B 187 of 255 = 73%

215
229
187

R + G + B ~ 82%. #D7E5BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 229 + 187 = 631 (100%)
R 215 of 631 ~ 34.07%
G 229 of 631 ~ 36.29%
B 187 of 631 ~ 29.64%

%34.07
%36.29
%29.64

CMYK color model

#D7E5BB color CMYK value is (6,0,18,10).

  • cyan value is 6.11%
  • magenta value is 0.00%
  • yellow value is 18.34%
  • key color value is 10.20%
CMYK:
(6,0,18,10)
C6M0Y18K10 
(6%,0%,18%,10%)
(0.06/0.00/0.18/0.10)	

CMYK percentages

%6.11
%0
%18.34
%10.2

Codes

Color #D7E5BB in popluar color models

D7E5BB
RGB215229187
HSL80°44.68%81.57%
HSB/HSV80°18.34%89.80%
CMYK6.11%0.00%18.34%
10.20%

Color #D7E5BB in popluar number systems.

HEXD7E5BB
Decimal215229187
Binary110101111110010110111011
Octal327345273

Shades and tints

Shades of #D7E5BB

#D7E5BB
(215,229,187)
#C4D1AA
(196,209,170)
#B1BD99
(177,189,153)
#9EA988
(158,169,136)
#8B9577
(139,149,119)
#788166
(120,129,102)
#656D55
(101,109,85)
#525944
(82,89,68)
#3F4533
(63,69,51)
#2C3122
(44,49,34)
#191D11
(25,29,17)
#000000
(0,0,0)

Tints of #D7E5BB

#D7E5BB
(215,229,187)
#DAE7C1
(218,231,193)
#DDE9C7
(221,233,199)
#E0EBCD
(224,235,205)
#E3EDD3
(227,237,211)
#E6EFD9
(230,239,217)
#E9F1DF
(233,241,223)
#ECF3E5
(236,243,229)
#EFF5EB
(239,245,235)
#F2F7F1
(242,247,241)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E5BB; }

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

This text font color is #D7E5BB.


Background Color

.myBgColor { background-color: #D7E5BB; }

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

This div background color is #D7E5BB.


Border color

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

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

This div border color is #D7E5BB.


Opacity

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

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

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

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

This text has shadow with #D7E5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E5BB on black background.


Color preview on white background

This text has color #D7E5BB on white background.



Black color preview on #D7E5BB background

This text has black color on #D7E5BB background.


White color preview on #D7E5BB background

This text has white color on #D7E5BB background.