COLOR #E8B5A4

HEX: #E8B5A4 RGB: (232,181,164)

Color info

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

RGB color model

#E8B5A4 color RGB value is (232,181,164).

RGB: (232,181,164) (91%, 71%, 64%)

RGB channels and saturation

R 232 of 255 = 91%
G 181 of 255 = 71%
B 164 of 255 = 64%

232
181
164

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

Portions of RGB colors in percentages

R + G + B = 232 + 181 + 164 = 577 (100%)
R 232 of 577 ~ 40.21%
G 181 of 577 ~ 31.37%
B 164 of 577 ~ 28.42'%

%40.21
%31.37
%28.42

CMYK color model

#E8B5A4 color CMYK value is (0,22,29,9).

  • cyan value is 0.00%
  • magenta value is 21.98%
  • yellow value is 29.31%
  • key color value is 9.02%

CMYK: (0,22,29,9)
C0M22Y29K9 (0%, 22%, 29%, 9%)
(0.00 / 0.22 / 0.29 / 0.09)

CMYK percentages

%0
%21.98
%29.31
%9.02

Codes

Color #E8B5A4 in popluar color models

E8 B5 A4
RGB 232 181 164
HSL 15° 59.65% 77.65%
HSB/HSV 15° 29.31% 90.98%
CMYK 0.00% 21.98% 29.31%
9.02%

Color #E8B5A4 in popluar number systems.

HEX E8 B5 A4
Decimal 232 181 164
Binary 11101000 10110101 10100100
Octal 350 265 244

Shades and tints

Shades of #E8B5A4

#E8B5A4
(232,181,164)
#D3A596
(211,165,150)
#BE9588
(190,149,136)
#A9857A
(169,133,122)
#94756C
(148,117,108)
#7F655E
(127,101,94)
#6A5550
(106,85,80)
#554542
(85,69,66)
#403534
(64,53,52)
#2B2526
(43,37,38)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #E8B5A4

#E8B5A4
(232,181,164)
#EABBAC
(234,187,172)
#ECC1B4
(236,193,180)
#EEC7BC
(238,199,188)
#F0CDC4
(240,205,196)
#F2D3CC
(242,211,204)
#F4D9D4
(244,217,212)
#F6DFDC
(246,223,220)
#F8E5E4
(248,229,228)
#FAEBEC
(250,235,236)
#FCF1F4
(252,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8B5A4; }

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

This text font color is #E8B5A4.

Background Color

.myBgColor { background-color: #E8B5A4; }

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

This div background color is #E8B5A4.

Border color

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

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

This div border color is #E8B5A4.

Opacity

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

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

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

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

This text has shadow with #E8B5A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8B5A4.

Preview

Color preview on black background

This text has color #E8B5A4 on black background.


Color preview on white background

This text has color #E8B5A4 on white background.


Black color preview on #E8B5A4 background

This text has black color on #E8B5A4 background.


White color preview on #E8B5A4 background

This text has white color on #E8B5A4 background.


Related colors

Complementary color

Complementary color for #E8B5A4 is #174A5B.


I love getcolorcode.com

Triadic colors

1 #A4E8B5 and #B5A4E8 with #E8B5A4 are triadic colors.

2 #A4B5E8 and #B5E8A4 with #E8B5A4 are triadic colors.