COLOR #E8BC8D

HEX: #E8BC8D
RGB: (232,188,141)

Color info

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

RGB color model

#E8BC8D color RGB value is (232,188,141).

  • red value is 232;
  • green value is 188;
  • blue value is 141.
RGB:
(232,188,141)
(91%,74%,55%)

RGB channels and saturation

R 232 of 255 = 91%
G 188 of 255 = 74%
B 141 of 255 = 55%

232
188
141

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

Portions of RGB colors in percentages

R + G + B =
232 + 188 + 141 = 561 (100%)
R 232 of 561 ~ 41.35%
G 188 of 561 ~ 33.51%
B 141 of 561 ~ 25.13%

%41.35
%33.51
%25.13

CMYK color model

#E8BC8D color CMYK value is (0,19,39,9).

  • cyan value is 0.00%
  • magenta value is 18.97%
  • yellow value is 39.22%
  • key color value is 9.02%
CMYK:
(0,19,39,9)
C0M19Y39K9 
(0%,19%,39%,9%)
(0.00/0.19/0.39/0.09)	

CMYK percentages

%0
%18.97
%39.22
%9.02

Codes

Color #E8BC8D in popluar color models

E8BC8D
RGB232188141
HSL31°66.42%73.14%
HSB/HSV31°39.22%90.98%
CMYK0.00%18.97%39.22%
9.02%

Color #E8BC8D in popluar number systems.

HEXE8BC8D
Decimal232188141
Binary111010001011110010001101
Octal350274215

Shades and tints

Shades of #E8BC8D

#E8BC8D
(232,188,141)
#D3AB81
(211,171,129)
#BE9A75
(190,154,117)
#A98969
(169,137,105)
#94785D
(148,120,93)
#7F6751
(127,103,81)
#6A5645
(106,86,69)
#554539
(85,69,57)
#40342D
(64,52,45)
#2B2321
(43,35,33)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #E8BC8D

#E8BC8D
(232,188,141)
#EAC297
(234,194,151)
#ECC8A1
(236,200,161)
#EECEAB
(238,206,171)
#F0D4B5
(240,212,181)
#F2DABF
(242,218,191)
#F4E0C9
(244,224,201)
#F6E6D3
(246,230,211)
#F8ECDD
(248,236,221)
#FAF2E7
(250,242,231)
#FCF8F1
(252,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8BC8D color. Also use rgb(232,188,141) instead hex code.

Text Font Color

.myTextColor { color: #E8BC8D; }

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

This text font color is #E8BC8D.


Background Color

.myBgColor { background-color: #E8BC8D; }

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

This div background color is #E8BC8D.


Border color

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

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

This div border color is #E8BC8D.


Opacity

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

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

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

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

This text has shadow with #E8BC8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8BC8D on black background.


Color preview on white background

This text has color #E8BC8D on white background.



Black color preview on #E8BC8D background

This text has black color on #E8BC8D background.


White color preview on #E8BC8D background

This text has white color on #E8BC8D background.