COLOR #D2E6A5

HEX: #D2E6A5
RGB: (210,230,165)

Color info

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

RGB color model

#D2E6A5 color RGB value is (210,230,165).

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

RGB channels and saturation

R 210 of 255 = 82%
G 230 of 255 = 90%
B 165 of 255 = 65%

210
230
165

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

Portions of RGB colors in percentages

R + G + B =
210 + 230 + 165 = 605 (100%)
R 210 of 605 ~ 34.71%
G 230 of 605 ~ 38.02%
B 165 of 605 ~ 27.27%

%34.71
%38.02
%27.27

CMYK color model

#D2E6A5 color CMYK value is (9,0,28,10).

  • cyan value is 8.70%
  • magenta value is 0.00%
  • yellow value is 28.26%
  • key color value is 9.80%
CMYK:
(9,0,28,10)
C9M0Y28K10 
(9%,0%,28%,10%)
(0.09/0.00/0.28/0.10)	

CMYK percentages

%8.7
%0
%28.26
%9.8

Codes

Color #D2E6A5 in popluar color models

D2E6A5
RGB210230165
HSL78°56.52%77.45%
HSB/HSV78°28.26%90.20%
CMYK8.70%0.00%28.26%
9.80%

Color #D2E6A5 in popluar number systems.

HEXD2E6A5
Decimal210230165
Binary110100101110011010100101
Octal322346245

Shades and tints

Shades of #D2E6A5

#D2E6A5
(210,230,165)
#BFD296
(191,210,150)
#ACBE87
(172,190,135)
#99AA78
(153,170,120)
#869669
(134,150,105)
#73825A
(115,130,90)
#606E4B
(96,110,75)
#4D5A3C
(77,90,60)
#3A462D
(58,70,45)
#27321E
(39,50,30)
#141E0F
(20,30,15)
#000000
(0,0,0)

Tints of #D2E6A5

#D2E6A5
(210,230,165)
#D6E8AD
(214,232,173)
#DAEAB5
(218,234,181)
#DEECBD
(222,236,189)
#E2EEC5
(226,238,197)
#E6F0CD
(230,240,205)
#EAF2D5
(234,242,213)
#EEF4DD
(238,244,221)
#F2F6E5
(242,246,229)
#F6F8ED
(246,248,237)
#FAFAF5
(250,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E6A5; }

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

This text font color is #D2E6A5.


Background Color

.myBgColor { background-color: #D2E6A5; }

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

This div background color is #D2E6A5.


Border color

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

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

This div border color is #D2E6A5.


Opacity

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

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

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

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

This text has shadow with #D2E6A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E6A5 on black background.


Color preview on white background

This text has color #D2E6A5 on white background.



Black color preview on #D2E6A5 background

This text has black color on #D2E6A5 background.


White color preview on #D2E6A5 background

This text has white color on #D2E6A5 background.