COLOR #D5E59F

HEX: #D5E59F
RGB: (213,229,159)

Color info

#D5E59F contains mainly red and green colors. Web safe color of #D5E59F is #CCCC99 (or #CC9).

RGB color model

#D5E59F color RGB value is (213,229,159).

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

RGB channels and saturation

R 213 of 255 = 84%
G 229 of 255 = 90%
B 159 of 255 = 62%

213
229
159

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

Portions of RGB colors in percentages

R + G + B =
213 + 229 + 159 = 601 (100%)
R 213 of 601 ~ 35.44%
G 229 of 601 ~ 38.1%
B 159 of 601 ~ 26.46%

%35.44
%38.1
%26.46

CMYK color model

#D5E59F color CMYK value is (7,0,31,10).

  • cyan value is 6.99%
  • magenta value is 0.00%
  • yellow value is 30.57%
  • key color value is 10.20%
CMYK:
(7,0,31,10)
C7M0Y31K10 
(7%,0%,31%,10%)
(0.07/0.00/0.31/0.10)	

CMYK percentages

%6.99
%0
%30.57
%10.2

Codes

Color #D5E59F in popluar color models

D5E59F
RGB213229159
HSL74°57.38%76.08%
HSB/HSV74°30.57%89.80%
CMYK6.99%0.00%30.57%
10.20%

Color #D5E59F in popluar number systems.

HEXD5E59F
Decimal213229159
Binary110101011110010110011111
Octal325345237

Shades and tints

Shades of #D5E59F

#D5E59F
(213,229,159)
#C2D191
(194,209,145)
#AFBD83
(175,189,131)
#9CA975
(156,169,117)
#899567
(137,149,103)
#768159
(118,129,89)
#636D4B
(99,109,75)
#50593D
(80,89,61)
#3D452F
(61,69,47)
#2A3121
(42,49,33)
#171D13
(23,29,19)
#000000
(0,0,0)

Tints of #D5E59F

#D5E59F
(213,229,159)
#D8E7A7
(216,231,167)
#DBE9AF
(219,233,175)
#DEEBB7
(222,235,183)
#E1EDBF
(225,237,191)
#E4EFC7
(228,239,199)
#E7F1CF
(231,241,207)
#EAF3D7
(234,243,215)
#EDF5DF
(237,245,223)
#F0F7E7
(240,247,231)
#F3F9EF
(243,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E59F; }

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

This text font color is #D5E59F.


Background Color

.myBgColor { background-color: #D5E59F; }

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

This div background color is #D5E59F.


Border color

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

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

This div border color is #D5E59F.


Opacity

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

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

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

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

This text has shadow with #D5E59F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E59F on black background.


Color preview on white background

This text has color #D5E59F on white background.



Black color preview on #D5E59F background

This text has black color on #D5E59F background.


White color preview on #D5E59F background

This text has white color on #D5E59F background.