COLOR #D2E9A5

HEX: #D2E9A5
RGB: (210,233,165)

Color info

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

RGB color model

#D2E9A5 color RGB value is (210,233,165).

  • red value is 210;
  • green value is 233;
  • blue value is 165.
RGB:
(210,233,165)
(82%,91%,65%)

RGB channels and saturation

R 210 of 255 = 82%
G 233 of 255 = 91%
B 165 of 255 = 65%

210
233
165

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

Portions of RGB colors in percentages

R + G + B =
210 + 233 + 165 = 608 (100%)
R 210 of 608 ~ 34.54%
G 233 of 608 ~ 38.32%
B 165 of 608 ~ 27.14%

%34.54
%38.32
%27.14

CMYK color model

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

  • cyan value is 9.87%
  • magenta value is 0.00%
  • yellow value is 29.18%
  • key color value is 8.63%
CMYK:
(10,0,29,9)
C10M0Y29K9 
(10%,0%,29%,9%)
(0.10/0.00/0.29/0.09)	

CMYK percentages

%9.87
%0
%29.18
%8.63

Codes

Color #D2E9A5 in popluar color models

D2E9A5
RGB210233165
HSL80°60.71%78.04%
HSB/HSV80°29.18%91.37%
CMYK9.87%0.00%29.18%
8.63%

Color #D2E9A5 in popluar number systems.

HEXD2E9A5
Decimal210233165
Binary110100101110100110100101
Octal322351245

Shades and tints

Shades of #D2E9A5

#D2E9A5
(210,233,165)
#BFD496
(191,212,150)
#ACBF87
(172,191,135)
#99AA78
(153,170,120)
#869569
(134,149,105)
#73805A
(115,128,90)
#606B4B
(96,107,75)
#4D563C
(77,86,60)
#3A412D
(58,65,45)
#272C1E
(39,44,30)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #D2E9A5

#D2E9A5
(210,233,165)
#D6EBAD
(214,235,173)
#DAEDB5
(218,237,181)
#DEEFBD
(222,239,189)
#E2F1C5
(226,241,197)
#E6F3CD
(230,243,205)
#EAF5D5
(234,245,213)
#EEF7DD
(238,247,221)
#F2F9E5
(242,249,229)
#F6FBED
(246,251,237)
#FAFDF5
(250,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E9A5 color. Also use rgb(210,233,165) instead hex code.

Text Font Color

.myTextColor { color: #D2E9A5; }

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

This text font color is #D2E9A5.


Background Color

.myBgColor { background-color: #D2E9A5; }

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

This div background color is #D2E9A5.


Border color

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

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

This div border color is #D2E9A5.


Opacity

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

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

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

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

This text has shadow with #D2E9A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E9A5 on black background.


Color preview on white background

This text has color #D2E9A5 on white background.



Black color preview on #D2E9A5 background

This text has black color on #D2E9A5 background.


White color preview on #D2E9A5 background

This text has white color on #D2E9A5 background.