COLOR #D1E5A2

HEX: #D1E5A2
RGB: (209,229,162)

Color info

#D1E5A2 contains mainly red and green colors. Web safe color of #D1E5A2 is #CCCC99 (or #CC9).

RGB color model

#D1E5A2 color RGB value is (209,229,162).

  • red value is 209;
  • green value is 229;
  • blue value is 162.
RGB:
(209,229,162)
(82%,90%,64%)

RGB channels and saturation

R 209 of 255 = 82%
G 229 of 255 = 90%
B 162 of 255 = 64%

209
229
162

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

Portions of RGB colors in percentages

R + G + B =
209 + 229 + 162 = 600 (100%)
R 209 of 600 ~ 34.83%
G 229 of 600 ~ 38.17%
B 162 of 600 ~ 27%

%34.83
%38.17
%27

CMYK color model

#D1E5A2 color CMYK value is (9,0,29,10).

  • cyan value is 8.73%
  • magenta value is 0.00%
  • yellow value is 29.26%
  • key color value is 10.20%
CMYK:
(9,0,29,10)
C9M0Y29K10 
(9%,0%,29%,10%)
(0.09/0.00/0.29/0.10)	

CMYK percentages

%8.73
%0
%29.26
%10.2

Codes

Color #D1E5A2 in popluar color models

D1E5A2
RGB209229162
HSL78°56.30%76.67%
HSB/HSV78°29.26%89.80%
CMYK8.73%0.00%29.26%
10.20%

Color #D1E5A2 in popluar number systems.

HEXD1E5A2
Decimal209229162
Binary110100011110010110100010
Octal321345242

Shades and tints

Shades of #D1E5A2

#D1E5A2
(209,229,162)
#BED194
(190,209,148)
#ABBD86
(171,189,134)
#98A978
(152,169,120)
#85956A
(133,149,106)
#72815C
(114,129,92)
#5F6D4E
(95,109,78)
#4C5940
(76,89,64)
#394532
(57,69,50)
#263124
(38,49,36)
#131D16
(19,29,22)
#000000
(0,0,0)

Tints of #D1E5A2

#D1E5A2
(209,229,162)
#D5E7AA
(213,231,170)
#D9E9B2
(217,233,178)
#DDEBBA
(221,235,186)
#E1EDC2
(225,237,194)
#E5EFCA
(229,239,202)
#E9F1D2
(233,241,210)
#EDF3DA
(237,243,218)
#F1F5E2
(241,245,226)
#F5F7EA
(245,247,234)
#F9F9F2
(249,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1E5A2 color. Also use rgb(209,229,162) instead hex code.

Text Font Color

.myTextColor { color: #D1E5A2; }

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

This text font color is #D1E5A2.


Background Color

.myBgColor { background-color: #D1E5A2; }

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

This div background color is #D1E5A2.


Border color

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

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

This div border color is #D1E5A2.


Opacity

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

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

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

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

This text has shadow with #D1E5A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1E5A2 on black background.


Color preview on white background

This text has color #D1E5A2 on white background.



Black color preview on #D1E5A2 background

This text has black color on #D1E5A2 background.


White color preview on #D1E5A2 background

This text has white color on #D1E5A2 background.