COLOR #D2E1AD

HEX: #D2E1AD
RGB: (210,225,173)

Color info

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

RGB color model

#D2E1AD color RGB value is (210,225,173).

  • red value is 210;
  • green value is 225;
  • blue value is 173.
RGB:
(210,225,173)
(82%,88%,68%)

RGB channels and saturation

R 210 of 255 = 82%
G 225 of 255 = 88%
B 173 of 255 = 68%

210
225
173

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

Portions of RGB colors in percentages

R + G + B =
210 + 225 + 173 = 608 (100%)
R 210 of 608 ~ 34.54%
G 225 of 608 ~ 37.01%
B 173 of 608 ~ 28.45%

%34.54
%37.01
%28.45

CMYK color model

#D2E1AD color CMYK value is (7,0,23,12).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 23.11%
  • key color value is 11.76%
CMYK:
(7,0,23,12)
C7M0Y23K12 
(7%,0%,23%,12%)
(0.07/0.00/0.23/0.12)	

CMYK percentages

%6.67
%0
%23.11
%11.76

Codes

Color #D2E1AD in popluar color models

D2E1AD
RGB210225173
HSL77°46.43%78.04%
HSB/HSV77°23.11%88.24%
CMYK6.67%0.00%23.11%
11.76%

Color #D2E1AD in popluar number systems.

HEXD2E1AD
Decimal210225173
Binary110100101110000110101101
Octal322341255

Shades and tints

Shades of #D2E1AD

#D2E1AD
(210,225,173)
#BFCD9E
(191,205,158)
#ACB98F
(172,185,143)
#99A580
(153,165,128)
#869171
(134,145,113)
#737D62
(115,125,98)
#606953
(96,105,83)
#4D5544
(77,85,68)
#3A4135
(58,65,53)
#272D26
(39,45,38)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #D2E1AD

#D2E1AD
(210,225,173)
#D6E3B4
(214,227,180)
#DAE5BB
(218,229,187)
#DEE7C2
(222,231,194)
#E2E9C9
(226,233,201)
#E6EBD0
(230,235,208)
#EAEDD7
(234,237,215)
#EEEFDE
(238,239,222)
#F2F1E5
(242,241,229)
#F6F3EC
(246,243,236)
#FAF5F3
(250,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E1AD color. Also use rgb(210,225,173) instead hex code.

Text Font Color

.myTextColor { color: #D2E1AD; }

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

This text font color is #D2E1AD.


Background Color

.myBgColor { background-color: #D2E1AD; }

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

This div background color is #D2E1AD.


Border color

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

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

This div border color is #D2E1AD.


Opacity

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

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

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

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

This text has shadow with #D2E1AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E1AD on black background.


Color preview on white background

This text has color #D2E1AD on white background.



Black color preview on #D2E1AD background

This text has black color on #D2E1AD background.


White color preview on #D2E1AD background

This text has white color on #D2E1AD background.