COLOR #E8B99A

HEX: #E8B99A RGB: (232,185,154)

Color info

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

RGB color model

#E8B99A color RGB value is (232,185,154).

RGB: (232,185,154) (91%, 73%, 60%)

RGB channels and saturation

R 232 of 255 = 91%
G 185 of 255 = 73%
B 154 of 255 = 60%

232
185
154

R + G + B ~ 75%. #E8B99A is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 185 + 154 = 571 (100%)
R 232 of 571 ~ 40.63%
G 185 of 571 ~ 32.4%
B 154 of 571 ~ 26.97'%

%40.63
%32.4
%26.97

CMYK color model

#E8B99A color CMYK value is (0,20,34,9).

  • cyan value is 0.00%
  • magenta value is 20.26%
  • yellow value is 33.62%
  • key color value is 9.02%

CMYK: (0,20,34,9)
C0M20Y34K9 (0%, 20%, 34%, 9%)
(0.00 / 0.20 / 0.34 / 0.09)

CMYK percentages

%0
%20.26
%33.62
%9.02

Codes

Color #E8B99A in popluar color models

E8 B9 9A
RGB 232 185 154
HSL 24° 62.90% 75.69%
HSB/HSV 24° 33.62% 90.98%
CMYK 0.00% 20.26% 33.62%
9.02%

Color #E8B99A in popluar number systems.

HEX E8 B9 9A
Decimal 232 185 154
Binary 11101000 10111001 10011010
Octal 350 271 232

Shades and tints

Shades of #E8B99A

#E8B99A
(232,185,154)
#D3A98C
(211,169,140)
#BE997E
(190,153,126)
#A98970
(169,137,112)
#947962
(148,121,98)
#7F6954
(127,105,84)
#6A5946
(106,89,70)
#554938
(85,73,56)
#40392A
(64,57,42)
#2B291C
(43,41,28)
#16190E
(22,25,14)
#000000
(0,0,0)

Tints of #E8B99A

#E8B99A
(232,185,154)
#EABFA3
(234,191,163)
#ECC5AC
(236,197,172)
#EECBB5
(238,203,181)
#F0D1BE
(240,209,190)
#F2D7C7
(242,215,199)
#F4DDD0
(244,221,208)
#F6E3D9
(246,227,217)
#F8E9E2
(248,233,226)
#FAEFEB
(250,239,235)
#FCF5F4
(252,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8B99A; }

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

This text font color is #E8B99A.

Background Color

.myBgColor { background-color: #E8B99A; }

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

This div background color is #E8B99A.

Border color

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

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

This div border color is #E8B99A.

Opacity

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

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

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

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

This text has shadow with #E8B99A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8B99A.

Preview

Color preview on black background

This text has color #E8B99A on black background.


Color preview on white background

This text has color #E8B99A on white background.


Black color preview on #E8B99A background

This text has black color on #E8B99A background.


White color preview on #E8B99A background

This text has white color on #E8B99A background.


Related colors

Complementary color

Complementary color for #hex is #174665.


I love getcolorcode.com

Triadic colors

1 #9AE8B9 and #B99AE8 with #E8B99A are triadic colors.

2 #9AB9E8 and #B9E89A with #E8B99A are triadic colors.