COLOR #E8B093

HEX: #E8B093
RGB: (232,176,147)

Color info

#E8B093 contains mainly red and green colors. Web safe color of #E8B093 is #FF9999 (or #F99).

RGB color model

#E8B093 color RGB value is (232,176,147).

  • red value is 232;
  • green value is 176;
  • blue value is 147.
RGB:
(232,176,147)
(91%,69%,58%)

RGB channels and saturation

R 232 of 255 = 91%
G 176 of 255 = 69%
B 147 of 255 = 58%

232
176
147

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

Portions of RGB colors in percentages

R + G + B =
232 + 176 + 147 = 555 (100%)
R 232 of 555 ~ 41.8%
G 176 of 555 ~ 31.71%
B 147 of 555 ~ 26.49%

%41.8
%31.71
%26.49

CMYK color model

#E8B093 color CMYK value is (0,24,37,9).

  • cyan value is 0.00%
  • magenta value is 24.14%
  • yellow value is 36.64%
  • key color value is 9.02%
CMYK:
(0,24,37,9)
C0M24Y37K9 
(0%,24%,37%,9%)
(0.00/0.24/0.37/0.09)	

CMYK percentages

%0
%24.14
%36.64
%9.02

Codes

Color #E8B093 in popluar color models

E8B093
RGB232176147
HSL20°64.89%74.31%
HSB/HSV20°36.64%90.98%
CMYK0.00%24.14%36.64%
9.02%

Color #E8B093 in popluar number systems.

HEXE8B093
Decimal232176147
Binary111010001011000010010011
Octal350260223

Shades and tints

Shades of #E8B093

#E8B093
(232,176,147)
#D3A086
(211,160,134)
#BE9079
(190,144,121)
#A9806C
(169,128,108)
#94705F
(148,112,95)
#7F6052
(127,96,82)
#6A5045
(106,80,69)
#554038
(85,64,56)
#40302B
(64,48,43)
#2B201E
(43,32,30)
#161011
(22,16,17)
#000000
(0,0,0)

Tints of #E8B093

#E8B093
(232,176,147)
#EAB79C
(234,183,156)
#ECBEA5
(236,190,165)
#EEC5AE
(238,197,174)
#F0CCB7
(240,204,183)
#F2D3C0
(242,211,192)
#F4DAC9
(244,218,201)
#F6E1D2
(246,225,210)
#F8E8DB
(248,232,219)
#FAEFE4
(250,239,228)
#FCF6ED
(252,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8B093 color. Also use rgb(232,176,147) instead hex code.

Text Font Color

.myTextColor { color: #E8B093; }

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

This text font color is #E8B093.


Background Color

.myBgColor { background-color: #E8B093; }

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

This div background color is #E8B093.


Border color

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

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

This div border color is #E8B093.


Opacity

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

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

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

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

This text has shadow with #E8B093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B093 on black background.


Color preview on white background

This text has color #E8B093 on white background.



Black color preview on #E8B093 background

This text has black color on #E8B093 background.


White color preview on #E8B093 background

This text has white color on #E8B093 background.