COLOR #E7A786

HEX: #E7A786
RGB: (231,167,134)

Color info

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

RGB color model

#E7A786 color RGB value is (231,167,134).

  • red value is 231;
  • green value is 167;
  • blue value is 134.
RGB:
(231,167,134)
(91%,65%,53%)

RGB channels and saturation

R 231 of 255 = 91%
G 167 of 255 = 65%
B 134 of 255 = 53%

231
167
134

R + G + B ~ 70%. #E7A786 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 167 + 134 = 532 (100%)
R 231 of 532 ~ 43.42%
G 167 of 532 ~ 31.39%
B 134 of 532 ~ 25.19%

%43.42
%31.39
%25.19

CMYK color model

#E7A786 color CMYK value is (0,28,42,9).

  • cyan value is 0.00%
  • magenta value is 27.71%
  • yellow value is 41.99%
  • key color value is 9.41%
CMYK:
(0,28,42,9)
C0M28Y42K9 
(0%,28%,42%,9%)
(0.00/0.28/0.42/0.09)	

CMYK percentages

%0
%27.71
%41.99
%9.41

Codes

Color #E7A786 in popluar color models

E7A786
RGB231167134
HSL20°66.90%71.57%
HSB/HSV20°41.99%90.59%
CMYK0.00%27.71%41.99%
9.41%

Color #E7A786 in popluar number systems.

HEXE7A786
Decimal231167134
Binary111001111010011110000110
Octal347247206

Shades and tints

Shades of #E7A786

#E7A786
(231,167,134)
#D2987A
(210,152,122)
#BD896E
(189,137,110)
#A87A62
(168,122,98)
#936B56
(147,107,86)
#7E5C4A
(126,92,74)
#694D3E
(105,77,62)
#543E32
(84,62,50)
#3F2F26
(63,47,38)
#2A201A
(42,32,26)
#15110E
(21,17,14)
#000000
(0,0,0)

Tints of #E7A786

#E7A786
(231,167,134)
#E9AF91
(233,175,145)
#EBB79C
(235,183,156)
#EDBFA7
(237,191,167)
#EFC7B2
(239,199,178)
#F1CFBD
(241,207,189)
#F3D7C8
(243,215,200)
#F5DFD3
(245,223,211)
#F7E7DE
(247,231,222)
#F9EFE9
(249,239,233)
#FBF7F4
(251,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7A786 color. Also use rgb(231,167,134) instead hex code.

Text Font Color

.myTextColor { color: #E7A786; }

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

This text font color is #E7A786.


Background Color

.myBgColor { background-color: #E7A786; }

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

This div background color is #E7A786.


Border color

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

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

This div border color is #E7A786.


Opacity

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

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

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

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

This text has shadow with #E7A786 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7A786 on black background.


Color preview on white background

This text has color #E7A786 on white background.



Black color preview on #E7A786 background

This text has black color on #E7A786 background.


White color preview on #E7A786 background

This text has white color on #E7A786 background.