COLOR #E9BC8A

HEX: #E9BC8A
RGB: (233,188,138)

Color info

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

RGB color model

#E9BC8A color RGB value is (233,188,138).

  • red value is 233;
  • green value is 188;
  • blue value is 138.
RGB:
(233,188,138)
(91%,74%,54%)

RGB channels and saturation

R 233 of 255 = 91%
G 188 of 255 = 74%
B 138 of 255 = 54%

233
188
138

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

Portions of RGB colors in percentages

R + G + B =
233 + 188 + 138 = 559 (100%)
R 233 of 559 ~ 41.68%
G 188 of 559 ~ 33.63%
B 138 of 559 ~ 24.69%

%41.68
%33.63
%24.69

CMYK color model

#E9BC8A color CMYK value is (0,19,41,9).

  • cyan value is 0.00%
  • magenta value is 19.31%
  • yellow value is 40.77%
  • key color value is 8.63%
CMYK:
(0,19,41,9)
C0M19Y41K9 
(0%,19%,41%,9%)
(0.00/0.19/0.41/0.09)	

CMYK percentages

%0
%19.31
%40.77
%8.63

Codes

Color #E9BC8A in popluar color models

E9BC8A
RGB233188138
HSL32°68.35%72.75%
HSB/HSV32°40.77%91.37%
CMYK0.00%19.31%40.77%
8.63%

Color #E9BC8A in popluar number systems.

HEXE9BC8A
Decimal233188138
Binary111010011011110010001010
Octal351274212

Shades and tints

Shades of #E9BC8A

#E9BC8A
(233,188,138)
#D4AB7E
(212,171,126)
#BF9A72
(191,154,114)
#AA8966
(170,137,102)
#95785A
(149,120,90)
#80674E
(128,103,78)
#6B5642
(107,86,66)
#564536
(86,69,54)
#41342A
(65,52,42)
#2C231E
(44,35,30)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #E9BC8A

#E9BC8A
(233,188,138)
#EBC294
(235,194,148)
#EDC89E
(237,200,158)
#EFCEA8
(239,206,168)
#F1D4B2
(241,212,178)
#F3DABC
(243,218,188)
#F5E0C6
(245,224,198)
#F7E6D0
(247,230,208)
#F9ECDA
(249,236,218)
#FBF2E4
(251,242,228)
#FDF8EE
(253,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9BC8A color. Also use rgb(233,188,138) instead hex code.

Text Font Color

.myTextColor { color: #E9BC8A; }

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

This text font color is #E9BC8A.


Background Color

.myBgColor { background-color: #E9BC8A; }

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

This div background color is #E9BC8A.


Border color

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

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

This div border color is #E9BC8A.


Opacity

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

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

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

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

This text has shadow with #E9BC8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9BC8A on black background.


Color preview on white background

This text has color #E9BC8A on white background.



Black color preview on #E9BC8A background

This text has black color on #E9BC8A background.


White color preview on #E9BC8A background

This text has white color on #E9BC8A background.