COLOR #D3E7BA

HEX: #D3E7BA
RGB: (211,231,186)

Color info

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

RGB color model

#D3E7BA color RGB value is (211,231,186).

  • red value is 211;
  • green value is 231;
  • blue value is 186.
RGB:
(211,231,186)
(83%,91%,73%)

RGB channels and saturation

R 211 of 255 = 83%
G 231 of 255 = 91%
B 186 of 255 = 73%

211
231
186

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

Portions of RGB colors in percentages

R + G + B =
211 + 231 + 186 = 628 (100%)
R 211 of 628 ~ 33.6%
G 231 of 628 ~ 36.78%
B 186 of 628 ~ 29.62%

%33.6
%36.78
%29.62

CMYK color model

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

  • cyan value is 8.66%
  • magenta value is 0.00%
  • yellow value is 19.48%
  • key color value is 9.41%
CMYK:
(9,0,19,9)
C9M0Y19K9 
(9%,0%,19%,9%)
(0.09/0.00/0.19/0.09)	

CMYK percentages

%8.66
%0
%19.48
%9.41

Codes

Color #D3E7BA in popluar color models

D3E7BA
RGB211231186
HSL87°48.39%81.76%
HSB/HSV87°19.48%90.59%
CMYK8.66%0.00%19.48%
9.41%

Color #D3E7BA in popluar number systems.

HEXD3E7BA
Decimal211231186
Binary110100111110011110111010
Octal323347272

Shades and tints

Shades of #D3E7BA

#D3E7BA
(211,231,186)
#C0D2AA
(192,210,170)
#ADBD9A
(173,189,154)
#9AA88A
(154,168,138)
#87937A
(135,147,122)
#747E6A
(116,126,106)
#61695A
(97,105,90)
#4E544A
(78,84,74)
#3B3F3A
(59,63,58)
#282A2A
(40,42,42)
#15151A
(21,21,26)
#000000
(0,0,0)

Tints of #D3E7BA

#D3E7BA
(211,231,186)
#D7E9C0
(215,233,192)
#DBEBC6
(219,235,198)
#DFEDCC
(223,237,204)
#E3EFD2
(227,239,210)
#E7F1D8
(231,241,216)
#EBF3DE
(235,243,222)
#EFF5E4
(239,245,228)
#F3F7EA
(243,247,234)
#F7F9F0
(247,249,240)
#FBFBF6
(251,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3E7BA color. Also use rgb(211,231,186) instead hex code.

Text Font Color

.myTextColor { color: #D3E7BA; }

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

This text font color is #D3E7BA.


Background Color

.myBgColor { background-color: #D3E7BA; }

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

This div background color is #D3E7BA.


Border color

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

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

This div border color is #D3E7BA.


Opacity

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

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

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

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

This text has shadow with #D3E7BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3E7BA on black background.


Color preview on white background

This text has color #D3E7BA on white background.



Black color preview on #D3E7BA background

This text has black color on #D3E7BA background.


White color preview on #D3E7BA background

This text has white color on #D3E7BA background.