COLOR #E7B086

HEX: #E7B086 RGB: (231,176,134)

Color info

#E7B086 contains mainly red and green colors. Web safe color of #E7B086 is #FF9999 (or #F99).

RGB color model

#E7B086 color RGB value is (231,176,134).

RGB: (231,176,134) (91%, 69%, 53%)

RGB channels and saturation

R 231 of 255 = 91%
G 176 of 255 = 69%
B 134 of 255 = 53%

231
176
134

R + G + B ~ 71%. #E7B086 is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 176 + 134 = 541 (100%)
R 231 of 541 ~ 42.7%
G 176 of 541 ~ 32.53%
B 134 of 541 ~ 24.77'%

%42.7
%32.53
%24.77

CMYK color model

#E7B086 color CMYK value is (0,24,42,9).

  • cyan value is 0.00%
  • magenta value is 23.81%
  • yellow value is 41.99%
  • key color value is 9.41%

CMYK: (0,24,42,9)
C0M24Y42K9 (0%, 24%, 42%, 9%)
(0.00 / 0.24 / 0.42 / 0.09)

CMYK percentages

%0
%23.81
%41.99
%9.41

Codes

Color #E7B086 in popluar color models

E7 B0 86
RGB 231 176 134
HSL 26° 66.90% 71.57%
HSB/HSV 26° 41.99% 90.59%
CMYK 0.00% 23.81% 41.99%
9.41%

Color #E7B086 in popluar number systems.

HEX E7 B0 86
Decimal 231 176 134
Binary 11100111 10110000 10000110
Octal 347 260 206

Shades and tints

Shades of #E7B086

#E7B086
(231,176,134)
#D2A07A
(210,160,122)
#BD906E
(189,144,110)
#A88062
(168,128,98)
#937056
(147,112,86)
#7E604A
(126,96,74)
#69503E
(105,80,62)
#544032
(84,64,50)
#3F3026
(63,48,38)
#2A201A
(42,32,26)
#15100E
(21,16,14)
#000000
(0,0,0)

Tints of #E7B086

#E7B086
(231,176,134)
#E9B791
(233,183,145)
#EBBE9C
(235,190,156)
#EDC5A7
(237,197,167)
#EFCCB2
(239,204,178)
#F1D3BD
(241,211,189)
#F3DAC8
(243,218,200)
#F5E1D3
(245,225,211)
#F7E8DE
(247,232,222)
#F9EFE9
(249,239,233)
#FBF6F4
(251,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7B086; }

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

This text font color is #E7B086.

Background Color

.myBgColor { background-color: #E7B086; }

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

This div background color is #E7B086.

Border color

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

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

This div border color is #E7B086.

Opacity

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

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

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

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

This text has shadow with #E7B086 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7B086.

Preview

Color preview on black background

This text has color #E7B086 on black background.


Color preview on white background

This text has color #E7B086 on white background.


Black color preview on #E7B086 background

This text has black color on #E7B086 background.


White color preview on #E7B086 background

This text has white color on #E7B086 background.


Related colors

Complementary color

Complementary color for #hex is #184F79.


I love getcolorcode.com

Triadic colors

1 #86E7B0 and #B086E7 with #E7B086 are triadic colors.

2 #86B0E7 and #B0E786 with #E7B086 are triadic colors.