COLOR #E8BC7C

HEX: #E8BC7C
RGB: (232,188,124)

Color info

#E8BC7C contains mainly red and green colors. Web safe color of #E8BC7C is #FFCC66 (or #FC6).

RGB color model

#E8BC7C color RGB value is (232,188,124).

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

RGB channels and saturation

R 232 of 255 = 91%
G 188 of 255 = 74%
B 124 of 255 = 49%

232
188
124

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

Portions of RGB colors in percentages

R + G + B =
232 + 188 + 124 = 544 (100%)
R 232 of 544 ~ 42.65%
G 188 of 544 ~ 34.56%
B 124 of 544 ~ 22.79%

%42.65
%34.56
%22.79

CMYK color model

#E8BC7C color CMYK value is (0,19,47,9).

  • cyan value is 0.00%
  • magenta value is 18.97%
  • yellow value is 46.55%
  • key color value is 9.02%
CMYK:
(0,19,47,9)
C0M19Y47K9 
(0%,19%,47%,9%)
(0.00/0.19/0.47/0.09)	

CMYK percentages

%0
%18.97
%46.55
%9.02

Codes

Color #E8BC7C in popluar color models

E8BC7C
RGB232188124
HSL36°70.13%69.80%
HSB/HSV36°46.55%90.98%
CMYK0.00%18.97%46.55%
9.02%

Color #E8BC7C in popluar number systems.

HEXE8BC7C
Decimal232188124
Binary11101000101111001111100
Octal350274174

Shades and tints

Shades of #E8BC7C

#E8BC7C
(232,188,124)
#D3AB71
(211,171,113)
#BE9A66
(190,154,102)
#A9895B
(169,137,91)
#947850
(148,120,80)
#7F6745
(127,103,69)
#6A563A
(106,86,58)
#55452F
(85,69,47)
#403424
(64,52,36)
#2B2319
(43,35,25)
#16120E
(22,18,14)
#000000
(0,0,0)

Tints of #E8BC7C

#E8BC7C
(232,188,124)
#EAC287
(234,194,135)
#ECC892
(236,200,146)
#EECE9D
(238,206,157)
#F0D4A8
(240,212,168)
#F2DAB3
(242,218,179)
#F4E0BE
(244,224,190)
#F6E6C9
(246,230,201)
#F8ECD4
(248,236,212)
#FAF2DF
(250,242,223)
#FCF8EA
(252,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8BC7C; }

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

This text font color is #E8BC7C.


Background Color

.myBgColor { background-color: #E8BC7C; }

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

This div background color is #E8BC7C.


Border color

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

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

This div border color is #E8BC7C.


Opacity

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

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

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

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

This text has shadow with #E8BC7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8BC7C on black background.


Color preview on white background

This text has color #E8BC7C on white background.



Black color preview on #E8BC7C background

This text has black color on #E8BC7C background.


White color preview on #E8BC7C background

This text has white color on #E8BC7C background.