COLOR #D2E8A5

HEX: #D2E8A5
RGB: (210,232,165)

Color info

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

RGB color model

#D2E8A5 color RGB value is (210,232,165).

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

RGB channels and saturation

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

210
232
165

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

Portions of RGB colors in percentages

R + G + B =
210 + 232 + 165 = 607 (100%)
R 210 of 607 ~ 34.6%
G 232 of 607 ~ 38.22%
B 165 of 607 ~ 27.18%

%34.6
%38.22
%27.18

CMYK color model

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

  • cyan value is 9.48%
  • magenta value is 0.00%
  • yellow value is 28.88%
  • key color value is 9.02%
CMYK:
(9,0,29,9)
C9M0Y29K9 
(9%,0%,29%,9%)
(0.09/0.00/0.29/0.09)	

CMYK percentages

%9.48
%0
%28.88
%9.02

Codes

Color #D2E8A5 in popluar color models

D2E8A5
RGB210232165
HSL80°59.29%77.84%
HSB/HSV80°28.88%90.98%
CMYK9.48%0.00%28.88%
9.02%

Color #D2E8A5 in popluar number systems.

HEXD2E8A5
Decimal210232165
Binary110100101110100010100101
Octal322350245

Shades and tints

Shades of #D2E8A5

#D2E8A5
(210,232,165)
#BFD396
(191,211,150)
#ACBE87
(172,190,135)
#99A978
(153,169,120)
#869469
(134,148,105)
#737F5A
(115,127,90)
#606A4B
(96,106,75)
#4D553C
(77,85,60)
#3A402D
(58,64,45)
#272B1E
(39,43,30)
#14160F
(20,22,15)
#000000
(0,0,0)

Tints of #D2E8A5

#D2E8A5
(210,232,165)
#D6EAAD
(214,234,173)
#DAECB5
(218,236,181)
#DEEEBD
(222,238,189)
#E2F0C5
(226,240,197)
#E6F2CD
(230,242,205)
#EAF4D5
(234,244,213)
#EEF6DD
(238,246,221)
#F2F8E5
(242,248,229)
#F6FAED
(246,250,237)
#FAFCF5
(250,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E8A5; }

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

This text font color is #D2E8A5.


Background Color

.myBgColor { background-color: #D2E8A5; }

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

This div background color is #D2E8A5.


Border color

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

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

This div border color is #D2E8A5.


Opacity

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

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

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

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

This text has shadow with #D2E8A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E8A5 on black background.


Color preview on white background

This text has color #D2E8A5 on white background.



Black color preview on #D2E8A5 background

This text has black color on #D2E8A5 background.


White color preview on #D2E8A5 background

This text has white color on #D2E8A5 background.