COLOR #E0AB82

HEX: #E0AB82
RGB: (224,171,130)

Color info

#E0AB82 contains mainly red and green colors. Web safe color of #E0AB82 is #CC9999 (or #C99).

RGB color model

#E0AB82 color RGB value is (224,171,130).

  • red value is 224;
  • green value is 171;
  • blue value is 130.
RGB:
(224,171,130)
(88%,67%,51%)

RGB channels and saturation

R 224 of 255 = 88%
G 171 of 255 = 67%
B 130 of 255 = 51%

224
171
130

R + G + B ~ 69%. #E0AB82 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 171 + 130 = 525 (100%)
R 224 of 525 ~ 42.67%
G 171 of 525 ~ 32.57%
B 130 of 525 ~ 24.76%

%42.67
%32.57
%24.76

CMYK color model

#E0AB82 color CMYK value is (0,24,42,12).

  • cyan value is 0.00%
  • magenta value is 23.66%
  • yellow value is 41.96%
  • key color value is 12.16%
CMYK:
(0,24,42,12)
C0M24Y42K12 
(0%,24%,42%,12%)
(0.00/0.24/0.42/0.12)	

CMYK percentages

%0
%23.66
%41.96
%12.16

Codes

Color #E0AB82 in popluar color models

E0AB82
RGB224171130
HSL26°60.26%69.41%
HSB/HSV26°41.96%87.84%
CMYK0.00%23.66%41.96%
12.16%

Color #E0AB82 in popluar number systems.

HEXE0AB82
Decimal224171130
Binary111000001010101110000010
Octal340253202

Shades and tints

Shades of #E0AB82

#E0AB82
(224,171,130)
#CC9C77
(204,156,119)
#B88D6C
(184,141,108)
#A47E61
(164,126,97)
#906F56
(144,111,86)
#7C604B
(124,96,75)
#685140
(104,81,64)
#544235
(84,66,53)
#40332A
(64,51,42)
#2C241F
(44,36,31)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #E0AB82

#E0AB82
(224,171,130)
#E2B28D
(226,178,141)
#E4B998
(228,185,152)
#E6C0A3
(230,192,163)
#E8C7AE
(232,199,174)
#EACEB9
(234,206,185)
#ECD5C4
(236,213,196)
#EEDCCF
(238,220,207)
#F0E3DA
(240,227,218)
#F2EAE5
(242,234,229)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0AB82 color. Also use rgb(224,171,130) instead hex code.

Text Font Color

.myTextColor { color: #E0AB82; }

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

This text font color is #E0AB82.


Background Color

.myBgColor { background-color: #E0AB82; }

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

This div background color is #E0AB82.


Border color

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

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

This div border color is #E0AB82.


Opacity

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

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

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

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

This text has shadow with #E0AB82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0AB82 on black background.


Color preview on white background

This text has color #E0AB82 on white background.



Black color preview on #E0AB82 background

This text has black color on #E0AB82 background.


White color preview on #E0AB82 background

This text has white color on #E0AB82 background.