COLOR #E7B484

HEX: #E7B484
RGB: (231,180,132)

Color info

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

RGB color model

#E7B484 color RGB value is (231,180,132).

  • red value is 231;
  • green value is 180;
  • blue value is 132.
RGB:
(231,180,132)
(91%,71%,52%)

RGB channels and saturation

R 231 of 255 = 91%
G 180 of 255 = 71%
B 132 of 255 = 52%

231
180
132

R + G + B ~ 71%. #E7B484 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 180 + 132 = 543 (100%)
R 231 of 543 ~ 42.54%
G 180 of 543 ~ 33.15%
B 132 of 543 ~ 24.31%

%42.54
%33.15
%24.31

CMYK color model

#E7B484 color CMYK value is (0,22,43,9).

  • cyan value is 0.00%
  • magenta value is 22.08%
  • yellow value is 42.86%
  • key color value is 9.41%
CMYK:
(0,22,43,9)
C0M22Y43K9 
(0%,22%,43%,9%)
(0.00/0.22/0.43/0.09)	

CMYK percentages

%0
%22.08
%42.86
%9.41

Codes

Color #E7B484 in popluar color models

E7B484
RGB231180132
HSL29°67.35%71.18%
HSB/HSV29°42.86%90.59%
CMYK0.00%22.08%42.86%
9.41%

Color #E7B484 in popluar number systems.

HEXE7B484
Decimal231180132
Binary111001111011010010000100
Octal347264204

Shades and tints

Shades of #E7B484

#E7B484
(231,180,132)
#D2A478
(210,164,120)
#BD946C
(189,148,108)
#A88460
(168,132,96)
#937454
(147,116,84)
#7E6448
(126,100,72)
#69543C
(105,84,60)
#544430
(84,68,48)
#3F3424
(63,52,36)
#2A2418
(42,36,24)
#15140C
(21,20,12)
#000000
(0,0,0)

Tints of #E7B484

#E7B484
(231,180,132)
#E9BA8F
(233,186,143)
#EBC09A
(235,192,154)
#EDC6A5
(237,198,165)
#EFCCB0
(239,204,176)
#F1D2BB
(241,210,187)
#F3D8C6
(243,216,198)
#F5DED1
(245,222,209)
#F7E4DC
(247,228,220)
#F9EAE7
(249,234,231)
#FBF0F2
(251,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7B484 color. Also use rgb(231,180,132) instead hex code.

Text Font Color

.myTextColor { color: #E7B484; }

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

This text font color is #E7B484.


Background Color

.myBgColor { background-color: #E7B484; }

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

This div background color is #E7B484.


Border color

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

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

This div border color is #E7B484.


Opacity

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

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

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

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

This text has shadow with #E7B484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B484 on black background.


Color preview on white background

This text has color #E7B484 on white background.



Black color preview on #E7B484 background

This text has black color on #E7B484 background.


White color preview on #E7B484 background

This text has white color on #E7B484 background.