COLOR #D5E59B

HEX: #D5E59B
RGB: (213,229,155)

Color info

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

RGB color model

#D5E59B color RGB value is (213,229,155).

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

RGB channels and saturation

R 213 of 255 = 84%
G 229 of 255 = 90%
B 155 of 255 = 61%

213
229
155

R + G + B ~ 78%. #D5E59B is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 229 + 155 = 597 (100%)
R 213 of 597 ~ 35.68%
G 229 of 597 ~ 38.36%
B 155 of 597 ~ 25.96%

%35.68
%38.36
%25.96

CMYK color model

#D5E59B color CMYK value is (7,0,32,10).

  • cyan value is 6.99%
  • magenta value is 0.00%
  • yellow value is 32.31%
  • key color value is 10.20%
CMYK:
(7,0,32,10)
C7M0Y32K10 
(7%,0%,32%,10%)
(0.07/0.00/0.32/0.10)	

CMYK percentages

%6.99
%0
%32.31
%10.2

Codes

Color #D5E59B in popluar color models

D5E59B
RGB213229155
HSL73°58.73%75.29%
HSB/HSV73°32.31%89.80%
CMYK6.99%0.00%32.31%
10.20%

Color #D5E59B in popluar number systems.

HEXD5E59B
Decimal213229155
Binary110101011110010110011011
Octal325345233

Shades and tints

Shades of #D5E59B

#D5E59B
(213,229,155)
#C2D18D
(194,209,141)
#AFBD7F
(175,189,127)
#9CA971
(156,169,113)
#899563
(137,149,99)
#768155
(118,129,85)
#636D47
(99,109,71)
#505939
(80,89,57)
#3D452B
(61,69,43)
#2A311D
(42,49,29)
#171D0F
(23,29,15)
#000000
(0,0,0)

Tints of #D5E59B

#D5E59B
(213,229,155)
#D8E7A4
(216,231,164)
#DBE9AD
(219,233,173)
#DEEBB6
(222,235,182)
#E1EDBF
(225,237,191)
#E4EFC8
(228,239,200)
#E7F1D1
(231,241,209)
#EAF3DA
(234,243,218)
#EDF5E3
(237,245,227)
#F0F7EC
(240,247,236)
#F3F9F5
(243,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E59B; }

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

This text font color is #D5E59B.


Background Color

.myBgColor { background-color: #D5E59B; }

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

This div background color is #D5E59B.


Border color

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

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

This div border color is #D5E59B.


Opacity

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

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

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

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

This text has shadow with #D5E59B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E59B on black background.


Color preview on white background

This text has color #D5E59B on white background.



Black color preview on #D5E59B background

This text has black color on #D5E59B background.


White color preview on #D5E59B background

This text has white color on #D5E59B background.