COLOR #E8B07A

HEX: #E8B07A
RGB: (232,176,122)

Color info

#E8B07A contains mainly red and green colors. Web safe color of #E8B07A is #FF9966 (or #F96).

RGB color model

#E8B07A color RGB value is (232,176,122).

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

RGB channels and saturation

R 232 of 255 = 91%
G 176 of 255 = 69%
B 122 of 255 = 48%

232
176
122

R + G + B ~ 69%. #E8B07A is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 176 + 122 = 530 (100%)
R 232 of 530 ~ 43.77%
G 176 of 530 ~ 33.21%
B 122 of 530 ~ 23.02%

%43.77
%33.21
%23.02

CMYK color model

#E8B07A color CMYK value is (0,24,47,9).

  • cyan value is 0.00%
  • magenta value is 24.14%
  • yellow value is 47.41%
  • key color value is 9.02%
CMYK:
(0,24,47,9)
C0M24Y47K9 
(0%,24%,47%,9%)
(0.00/0.24/0.47/0.09)	

CMYK percentages

%0
%24.14
%47.41
%9.02

Codes

Color #E8B07A in popluar color models

E8B07A
RGB232176122
HSL29°70.51%69.41%
HSB/HSV29°47.41%90.98%
CMYK0.00%24.14%47.41%
9.02%

Color #E8B07A in popluar number systems.

HEXE8B07A
Decimal232176122
Binary11101000101100001111010
Octal350260172

Shades and tints

Shades of #E8B07A

#E8B07A
(232,176,122)
#D3A06F
(211,160,111)
#BE9064
(190,144,100)
#A98059
(169,128,89)
#94704E
(148,112,78)
#7F6043
(127,96,67)
#6A5038
(106,80,56)
#55402D
(85,64,45)
#403022
(64,48,34)
#2B2017
(43,32,23)
#16100C
(22,16,12)
#000000
(0,0,0)

Tints of #E8B07A

#E8B07A
(232,176,122)
#EAB786
(234,183,134)
#ECBE92
(236,190,146)
#EEC59E
(238,197,158)
#F0CCAA
(240,204,170)
#F2D3B6
(242,211,182)
#F4DAC2
(244,218,194)
#F6E1CE
(246,225,206)
#F8E8DA
(248,232,218)
#FAEFE6
(250,239,230)
#FCF6F2
(252,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8B07A; }

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

This text font color is #E8B07A.


Background Color

.myBgColor { background-color: #E8B07A; }

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

This div background color is #E8B07A.


Border color

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

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

This div border color is #E8B07A.


Opacity

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

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

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

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

This text has shadow with #E8B07A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B07A on black background.


Color preview on white background

This text has color #E8B07A on white background.



Black color preview on #E8B07A background

This text has black color on #E8B07A background.


White color preview on #E8B07A background

This text has white color on #E8B07A background.