COLOR #E7D59C

HEX: #E7D59C
RGB: (231,213,156)

Color info

#E7D59C contains mainly red and green colors. Web safe color of #E7D59C is #FFCC99 (or #FC9).

RGB color model

#E7D59C color RGB value is (231,213,156).

  • red value is 231;
  • green value is 213;
  • blue value is 156.
RGB:
(231,213,156)
(91%,84%,61%)

RGB channels and saturation

R 231 of 255 = 91%
G 213 of 255 = 84%
B 156 of 255 = 61%

231
213
156

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

Portions of RGB colors in percentages

R + G + B =
231 + 213 + 156 = 600 (100%)
R 231 of 600 ~ 38.5%
G 213 of 600 ~ 35.5%
B 156 of 600 ~ 26%

%38.5
%35.5
%26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.79%
  • yellow value is 32.47%
  • key color value is 9.41%
CMYK:
(0,8,32,9)
C0M8Y32K9 
(0%,8%,32%,9%)
(0.00/0.08/0.32/0.09)	

CMYK percentages

%0
%7.79
%32.47
%9.41

Codes

Color #E7D59C in popluar color models

E7D59C
RGB231213156
HSL46°60.98%75.88%
HSB/HSV46°32.47%90.59%
CMYK0.00%7.79%32.47%
9.41%

Color #E7D59C in popluar number systems.

HEXE7D59C
Decimal231213156
Binary111001111101010110011100
Octal347325234

Shades and tints

Shades of #E7D59C

#E7D59C
(231,213,156)
#D2C28E
(210,194,142)
#BDAF80
(189,175,128)
#A89C72
(168,156,114)
#938964
(147,137,100)
#7E7656
(126,118,86)
#696348
(105,99,72)
#54503A
(84,80,58)
#3F3D2C
(63,61,44)
#2A2A1E
(42,42,30)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #E7D59C

#E7D59C
(231,213,156)
#E9D8A5
(233,216,165)
#EBDBAE
(235,219,174)
#EDDEB7
(237,222,183)
#EFE1C0
(239,225,192)
#F1E4C9
(241,228,201)
#F3E7D2
(243,231,210)
#F5EADB
(245,234,219)
#F7EDE4
(247,237,228)
#F9F0ED
(249,240,237)
#FBF3F6
(251,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D59C color. Also use rgb(231,213,156) instead hex code.

Text Font Color

.myTextColor { color: #E7D59C; }

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

This text font color is #E7D59C.


Background Color

.myBgColor { background-color: #E7D59C; }

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

This div background color is #E7D59C.


Border color

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

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

This div border color is #E7D59C.


Opacity

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

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

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

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

This text has shadow with #E7D59C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D59C on black background.


Color preview on white background

This text has color #E7D59C on white background.



Black color preview on #E7D59C background

This text has black color on #E7D59C background.


White color preview on #E7D59C background

This text has white color on #E7D59C background.