COLOR #E7A59D

HEX: #E7A59D RGB: (231,165,157)

Color info

#E7A59D contains mainly red color. Web safe color of #E7A59D is #FF9999 (or #F99).

RGB color model

#E7A59D color RGB value is (231,165,157).

RGB: (231,165,157) (91%, 65%, 62%)

RGB channels and saturation

R 231 of 255 = 91%
G 165 of 255 = 65%
B 157 of 255 = 62%

231
165
157

R + G + B ~ 73%. #E7A59D is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 165 + 157 = 553 (100%)
R 231 of 553 ~ 41.77%
G 165 of 553 ~ 29.84%
B 157 of 553 ~ 28.39'%

%41.77
%29.84
%28.39

CMYK color model

#E7A59D color CMYK value is (0,29,32,9).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 32.03%
  • key color value is 9.41%
CMYK: (0,29,32,9) C0M29Y32K9 (0%,29%,32%,9%) (0.00/0.29/0.32/0.09) 

CMYK percentages

%0
%28.57
%32.03
%9.41

Codes

Color #E7A59D in popluar color models

E7 A5 9D
RGB 231 165 157
HSL 60.66% 76.08%
HSB/HSV 32.03% 90.59%
CMYK 0.00% 28.57% 32.03%
9.41%

Color #E7A59D in popluar number systems.

HEX E7 A5 9D
Decimal 231 165 157
Binary 11100111 10100101 10011101
Octal 347 245 235

Shades and tints

Shades of #E7A59D

#E7A59D
(231,165,157)
#D2968F
(210,150,143)
#BD8781
(189,135,129)
#A87873
(168,120,115)
#936965
(147,105,101)
#7E5A57
(126,90,87)
#694B49
(105,75,73)
#543C3B
(84,60,59)
#3F2D2D
(63,45,45)
#2A1E1F
(42,30,31)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #E7A59D

#E7A59D
(231,165,157)
#E9ADA5
(233,173,165)
#EBB5AD
(235,181,173)
#EDBDB5
(237,189,181)
#EFC5BD
(239,197,189)
#F1CDC5
(241,205,197)
#F3D5CD
(243,213,205)
#F5DDD5
(245,221,213)
#F7E5DD
(247,229,221)
#F9EDE5
(249,237,229)
#FBF5ED
(251,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7A59D color. Also use rgb(231,165,157) instead hex code.

Text Font Color

.myTextColor { color: #E7A59D; }

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

This text font color is #E7A59D.

Background Color

.myBgColor { background-color: #E7A59D; }

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

This div background color is #E7A59D.

Border color

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

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

This div border color is #E7A59D.

Opacity

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

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

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

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

This text has shadow with #E7A59D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7A59D.

Preview

Color preview on black background

This text has color #E7A59D on black background.


Color preview on white background

This text has color #E7A59D on white background.


Black color preview on #E7A59D background

This text has black color on #E7A59D background.


White color preview on #E7A59D background

This text has white color on #E7A59D background.


Related colors

Complementary color

Complementary color for #hex is #185A62.


I love getcolorcode.com

Triadic colors

1 #9DE7A5 and #A59DE7 with #E7A59D are triadic colors.

2 #9DA5E7 and #A5E79D with #E7A59D are triadic colors.