COLOR #D2E0A8

HEX: #D2E0A8
RGB: (210,224,168)

Color info

#D2E0A8 contains red, green and blue colors in about the same proportion. Web safe color of #D2E0A8 is #CCCC99 (or #CC9).

RGB color model

#D2E0A8 color RGB value is (210,224,168).

  • red value is 210;
  • green value is 224;
  • blue value is 168.
RGB:
(210,224,168)
(82%,88%,66%)

RGB channels and saturation

R 210 of 255 = 82%
G 224 of 255 = 88%
B 168 of 255 = 66%

210
224
168

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

Portions of RGB colors in percentages

R + G + B =
210 + 224 + 168 = 602 (100%)
R 210 of 602 ~ 34.88%
G 224 of 602 ~ 37.21%
B 168 of 602 ~ 27.91%

%34.88
%37.21
%27.91

CMYK color model

#D2E0A8 color CMYK value is (6,0,25,12).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 12.16%
CMYK:
(6,0,25,12)
C6M0Y25K12 
(6%,0%,25%,12%)
(0.06/0.00/0.25/0.12)	

CMYK percentages

%6.25
%0
%25
%12.16

Codes

Color #D2E0A8 in popluar color models

D2E0A8
RGB210224168
HSL75°47.46%76.86%
HSB/HSV75°25.00%87.84%
CMYK6.25%0.00%25.00%
12.16%

Color #D2E0A8 in popluar number systems.

HEXD2E0A8
Decimal210224168
Binary110100101110000010101000
Octal322340250

Shades and tints

Shades of #D2E0A8

#D2E0A8
(210,224,168)
#BFCC99
(191,204,153)
#ACB88A
(172,184,138)
#99A47B
(153,164,123)
#86906C
(134,144,108)
#737C5D
(115,124,93)
#60684E
(96,104,78)
#4D543F
(77,84,63)
#3A4030
(58,64,48)
#272C21
(39,44,33)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #D2E0A8

#D2E0A8
(210,224,168)
#D6E2AF
(214,226,175)
#DAE4B6
(218,228,182)
#DEE6BD
(222,230,189)
#E2E8C4
(226,232,196)
#E6EACB
(230,234,203)
#EAECD2
(234,236,210)
#EEEED9
(238,238,217)
#F2F0E0
(242,240,224)
#F6F2E7
(246,242,231)
#FAF4EE
(250,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E0A8 color. Also use rgb(210,224,168) instead hex code.

Text Font Color

.myTextColor { color: #D2E0A8; }

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

This text font color is #D2E0A8.


Background Color

.myBgColor { background-color: #D2E0A8; }

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

This div background color is #D2E0A8.


Border color

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

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

This div border color is #D2E0A8.


Opacity

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

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

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

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

This text has shadow with #D2E0A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E0A8 on black background.


Color preview on white background

This text has color #D2E0A8 on white background.



Black color preview on #D2E0A8 background

This text has black color on #D2E0A8 background.


White color preview on #D2E0A8 background

This text has white color on #D2E0A8 background.