COLOR #D2E9AE

HEX: #D2E9AE RGB: (210,233,174)

Color info

#D2E9AE contains red, green and blue colors in about the same proportion. Web safe color of #D2E9AE is #CCFF99 (or #CF9).

RGB color model

#D2E9AE color RGB value is (210,233,174).

RGB: (210,233,174) (82%, 91%, 68%)

RGB channels and saturation

R 210 of 255 = 82%
G 233 of 255 = 91%
B 174 of 255 = 68%

210
233
174

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

Portions of RGB colors in percentages

R + G + B = 210 + 233 + 174 = 617 (100%)
R 210 of 617 ~ 34.04%
G 233 of 617 ~ 37.76%
B 174 of 617 ~ 28.2'%

%34.04
%37.76
%28.2

CMYK color model

#D2E9AE color CMYK value is (10,0,25,9).

  • cyan value is 9.87%
  • magenta value is 0.00%
  • yellow value is 25.32%
  • key color value is 8.63%

CMYK: (10,0,25,9)
C10M0Y25K9 (10%, 0%, 25%, 9%)
(0.10 / 0.00 / 0.25 / 0.09)

CMYK percentages

%9.87
%0
%25.32
%8.63

Codes

Color #D2E9AE in popluar color models

D2 E9 AE
RGB 210 233 174
HSL 83° 57.28% 79.80%
HSB/HSV 83° 25.32% 91.37%
CMYK 9.87% 0.00% 25.32%
8.63%

Color #D2E9AE in popluar number systems.

HEX D2 E9 AE
Decimal 210 233 174
Binary 11010010 11101001 10101110
Octal 322 351 256

Shades and tints

Shades of #D2E9AE

#D2E9AE
(210,233,174)
#BFD49F
(191,212,159)
#ACBF90
(172,191,144)
#99AA81
(153,170,129)
#869572
(134,149,114)
#738063
(115,128,99)
#606B54
(96,107,84)
#4D5645
(77,86,69)
#3A4136
(58,65,54)
#272C27
(39,44,39)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #D2E9AE

#D2E9AE
(210,233,174)
#D6EBB5
(214,235,181)
#DAEDBC
(218,237,188)
#DEEFC3
(222,239,195)
#E2F1CA
(226,241,202)
#E6F3D1
(230,243,209)
#EAF5D8
(234,245,216)
#EEF7DF
(238,247,223)
#F2F9E6
(242,249,230)
#F6FBED
(246,251,237)
#FAFDF4
(250,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E9AE; }

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

This text font color is #D2E9AE.

Background Color

.myBgColor { background-color: #D2E9AE; }

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

This div background color is #D2E9AE.

Border color

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

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

This div border color is #D2E9AE.

Opacity

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

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

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

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

This text has shadow with #D2E9AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2E9AE.

Preview

Color preview on black background

This text has color #D2E9AE on black background.


Color preview on white background

This text has color #D2E9AE on white background.


Black color preview on #D2E9AE background

This text has black color on #D2E9AE background.


White color preview on #D2E9AE background

This text has white color on #D2E9AE background.


Related colors

Complementary color

Complementary color for #hex is #2D1651.


I love getcolorcode.com

Triadic colors

1 #AED2E9 and #E9AED2 with #D2E9AE are triadic colors.

2 #AEE9D2 and #E9D2AE with #D2E9AE are triadic colors.