COLOR #D2E3AE

HEX: #D2E3AE
RGB: (210,227,174)

Color info

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

RGB color model

#D2E3AE color RGB value is (210,227,174).

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

RGB channels and saturation

R 210 of 255 = 82%
G 227 of 255 = 89%
B 174 of 255 = 68%

210
227
174

R + G + B ~ 80%. #D2E3AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 227 + 174 = 611 (100%)
R 210 of 611 ~ 34.37%
G 227 of 611 ~ 37.15%
B 174 of 611 ~ 28.48%

%34.37
%37.15
%28.48

CMYK color model

#D2E3AE color CMYK value is (7,0,23,11).

  • cyan value is 7.49%
  • magenta value is 0.00%
  • yellow value is 23.35%
  • key color value is 10.98%
CMYK:
(7,0,23,11)
C7M0Y23K11 
(7%,0%,23%,11%)
(0.07/0.00/0.23/0.11)	

CMYK percentages

%7.49
%0
%23.35
%10.98

Codes

Color #D2E3AE in popluar color models

D2E3AE
RGB210227174
HSL79°48.62%78.63%
HSB/HSV79°23.35%89.02%
CMYK7.49%0.00%23.35%
10.98%

Color #D2E3AE in popluar number systems.

HEXD2E3AE
Decimal210227174
Binary110100101110001110101110
Octal322343256

Shades and tints

Shades of #D2E3AE

#D2E3AE
(210,227,174)
#BFCF9F
(191,207,159)
#ACBB90
(172,187,144)
#99A781
(153,167,129)
#869372
(134,147,114)
#737F63
(115,127,99)
#606B54
(96,107,84)
#4D5745
(77,87,69)
#3A4336
(58,67,54)
#272F27
(39,47,39)
#141B18
(20,27,24)
#000000
(0,0,0)

Tints of #D2E3AE

#D2E3AE
(210,227,174)
#D6E5B5
(214,229,181)
#DAE7BC
(218,231,188)
#DEE9C3
(222,233,195)
#E2EBCA
(226,235,202)
#E6EDD1
(230,237,209)
#EAEFD8
(234,239,216)
#EEF1DF
(238,241,223)
#F2F3E6
(242,243,230)
#F6F5ED
(246,245,237)
#FAF7F4
(250,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E3AE; }

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

This text font color is #D2E3AE.


Background Color

.myBgColor { background-color: #D2E3AE; }

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

This div background color is #D2E3AE.


Border color

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

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

This div border color is #D2E3AE.


Opacity

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

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

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

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

This text has shadow with #D2E3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E3AE on black background.


Color preview on white background

This text has color #D2E3AE on white background.



Black color preview on #D2E3AE background

This text has black color on #D2E3AE background.


White color preview on #D2E3AE background

This text has white color on #D2E3AE background.