COLOR #D8EAA5

HEX: #D8EAA5 RGB: (216,234,165)

Color info

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

RGB color model

#D8EAA5 color RGB value is (216,234,165).

RGB: (216,234,165) (85%, 92%, 65%)

RGB channels and saturation

R 216 of 255 = 85%
G 234 of 255 = 92%
B 165 of 255 = 65%

216
234
165

R + G + B ~ 81%. #D8EAA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 234 + 165 = 615 (100%)
R 216 of 615 ~ 35.12%
G 234 of 615 ~ 38.05%
B 165 of 615 ~ 26.83'%

%35.12
%38.05
%26.83

CMYK color model

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

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

CMYK: (8,0,29,8)
C8M0Y29K8 (8%, 0%, 29%, 8%)
(0.08 / 0.00 / 0.29 / 0.08)

CMYK percentages

%7.69
%0
%29.49
%8.24

Codes

Color #D8EAA5 in popluar color models

D8 EA A5
RGB 216 234 165
HSL 76° 62.16% 78.24%
HSB/HSV 76° 29.49% 91.76%
CMYK 7.69% 0.00% 29.49%
8.24%

Color #D8EAA5 in popluar number systems.

HEX D8 EA A5
Decimal 216 234 165
Binary 11011000 11101010 10100101
Octal 330 352 245

Shades and tints

Shades of #D8EAA5

#D8EAA5
(216,234,165)
#C5D596
(197,213,150)
#B2C087
(178,192,135)
#9FAB78
(159,171,120)
#8C9669
(140,150,105)
#79815A
(121,129,90)
#666C4B
(102,108,75)
#53573C
(83,87,60)
#40422D
(64,66,45)
#2D2D1E
(45,45,30)
#1A180F
(26,24,15)
#000000
(0,0,0)

Tints of #D8EAA5

#D8EAA5
(216,234,165)
#DBEBAD
(219,235,173)
#DEECB5
(222,236,181)
#E1EDBD
(225,237,189)
#E4EEC5
(228,238,197)
#E7EFCD
(231,239,205)
#EAF0D5
(234,240,213)
#EDF1DD
(237,241,221)
#F0F2E5
(240,242,229)
#F3F3ED
(243,243,237)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8EAA5; }

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

This text font color is #D8EAA5.

Background Color

.myBgColor { background-color: #D8EAA5; }

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

This div background color is #D8EAA5.

Border color

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

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

This div border color is #D8EAA5.

Opacity

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

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

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

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

This text has shadow with #D8EAA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8EAA5.

Preview

Color preview on black background

This text has color #D8EAA5 on black background.


Color preview on white background

This text has color #D8EAA5 on white background.


Black color preview on #D8EAA5 background

This text has black color on #D8EAA5 background.


White color preview on #D8EAA5 background

This text has white color on #D8EAA5 background.


Related colors

Complementary color

Complementary color for #hex is #27155A.


I love getcolorcode.com

Triadic colors

1 #A5D8EA and #EAA5D8 with #D8EAA5 are triadic colors.

2 #A5EAD8 and #EAD8A5 with #D8EAA5 are triadic colors.