COLOR #D2E5A0

HEX: #D2E5A0
RGB: (210,229,160)

Color info

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

RGB color model

#D2E5A0 color RGB value is (210,229,160).

  • red value is 210;
  • green value is 229;
  • blue value is 160.
RGB:
(210,229,160)
(82%,90%,63%)

RGB channels and saturation

R 210 of 255 = 82%
G 229 of 255 = 90%
B 160 of 255 = 63%

210
229
160

R + G + B ~ 78%. #D2E5A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 229 + 160 = 599 (100%)
R 210 of 599 ~ 35.06%
G 229 of 599 ~ 38.23%
B 160 of 599 ~ 26.71%

%35.06
%38.23
%26.71

CMYK color model

#D2E5A0 color CMYK value is (8,0,30,10).

  • cyan value is 8.30%
  • magenta value is 0.00%
  • yellow value is 30.13%
  • key color value is 10.20%
CMYK:
(8,0,30,10)
C8M0Y30K10 
(8%,0%,30%,10%)
(0.08/0.00/0.30/0.10)	

CMYK percentages

%8.3
%0
%30.13
%10.2

Codes

Color #D2E5A0 in popluar color models

D2E5A0
RGB210229160
HSL77°57.02%76.27%
HSB/HSV77°30.13%89.80%
CMYK8.30%0.00%30.13%
10.20%

Color #D2E5A0 in popluar number systems.

HEXD2E5A0
Decimal210229160
Binary110100101110010110100000
Octal322345240

Shades and tints

Shades of #D2E5A0

#D2E5A0
(210,229,160)
#BFD192
(191,209,146)
#ACBD84
(172,189,132)
#99A976
(153,169,118)
#869568
(134,149,104)
#73815A
(115,129,90)
#606D4C
(96,109,76)
#4D593E
(77,89,62)
#3A4530
(58,69,48)
#273122
(39,49,34)
#141D14
(20,29,20)
#000000
(0,0,0)

Tints of #D2E5A0

#D2E5A0
(210,229,160)
#D6E7A8
(214,231,168)
#DAE9B0
(218,233,176)
#DEEBB8
(222,235,184)
#E2EDC0
(226,237,192)
#E6EFC8
(230,239,200)
#EAF1D0
(234,241,208)
#EEF3D8
(238,243,216)
#F2F5E0
(242,245,224)
#F6F7E8
(246,247,232)
#FAF9F0
(250,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E5A0 color. Also use rgb(210,229,160) instead hex code.

Text Font Color

.myTextColor { color: #D2E5A0; }

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

This text font color is #D2E5A0.


Background Color

.myBgColor { background-color: #D2E5A0; }

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

This div background color is #D2E5A0.


Border color

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

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

This div border color is #D2E5A0.


Opacity

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

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

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

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

This text has shadow with #D2E5A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E5A0 on black background.


Color preview on white background

This text has color #D2E5A0 on white background.



Black color preview on #D2E5A0 background

This text has black color on #D2E5A0 background.


White color preview on #D2E5A0 background

This text has white color on #D2E5A0 background.