COLOR #D5EAA8

HEX: #D5EAA8
RGB: (213,234,168)

Color info

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

RGB color model

#D5EAA8 color RGB value is (213,234,168).

  • red value is 213;
  • green value is 234;
  • blue value is 168.
RGB:
(213,234,168)
(84%,92%,66%)

RGB channels and saturation

R 213 of 255 = 84%
G 234 of 255 = 92%
B 168 of 255 = 66%

213
234
168

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

Portions of RGB colors in percentages

R + G + B =
213 + 234 + 168 = 615 (100%)
R 213 of 615 ~ 34.63%
G 234 of 615 ~ 38.05%
B 168 of 615 ~ 27.32%

%34.63
%38.05
%27.32

CMYK color model

#D5EAA8 color CMYK value is (9,0,28,8).

  • cyan value is 8.97%
  • magenta value is 0.00%
  • yellow value is 28.21%
  • key color value is 8.24%
CMYK:
(9,0,28,8)
C9M0Y28K8 
(9%,0%,28%,8%)
(0.09/0.00/0.28/0.08)	

CMYK percentages

%8.97
%0
%28.21
%8.24

Codes

Color #D5EAA8 in popluar color models

D5EAA8
RGB213234168
HSL79°61.11%78.82%
HSB/HSV79°28.21%91.76%
CMYK8.97%0.00%28.21%
8.24%

Color #D5EAA8 in popluar number systems.

HEXD5EAA8
Decimal213234168
Binary110101011110101010101000
Octal325352250

Shades and tints

Shades of #D5EAA8

#D5EAA8
(213,234,168)
#C2D599
(194,213,153)
#AFC08A
(175,192,138)
#9CAB7B
(156,171,123)
#89966C
(137,150,108)
#76815D
(118,129,93)
#636C4E
(99,108,78)
#50573F
(80,87,63)
#3D4230
(61,66,48)
#2A2D21
(42,45,33)
#171812
(23,24,18)
#000000
(0,0,0)

Tints of #D5EAA8

#D5EAA8
(213,234,168)
#D8EBAF
(216,235,175)
#DBECB6
(219,236,182)
#DEEDBD
(222,237,189)
#E1EEC4
(225,238,196)
#E4EFCB
(228,239,203)
#E7F0D2
(231,240,210)
#EAF1D9
(234,241,217)
#EDF2E0
(237,242,224)
#F0F3E7
(240,243,231)
#F3F4EE
(243,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5EAA8 color. Also use rgb(213,234,168) instead hex code.

Text Font Color

.myTextColor { color: #D5EAA8; }

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

This text font color is #D5EAA8.


Background Color

.myBgColor { background-color: #D5EAA8; }

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

This div background color is #D5EAA8.


Border color

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

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

This div border color is #D5EAA8.


Opacity

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

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

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

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

This text has shadow with #D5EAA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EAA8 on black background.


Color preview on white background

This text has color #D5EAA8 on white background.



Black color preview on #D5EAA8 background

This text has black color on #D5EAA8 background.


White color preview on #D5EAA8 background

This text has white color on #D5EAA8 background.