COLOR #D2EAA5

HEX: #D2EAA5 RGB: (210,234,165)

Color info

#D2EAA5 contains mainly red and green colors. Web safe color of #D2EAA5 is #CCFF99 (or #CF9).

RGB color model

#D2EAA5 color RGB value is (210,234,165).

RGB: (210,234,165) (82%, 92%, 65%)

RGB channels and saturation

R 210 of 255 = 82%
G 234 of 255 = 92%
B 165 of 255 = 65%

210
234
165

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

Portions of RGB colors in percentages

R + G + B = 210 + 234 + 165 = 609 (100%)
R 210 of 609 ~ 34.48%
G 234 of 609 ~ 38.42%
B 165 of 609 ~ 27.09'%

%34.48
%38.42
%27.09

CMYK color model

#D2EAA5 color CMYK value is (10,0,29,8).

  • cyan value is 10.26%
  • magenta value is 0.00%
  • yellow value is 29.49%
  • key color value is 8.24%

CMYK: (10,0,29,8)
C10M0Y29K8 (10%, 0%, 29%, 8%)
(0.10 / 0.00 / 0.29 / 0.08)

CMYK percentages

%10.26
%0
%29.49
%8.24

Codes

Color #D2EAA5 in popluar color models

D2 EA A5
RGB 210 234 165
HSL 81° 62.16% 78.24%
HSB/HSV 81° 29.49% 91.76%
CMYK 10.26% 0.00% 29.49%
8.24%

Color #D2EAA5 in popluar number systems.

HEX D2 EA A5
Decimal 210 234 165
Binary 11010010 11101010 10100101
Octal 322 352 245

Shades and tints

Shades of #D2EAA5

#D2EAA5
(210,234,165)
#BFD596
(191,213,150)
#ACC087
(172,192,135)
#99AB78
(153,171,120)
#869669
(134,150,105)
#73815A
(115,129,90)
#606C4B
(96,108,75)
#4D573C
(77,87,60)
#3A422D
(58,66,45)
#272D1E
(39,45,30)
#14180F
(20,24,15)
#000000
(0,0,0)

Tints of #D2EAA5

#D2EAA5
(210,234,165)
#D6EBAD
(214,235,173)
#DAECB5
(218,236,181)
#DEEDBD
(222,237,189)
#E2EEC5
(226,238,197)
#E6EFCD
(230,239,205)
#EAF0D5
(234,240,213)
#EEF1DD
(238,241,221)
#F2F2E5
(242,242,229)
#F6F3ED
(246,243,237)
#FAF4F5
(250,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2EAA5 color. Also use rgb(210,234,165) instead hex code.

Text Font Color

.myTextColor { color: #D2EAA5; }

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

This text font color is #D2EAA5.

Background Color

.myBgColor { background-color: #D2EAA5; }

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

This div background color is #D2EAA5.

Border color

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

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

This div border color is #D2EAA5.

Opacity

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

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

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

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

This text has shadow with #D2EAA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2EAA5.

Preview

Color preview on black background

This text has color #D2EAA5 on black background.


Color preview on white background

This text has color #D2EAA5 on white background.


Black color preview on #D2EAA5 background

This text has black color on #D2EAA5 background.


White color preview on #D2EAA5 background

This text has white color on #D2EAA5 background.


Related colors

Complementary color

Complementary color for #hex is #2D155A.


I love getcolorcode.com

Triadic colors

1 #A5D2EA and #EAA5D2 with #D2EAA5 are triadic colors.

2 #A5EAD2 and #EAD2A5 with #D2EAA5 are triadic colors.