COLOR #D7E9BA

HEX: #D7E9BA
RGB: (215,233,186)

Color info

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

RGB color model

#D7E9BA color RGB value is (215,233,186).

  • red value is 215;
  • green value is 233;
  • blue value is 186.
RGB:
(215,233,186)
(84%,91%,73%)

RGB channels and saturation

R 215 of 255 = 84%
G 233 of 255 = 91%
B 186 of 255 = 73%

215
233
186

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

Portions of RGB colors in percentages

R + G + B =
215 + 233 + 186 = 634 (100%)
R 215 of 634 ~ 33.91%
G 233 of 634 ~ 36.75%
B 186 of 634 ~ 29.34%

%33.91
%36.75
%29.34

CMYK color model

#D7E9BA color CMYK value is (8,0,20,9).

  • cyan value is 7.73%
  • magenta value is 0.00%
  • yellow value is 20.17%
  • key color value is 8.63%
CMYK:
(8,0,20,9)
C8M0Y20K9 
(8%,0%,20%,9%)
(0.08/0.00/0.20/0.09)	

CMYK percentages

%7.73
%0
%20.17
%8.63

Codes

Color #D7E9BA in popluar color models

D7E9BA
RGB215233186
HSL83°51.65%82.16%
HSB/HSV83°20.17%91.37%
CMYK7.73%0.00%20.17%
8.63%

Color #D7E9BA in popluar number systems.

HEXD7E9BA
Decimal215233186
Binary110101111110100110111010
Octal327351272

Shades and tints

Shades of #D7E9BA

#D7E9BA
(215,233,186)
#C4D4AA
(196,212,170)
#B1BF9A
(177,191,154)
#9EAA8A
(158,170,138)
#8B957A
(139,149,122)
#78806A
(120,128,106)
#656B5A
(101,107,90)
#52564A
(82,86,74)
#3F413A
(63,65,58)
#2C2C2A
(44,44,42)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #D7E9BA

#D7E9BA
(215,233,186)
#DAEBC0
(218,235,192)
#DDEDC6
(221,237,198)
#E0EFCC
(224,239,204)
#E3F1D2
(227,241,210)
#E6F3D8
(230,243,216)
#E9F5DE
(233,245,222)
#ECF7E4
(236,247,228)
#EFF9EA
(239,249,234)
#F2FBF0
(242,251,240)
#F5FDF6
(245,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7E9BA color. Also use rgb(215,233,186) instead hex code.

Text Font Color

.myTextColor { color: #D7E9BA; }

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

This text font color is #D7E9BA.


Background Color

.myBgColor { background-color: #D7E9BA; }

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

This div background color is #D7E9BA.


Border color

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

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

This div border color is #D7E9BA.


Opacity

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

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

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

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

This text has shadow with #D7E9BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E9BA on black background.


Color preview on white background

This text has color #D7E9BA on white background.



Black color preview on #D7E9BA background

This text has black color on #D7E9BA background.


White color preview on #D7E9BA background

This text has white color on #D7E9BA background.