COLOR #D5E2A0

HEX: #D5E2A0
RGB: (213,226,160)

Color info

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

RGB color model

#D5E2A0 color RGB value is (213,226,160).

  • red value is 213;
  • green value is 226;
  • blue value is 160.
RGB:
(213,226,160)
(84%,89%,63%)

RGB channels and saturation

R 213 of 255 = 84%
G 226 of 255 = 89%
B 160 of 255 = 63%

213
226
160

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

Portions of RGB colors in percentages

R + G + B =
213 + 226 + 160 = 599 (100%)
R 213 of 599 ~ 35.56%
G 226 of 599 ~ 37.73%
B 160 of 599 ~ 26.71%

%35.56
%37.73
%26.71

CMYK color model

#D5E2A0 color CMYK value is (6,0,29,11).

  • cyan value is 5.75%
  • magenta value is 0.00%
  • yellow value is 29.20%
  • key color value is 11.37%
CMYK:
(6,0,29,11)
C6M0Y29K11 
(6%,0%,29%,11%)
(0.06/0.00/0.29/0.11)	

CMYK percentages

%5.75
%0
%29.2
%11.37

Codes

Color #D5E2A0 in popluar color models

D5E2A0
RGB213226160
HSL72°53.23%75.69%
HSB/HSV72°29.20%88.63%
CMYK5.75%0.00%29.20%
11.37%

Color #D5E2A0 in popluar number systems.

HEXD5E2A0
Decimal213226160
Binary110101011110001010100000
Octal325342240

Shades and tints

Shades of #D5E2A0

#D5E2A0
(213,226,160)
#C2CE92
(194,206,146)
#AFBA84
(175,186,132)
#9CA676
(156,166,118)
#899268
(137,146,104)
#767E5A
(118,126,90)
#636A4C
(99,106,76)
#50563E
(80,86,62)
#3D4230
(61,66,48)
#2A2E22
(42,46,34)
#171A14
(23,26,20)
#000000
(0,0,0)

Tints of #D5E2A0

#D5E2A0
(213,226,160)
#D8E4A8
(216,228,168)
#DBE6B0
(219,230,176)
#DEE8B8
(222,232,184)
#E1EAC0
(225,234,192)
#E4ECC8
(228,236,200)
#E7EED0
(231,238,208)
#EAF0D8
(234,240,216)
#EDF2E0
(237,242,224)
#F0F4E8
(240,244,232)
#F3F6F0
(243,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E2A0 color. Also use rgb(213,226,160) instead hex code.

Text Font Color

.myTextColor { color: #D5E2A0; }

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

This text font color is #D5E2A0.


Background Color

.myBgColor { background-color: #D5E2A0; }

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

This div background color is #D5E2A0.


Border color

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

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

This div border color is #D5E2A0.


Opacity

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

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

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

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

This text has shadow with #D5E2A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E2A0 on black background.


Color preview on white background

This text has color #D5E2A0 on white background.



Black color preview on #D5E2A0 background

This text has black color on #D5E2A0 background.


White color preview on #D5E2A0 background

This text has white color on #D5E2A0 background.