COLOR #E8BD87

HEX: #E8BD87
RGB: (232,189,135)

Color info

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

RGB color model

#E8BD87 color RGB value is (232,189,135).

  • red value is 232;
  • green value is 189;
  • blue value is 135.
RGB:
(232,189,135)
(91%,74%,53%)

RGB channels and saturation

R 232 of 255 = 91%
G 189 of 255 = 74%
B 135 of 255 = 53%

232
189
135

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

Portions of RGB colors in percentages

R + G + B =
232 + 189 + 135 = 556 (100%)
R 232 of 556 ~ 41.73%
G 189 of 556 ~ 33.99%
B 135 of 556 ~ 24.28%

%41.73
%33.99
%24.28

CMYK color model

#E8BD87 color CMYK value is (0,19,42,9).

  • cyan value is 0.00%
  • magenta value is 18.53%
  • yellow value is 41.81%
  • key color value is 9.02%
CMYK:
(0,19,42,9)
C0M19Y42K9 
(0%,19%,42%,9%)
(0.00/0.19/0.42/0.09)	

CMYK percentages

%0
%18.53
%41.81
%9.02

Codes

Color #E8BD87 in popluar color models

E8BD87
RGB232189135
HSL33°67.83%71.96%
HSB/HSV33°41.81%90.98%
CMYK0.00%18.53%41.81%
9.02%

Color #E8BD87 in popluar number systems.

HEXE8BD87
Decimal232189135
Binary111010001011110110000111
Octal350275207

Shades and tints

Shades of #E8BD87

#E8BD87
(232,189,135)
#D3AC7B
(211,172,123)
#BE9B6F
(190,155,111)
#A98A63
(169,138,99)
#947957
(148,121,87)
#7F684B
(127,104,75)
#6A573F
(106,87,63)
#554633
(85,70,51)
#403527
(64,53,39)
#2B241B
(43,36,27)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #E8BD87

#E8BD87
(232,189,135)
#EAC391
(234,195,145)
#ECC99B
(236,201,155)
#EECFA5
(238,207,165)
#F0D5AF
(240,213,175)
#F2DBB9
(242,219,185)
#F4E1C3
(244,225,195)
#F6E7CD
(246,231,205)
#F8EDD7
(248,237,215)
#FAF3E1
(250,243,225)
#FCF9EB
(252,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8BD87 color. Also use rgb(232,189,135) instead hex code.

Text Font Color

.myTextColor { color: #E8BD87; }

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

This text font color is #E8BD87.


Background Color

.myBgColor { background-color: #E8BD87; }

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

This div background color is #E8BD87.


Border color

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

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

This div border color is #E8BD87.


Opacity

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

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

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

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

This text has shadow with #E8BD87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8BD87 on black background.


Color preview on white background

This text has color #E8BD87 on white background.



Black color preview on #E8BD87 background

This text has black color on #E8BD87 background.


White color preview on #E8BD87 background

This text has white color on #E8BD87 background.