COLOR #E8BE86

HEX: #E8BE86
RGB: (232,190,134)

Color info

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

RGB color model

#E8BE86 color RGB value is (232,190,134).

  • red value is 232;
  • green value is 190;
  • blue value is 134.
RGB:
(232,190,134)
(91%,75%,53%)

RGB channels and saturation

R 232 of 255 = 91%
G 190 of 255 = 75%
B 134 of 255 = 53%

232
190
134

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

Portions of RGB colors in percentages

R + G + B =
232 + 190 + 134 = 556 (100%)
R 232 of 556 ~ 41.73%
G 190 of 556 ~ 34.17%
B 134 of 556 ~ 24.1%

%41.73
%34.17
%24.1

CMYK color model

#E8BE86 color CMYK value is (0,18,42,9).

  • cyan value is 0.00%
  • magenta value is 18.10%
  • yellow value is 42.24%
  • key color value is 9.02%
CMYK:
(0,18,42,9)
C0M18Y42K9 
(0%,18%,42%,9%)
(0.00/0.18/0.42/0.09)	

CMYK percentages

%0
%18.1
%42.24
%9.02

Codes

Color #E8BE86 in popluar color models

E8BE86
RGB232190134
HSL34°68.06%71.76%
HSB/HSV34°42.24%90.98%
CMYK0.00%18.10%42.24%
9.02%

Color #E8BE86 in popluar number systems.

HEXE8BE86
Decimal232190134
Binary111010001011111010000110
Octal350276206

Shades and tints

Shades of #E8BE86

#E8BE86
(232,190,134)
#D3AD7A
(211,173,122)
#BE9C6E
(190,156,110)
#A98B62
(169,139,98)
#947A56
(148,122,86)
#7F694A
(127,105,74)
#6A583E
(106,88,62)
#554732
(85,71,50)
#403626
(64,54,38)
#2B251A
(43,37,26)
#16140E
(22,20,14)
#000000
(0,0,0)

Tints of #E8BE86

#E8BE86
(232,190,134)
#EAC391
(234,195,145)
#ECC89C
(236,200,156)
#EECDA7
(238,205,167)
#F0D2B2
(240,210,178)
#F2D7BD
(242,215,189)
#F4DCC8
(244,220,200)
#F6E1D3
(246,225,211)
#F8E6DE
(248,230,222)
#FAEBE9
(250,235,233)
#FCF0F4
(252,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8BE86 color. Also use rgb(232,190,134) instead hex code.

Text Font Color

.myTextColor { color: #E8BE86; }

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

This text font color is #E8BE86.


Background Color

.myBgColor { background-color: #E8BE86; }

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

This div background color is #E8BE86.


Border color

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

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

This div border color is #E8BE86.


Opacity

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

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

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

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

This text has shadow with #E8BE86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8BE86 on black background.


Color preview on white background

This text has color #E8BE86 on white background.



Black color preview on #E8BE86 background

This text has black color on #E8BE86 background.


White color preview on #E8BE86 background

This text has white color on #E8BE86 background.