COLOR #D2E7B9

HEX: #D2E7B9
RGB: (210,231,185)

Color info

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

RGB color model

#D2E7B9 color RGB value is (210,231,185).

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

RGB channels and saturation

R 210 of 255 = 82%
G 231 of 255 = 91%
B 185 of 255 = 73%

210
231
185

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

Portions of RGB colors in percentages

R + G + B =
210 + 231 + 185 = 626 (100%)
R 210 of 626 ~ 33.55%
G 231 of 626 ~ 36.9%
B 185 of 626 ~ 29.55%

%33.55
%36.9
%29.55

CMYK color model

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

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 19.91%
  • key color value is 9.41%
CMYK:
(9,0,20,9)
C9M0Y20K9 
(9%,0%,20%,9%)
(0.09/0.00/0.20/0.09)	

CMYK percentages

%9.09
%0
%19.91
%9.41

Codes

Color #D2E7B9 in popluar color models

D2E7B9
RGB210231185
HSL87°48.94%81.57%
HSB/HSV87°19.91%90.59%
CMYK9.09%0.00%19.91%
9.41%

Color #D2E7B9 in popluar number systems.

HEXD2E7B9
Decimal210231185
Binary110100101110011110111001
Octal322347271

Shades and tints

Shades of #D2E7B9

#D2E7B9
(210,231,185)
#BFD2A9
(191,210,169)
#ACBD99
(172,189,153)
#99A889
(153,168,137)
#869379
(134,147,121)
#737E69
(115,126,105)
#606959
(96,105,89)
#4D5449
(77,84,73)
#3A3F39
(58,63,57)
#272A29
(39,42,41)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #D2E7B9

#D2E7B9
(210,231,185)
#D6E9BF
(214,233,191)
#DAEBC5
(218,235,197)
#DEEDCB
(222,237,203)
#E2EFD1
(226,239,209)
#E6F1D7
(230,241,215)
#EAF3DD
(234,243,221)
#EEF5E3
(238,245,227)
#F2F7E9
(242,247,233)
#F6F9EF
(246,249,239)
#FAFBF5
(250,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E7B9; }

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

This text font color is #D2E7B9.


Background Color

.myBgColor { background-color: #D2E7B9; }

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

This div background color is #D2E7B9.


Border color

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

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

This div border color is #D2E7B9.


Opacity

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

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

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

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

This text has shadow with #D2E7B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E7B9 on black background.


Color preview on white background

This text has color #D2E7B9 on white background.



Black color preview on #D2E7B9 background

This text has black color on #D2E7B9 background.


White color preview on #D2E7B9 background

This text has white color on #D2E7B9 background.