COLOR #E8B982

HEX: #E8B982
RGB: (232,185,130)

Color info

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

RGB color model

#E8B982 color RGB value is (232,185,130).

  • red value is 232;
  • green value is 185;
  • blue value is 130.
RGB:
(232,185,130)
(91%,73%,51%)

RGB channels and saturation

R 232 of 255 = 91%
G 185 of 255 = 73%
B 130 of 255 = 51%

232
185
130

R + G + B ~ 72%. #E8B982 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 185 + 130 = 547 (100%)
R 232 of 547 ~ 42.41%
G 185 of 547 ~ 33.82%
B 130 of 547 ~ 23.77%

%42.41
%33.82
%23.77

CMYK color model

#E8B982 color CMYK value is (0,20,44,9).

  • cyan value is 0.00%
  • magenta value is 20.26%
  • yellow value is 43.97%
  • key color value is 9.02%
CMYK:
(0,20,44,9)
C0M20Y44K9 
(0%,20%,44%,9%)
(0.00/0.20/0.44/0.09)	

CMYK percentages

%0
%20.26
%43.97
%9.02

Codes

Color #E8B982 in popluar color models

E8B982
RGB232185130
HSL32°68.92%70.98%
HSB/HSV32°43.97%90.98%
CMYK0.00%20.26%43.97%
9.02%

Color #E8B982 in popluar number systems.

HEXE8B982
Decimal232185130
Binary111010001011100110000010
Octal350271202

Shades and tints

Shades of #E8B982

#E8B982
(232,185,130)
#D3A977
(211,169,119)
#BE996C
(190,153,108)
#A98961
(169,137,97)
#947956
(148,121,86)
#7F694B
(127,105,75)
#6A5940
(106,89,64)
#554935
(85,73,53)
#40392A
(64,57,42)
#2B291F
(43,41,31)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #E8B982

#E8B982
(232,185,130)
#EABF8D
(234,191,141)
#ECC598
(236,197,152)
#EECBA3
(238,203,163)
#F0D1AE
(240,209,174)
#F2D7B9
(242,215,185)
#F4DDC4
(244,221,196)
#F6E3CF
(246,227,207)
#F8E9DA
(248,233,218)
#FAEFE5
(250,239,229)
#FCF5F0
(252,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8B982 color. Also use rgb(232,185,130) instead hex code.

Text Font Color

.myTextColor { color: #E8B982; }

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

This text font color is #E8B982.


Background Color

.myBgColor { background-color: #E8B982; }

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

This div background color is #E8B982.


Border color

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

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

This div border color is #E8B982.


Opacity

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

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

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

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

This text has shadow with #E8B982 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B982 on black background.


Color preview on white background

This text has color #E8B982 on white background.



Black color preview on #E8B982 background

This text has black color on #E8B982 background.


White color preview on #E8B982 background

This text has white color on #E8B982 background.