COLOR #E8BAA4

HEX: #E8BAA4
RGB: (232,186,164)

Color info

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

RGB color model

#E8BAA4 color RGB value is (232,186,164).

  • red value is 232;
  • green value is 186;
  • blue value is 164.
RGB:
(232,186,164)
(91%,73%,64%)

RGB channels and saturation

R 232 of 255 = 91%
G 186 of 255 = 73%
B 164 of 255 = 64%

232
186
164

R + G + B ~ 76%. #E8BAA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 186 + 164 = 582 (100%)
R 232 of 582 ~ 39.86%
G 186 of 582 ~ 31.96%
B 164 of 582 ~ 28.18%

%39.86
%31.96
%28.18

CMYK color model

#E8BAA4 color CMYK value is (0,20,29,9).

  • cyan value is 0.00%
  • magenta value is 19.83%
  • yellow value is 29.31%
  • key color value is 9.02%
CMYK:
(0,20,29,9)
C0M20Y29K9 
(0%,20%,29%,9%)
(0.00/0.20/0.29/0.09)	

CMYK percentages

%0
%19.83
%29.31
%9.02

Codes

Color #E8BAA4 in popluar color models

E8BAA4
RGB232186164
HSL19°59.65%77.65%
HSB/HSV19°29.31%90.98%
CMYK0.00%19.83%29.31%
9.02%

Color #E8BAA4 in popluar number systems.

HEXE8BAA4
Decimal232186164
Binary111010001011101010100100
Octal350272244

Shades and tints

Shades of #E8BAA4

#E8BAA4
(232,186,164)
#D3AA96
(211,170,150)
#BE9A88
(190,154,136)
#A98A7A
(169,138,122)
#947A6C
(148,122,108)
#7F6A5E
(127,106,94)
#6A5A50
(106,90,80)
#554A42
(85,74,66)
#403A34
(64,58,52)
#2B2A26
(43,42,38)
#161A18
(22,26,24)
#000000
(0,0,0)

Tints of #E8BAA4

#E8BAA4
(232,186,164)
#EAC0AC
(234,192,172)
#ECC6B4
(236,198,180)
#EECCBC
(238,204,188)
#F0D2C4
(240,210,196)
#F2D8CC
(242,216,204)
#F4DED4
(244,222,212)
#F6E4DC
(246,228,220)
#F8EAE4
(248,234,228)
#FAF0EC
(250,240,236)
#FCF6F4
(252,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8BAA4 color. Also use rgb(232,186,164) instead hex code.

Text Font Color

.myTextColor { color: #E8BAA4; }

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

This text font color is #E8BAA4.


Background Color

.myBgColor { background-color: #E8BAA4; }

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

This div background color is #E8BAA4.


Border color

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

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

This div border color is #E8BAA4.


Opacity

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

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

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

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

This text has shadow with #E8BAA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8BAA4 on black background.


Color preview on white background

This text has color #E8BAA4 on white background.



Black color preview on #E8BAA4 background

This text has black color on #E8BAA4 background.


White color preview on #E8BAA4 background

This text has white color on #E8BAA4 background.