COLOR #E8B984

HEX: #E8B984 RGB: (232,185,132)

Color info

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

RGB color model

#E8B984 color RGB value is (232,185,132).

RGB: (232,185,132) (91%, 73%, 52%)

RGB channels and saturation

R 232 of 255 = 91%
G 185 of 255 = 73%
B 132 of 255 = 52%

232
185
132

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

Portions of RGB colors in percentages

R + G + B = 232 + 185 + 132 = 549 (100%)
R 232 of 549 ~ 42.26%
G 185 of 549 ~ 33.7%
B 132 of 549 ~ 24.04'%

%42.26
%33.7
%24.04

CMYK color model

#E8B984 color CMYK value is (0,20,43,9).

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

CMYK: (0,20,43,9)
C0M20Y43K9 (0%, 20%, 43%, 9%)
(0.00 / 0.20 / 0.43 / 0.09)

CMYK percentages

%0
%20.26
%43.1
%9.02

Codes

Color #E8B984 in popluar color models

E8 B9 84
RGB 232 185 132
HSL 32° 68.49% 71.37%
HSB/HSV 32° 43.10% 90.98%
CMYK 0.00% 20.26% 43.10%
9.02%

Color #E8B984 in popluar number systems.

HEX E8 B9 84
Decimal 232 185 132
Binary 11101000 10111001 10000100
Octal 350 271 204

Shades and tints

Shades of #E8B984

#E8B984
(232,185,132)
#D3A978
(211,169,120)
#BE996C
(190,153,108)
#A98960
(169,137,96)
#947954
(148,121,84)
#7F6948
(127,105,72)
#6A593C
(106,89,60)
#554930
(85,73,48)
#403924
(64,57,36)
#2B2918
(43,41,24)
#16190C
(22,25,12)
#000000
(0,0,0)

Tints of #E8B984

#E8B984
(232,185,132)
#EABF8F
(234,191,143)
#ECC59A
(236,197,154)
#EECBA5
(238,203,165)
#F0D1B0
(240,209,176)
#F2D7BB
(242,215,187)
#F4DDC6
(244,221,198)
#F6E3D1
(246,227,209)
#F8E9DC
(248,233,220)
#FAEFE7
(250,239,231)
#FCF5F2
(252,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8B984; }

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

This text font color is #E8B984.

Background Color

.myBgColor { background-color: #E8B984; }

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

This div background color is #E8B984.

Border color

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

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

This div border color is #E8B984.

Opacity

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

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

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

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

This text has shadow with #E8B984 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8B984.

Preview

Color preview on black background

This text has color #E8B984 on black background.


Color preview on white background

This text has color #E8B984 on white background.


Black color preview on #E8B984 background

This text has black color on #E8B984 background.


White color preview on #E8B984 background

This text has white color on #E8B984 background.


Related colors

Complementary color

Complementary color for #hex is #17467B.


I love getcolorcode.com

Triadic colors

1 #84E8B9 and #B984E8 with #E8B984 are triadic colors.

2 #84B9E8 and #B9E884 with #E8B984 are triadic colors.