COLOR #D2E1AE

HEX: #D2E1AE
RGB: (210,225,174)

Color info

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

RGB color model

#D2E1AE color RGB value is (210,225,174).

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

RGB channels and saturation

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

210
225
174

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

Portions of RGB colors in percentages

R + G + B =
210 + 225 + 174 = 609 (100%)
R 210 of 609 ~ 34.48%
G 225 of 609 ~ 36.95%
B 174 of 609 ~ 28.57%

%34.48
%36.95
%28.57

CMYK color model

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

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 22.67%
  • 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
%22.67
%11.76

Codes

Color #D2E1AE in popluar color models

D2E1AE
RGB210225174
HSL78°45.95%78.24%
HSB/HSV78°22.67%88.24%
CMYK6.67%0.00%22.67%
11.76%

Color #D2E1AE in popluar number systems.

HEXD2E1AE
Decimal210225174
Binary110100101110000110101110
Octal322341256

Shades and tints

Shades of #D2E1AE

#D2E1AE
(210,225,174)
#BFCD9F
(191,205,159)
#ACB990
(172,185,144)
#99A581
(153,165,129)
#869172
(134,145,114)
#737D63
(115,125,99)
#606954
(96,105,84)
#4D5545
(77,85,69)
#3A4136
(58,65,54)
#272D27
(39,45,39)
#141918
(20,25,24)
#000000
(0,0,0)

Tints of #D2E1AE

#D2E1AE
(210,225,174)
#D6E3B5
(214,227,181)
#DAE5BC
(218,229,188)
#DEE7C3
(222,231,195)
#E2E9CA
(226,233,202)
#E6EBD1
(230,235,209)
#EAEDD8
(234,237,216)
#EEEFDF
(238,239,223)
#F2F1E6
(242,241,230)
#F6F3ED
(246,243,237)
#FAF5F4
(250,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E1AE; }

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

This text font color is #D2E1AE.


Background Color

.myBgColor { background-color: #D2E1AE; }

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

This div background color is #D2E1AE.


Border color

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

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

This div border color is #D2E1AE.


Opacity

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

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

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

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

This text has shadow with #D2E1AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E1AE on black background.


Color preview on white background

This text has color #D2E1AE on white background.



Black color preview on #D2E1AE background

This text has black color on #D2E1AE background.


White color preview on #D2E1AE background

This text has white color on #D2E1AE background.