COLOR #D2E7BF

HEX: #D2E7BF
RGB: (210,231,191)

Color info

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

RGB color model

#D2E7BF color RGB value is (210,231,191).

  • red value is 210;
  • green value is 231;
  • blue value is 191.
RGB:
(210,231,191)
(82%,91%,75%)

RGB channels and saturation

R 210 of 255 = 82%
G 231 of 255 = 91%
B 191 of 255 = 75%

210
231
191

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

Portions of RGB colors in percentages

R + G + B =
210 + 231 + 191 = 632 (100%)
R 210 of 632 ~ 33.23%
G 231 of 632 ~ 36.55%
B 191 of 632 ~ 30.22%

%33.23
%36.55
%30.22

CMYK color model

#D2E7BF color CMYK value is (9,0,17,9).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 17.32%
  • key color value is 9.41%
CMYK:
(9,0,17,9)
C9M0Y17K9 
(9%,0%,17%,9%)
(0.09/0.00/0.17/0.09)	

CMYK percentages

%9.09
%0
%17.32
%9.41

Codes

Color #D2E7BF in popluar color models

D2E7BF
RGB210231191
HSL92°45.45%82.75%
HSB/HSV92°17.32%90.59%
CMYK9.09%0.00%17.32%
9.41%

Color #D2E7BF in popluar number systems.

HEXD2E7BF
Decimal210231191
Binary110100101110011110111111
Octal322347277

Shades and tints

Shades of #D2E7BF

#D2E7BF
(210,231,191)
#BFD2AE
(191,210,174)
#ACBD9D
(172,189,157)
#99A88C
(153,168,140)
#86937B
(134,147,123)
#737E6A
(115,126,106)
#606959
(96,105,89)
#4D5448
(77,84,72)
#3A3F37
(58,63,55)
#272A26
(39,42,38)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #D2E7BF

#D2E7BF
(210,231,191)
#D6E9C4
(214,233,196)
#DAEBC9
(218,235,201)
#DEEDCE
(222,237,206)
#E2EFD3
(226,239,211)
#E6F1D8
(230,241,216)
#EAF3DD
(234,243,221)
#EEF5E2
(238,245,226)
#F2F7E7
(242,247,231)
#F6F9EC
(246,249,236)
#FAFBF1
(250,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E7BF color. Also use rgb(210,231,191) instead hex code.

Text Font Color

.myTextColor { color: #D2E7BF; }

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

This text font color is #D2E7BF.


Background Color

.myBgColor { background-color: #D2E7BF; }

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

This div background color is #D2E7BF.


Border color

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

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

This div border color is #D2E7BF.


Opacity

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

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

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

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

This text has shadow with #D2E7BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E7BF on black background.


Color preview on white background

This text has color #D2E7BF on white background.



Black color preview on #D2E7BF background

This text has black color on #D2E7BF background.


White color preview on #D2E7BF background

This text has white color on #D2E7BF background.