COLOR #D2E7A2

HEX: #D2E7A2
RGB: (210,231,162)

Color info

#D2E7A2 contains mainly red and green colors. Web safe color of #D2E7A2 is #CCFF99 (or #CF9).

RGB color model

#D2E7A2 color RGB value is (210,231,162).

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

RGB channels and saturation

R 210 of 255 = 82%
G 231 of 255 = 91%
B 162 of 255 = 64%

210
231
162

R + G + B ~ 79%. #D2E7A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 231 + 162 = 603 (100%)
R 210 of 603 ~ 34.83%
G 231 of 603 ~ 38.31%
B 162 of 603 ~ 26.87%

%34.83
%38.31
%26.87

CMYK color model

#D2E7A2 color CMYK value is (9,0,30,9).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 29.87%
  • key color value is 9.41%
CMYK:
(9,0,30,9)
C9M0Y30K9 
(9%,0%,30%,9%)
(0.09/0.00/0.30/0.09)	

CMYK percentages

%9.09
%0
%29.87
%9.41

Codes

Color #D2E7A2 in popluar color models

D2E7A2
RGB210231162
HSL78°58.97%77.06%
HSB/HSV78°29.87%90.59%
CMYK9.09%0.00%29.87%
9.41%

Color #D2E7A2 in popluar number systems.

HEXD2E7A2
Decimal210231162
Binary110100101110011110100010
Octal322347242

Shades and tints

Shades of #D2E7A2

#D2E7A2
(210,231,162)
#BFD294
(191,210,148)
#ACBD86
(172,189,134)
#99A878
(153,168,120)
#86936A
(134,147,106)
#737E5C
(115,126,92)
#60694E
(96,105,78)
#4D5440
(77,84,64)
#3A3F32
(58,63,50)
#272A24
(39,42,36)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #D2E7A2

#D2E7A2
(210,231,162)
#D6E9AA
(214,233,170)
#DAEBB2
(218,235,178)
#DEEDBA
(222,237,186)
#E2EFC2
(226,239,194)
#E6F1CA
(230,241,202)
#EAF3D2
(234,243,210)
#EEF5DA
(238,245,218)
#F2F7E2
(242,247,226)
#F6F9EA
(246,249,234)
#FAFBF2
(250,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E7A2; }

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

This text font color is #D2E7A2.


Background Color

.myBgColor { background-color: #D2E7A2; }

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

This div background color is #D2E7A2.


Border color

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

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

This div border color is #D2E7A2.


Opacity

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

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

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

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

This text has shadow with #D2E7A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E7A2 on black background.


Color preview on white background

This text has color #D2E7A2 on white background.



Black color preview on #D2E7A2 background

This text has black color on #D2E7A2 background.


White color preview on #D2E7A2 background

This text has white color on #D2E7A2 background.