COLOR #D5EA9F

HEX: #D5EA9F
RGB: (213,234,159)

Color info

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

RGB color model

#D5EA9F color RGB value is (213,234,159).

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

RGB channels and saturation

R 213 of 255 = 84%
G 234 of 255 = 92%
B 159 of 255 = 62%

213
234
159

R + G + B ~ 79%. #D5EA9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 234 + 159 = 606 (100%)
R 213 of 606 ~ 35.15%
G 234 of 606 ~ 38.61%
B 159 of 606 ~ 26.24%

%35.15
%38.61
%26.24

CMYK color model

#D5EA9F color CMYK value is (9,0,32,8).

  • cyan value is 8.97%
  • magenta value is 0.00%
  • yellow value is 32.05%
  • key color value is 8.24%
CMYK:
(9,0,32,8)
C9M0Y32K8 
(9%,0%,32%,8%)
(0.09/0.00/0.32/0.08)	

CMYK percentages

%8.97
%0
%32.05
%8.24

Codes

Color #D5EA9F in popluar color models

D5EA9F
RGB213234159
HSL77°64.10%77.06%
HSB/HSV77°32.05%91.76%
CMYK8.97%0.00%32.05%
8.24%

Color #D5EA9F in popluar number systems.

HEXD5EA9F
Decimal213234159
Binary110101011110101010011111
Octal325352237

Shades and tints

Shades of #D5EA9F

#D5EA9F
(213,234,159)
#C2D591
(194,213,145)
#AFC083
(175,192,131)
#9CAB75
(156,171,117)
#899667
(137,150,103)
#768159
(118,129,89)
#636C4B
(99,108,75)
#50573D
(80,87,61)
#3D422F
(61,66,47)
#2A2D21
(42,45,33)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #D5EA9F

#D5EA9F
(213,234,159)
#D8EBA7
(216,235,167)
#DBECAF
(219,236,175)
#DEEDB7
(222,237,183)
#E1EEBF
(225,238,191)
#E4EFC7
(228,239,199)
#E7F0CF
(231,240,207)
#EAF1D7
(234,241,215)
#EDF2DF
(237,242,223)
#F0F3E7
(240,243,231)
#F3F4EF
(243,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EA9F; }

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

This text font color is #D5EA9F.


Background Color

.myBgColor { background-color: #D5EA9F; }

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

This div background color is #D5EA9F.


Border color

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

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

This div border color is #D5EA9F.


Opacity

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

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

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

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

This text has shadow with #D5EA9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EA9F on black background.


Color preview on white background

This text has color #D5EA9F on white background.



Black color preview on #D5EA9F background

This text has black color on #D5EA9F background.


White color preview on #D5EA9F background

This text has white color on #D5EA9F background.