COLOR #D2E7B2

HEX: #D2E7B2
RGB: (210,231,178)

Color info

#D2E7B2 contains red, green and blue colors in about the same proportion. Web safe color of #D2E7B2 is #CCFF99 (or #CF9).

RGB color model

#D2E7B2 color RGB value is (210,231,178).

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

RGB channels and saturation

R 210 of 255 = 82%
G 231 of 255 = 91%
B 178 of 255 = 70%

210
231
178

R + G + B ~ 81%. #D2E7B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 231 + 178 = 619 (100%)
R 210 of 619 ~ 33.93%
G 231 of 619 ~ 37.32%
B 178 of 619 ~ 28.76%

%33.93
%37.32
%28.76

CMYK color model

#D2E7B2 color CMYK value is (9,0,23,9).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 22.94%
  • key color value is 9.41%
CMYK: (9,0,23,9) C9M0Y23K9 (9%,0%,23%,9%) (0.09/0.00/0.23/0.09)

CMYK percentages

%9.09
%0
%22.94
%9.41

Codes

Color #D2E7B2 in popluar color models

D2E7B2
RGB210231178
HSL84°52.48%80.20%
HSB/HSV84°22.94%90.59%
CMYK9.09%0.00%22.94%
9.41%

Color #D2E7B2 in popluar number systems.

HEXD2E7B2
Decimal210231178
Binary110100101110011110110010
Octal322347262

Shades and tints

Shades of #D2E7B2

#D2E7B2
(210,231,178)
#BFD2A2
(191,210,162)
#ACBD92
(172,189,146)
#99A882
(153,168,130)
#869372
(134,147,114)
#737E62
(115,126,98)
#606952
(96,105,82)
#4D5442
(77,84,66)
#3A3F32
(58,63,50)
#272A22
(39,42,34)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #D2E7B2

#D2E7B2
(210,231,178)
#D6E9B9
(214,233,185)
#DAEBC0
(218,235,192)
#DEEDC7
(222,237,199)
#E2EFCE
(226,239,206)
#E6F1D5
(230,241,213)
#EAF3DC
(234,243,220)
#EEF5E3
(238,245,227)
#F2F7EA
(242,247,234)
#F6F9F1
(246,249,241)
#FAFBF8
(250,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E7B2; }

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

This text font color is #D2E7B2.


Background Color

.myBgColor { background-color: #D2E7B2; }

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

This div background color is #D2E7B2.


Border color

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

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

This div border color is #D2E7B2.


Opacity

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

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

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

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

This text has shadow with #D2E7B2 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D2E7B2 on black background.


Color preview on white background

This text has color #D2E7B2 on white background.



Black color preview on #D2E7B2 background

This text has black color on #D2E7B2 background.


White color preview on #D2E7B2 background

This text has white color on #D2E7B2 background.