COLOR #E0AB8C

HEX: #E0AB8C RGB: (224,171,140)

Color info

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

RGB color model

#E0AB8C color RGB value is (224,171,140).

RGB: (224,171,140) (88%, 67%, 55%)

RGB channels and saturation

R 224 of 255 = 88%
G 171 of 255 = 67%
B 140 of 255 = 55%

224
171
140

R + G + B ~ 70%. #E0AB8C is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 171 + 140 = 535 (100%)
R 224 of 535 ~ 41.87%
G 171 of 535 ~ 31.96%
B 140 of 535 ~ 26.17'%

%41.87
%31.96
%26.17

CMYK color model

#E0AB8C color CMYK value is (0,24,38,12).

  • cyan value is 0.00%
  • magenta value is 23.66%
  • yellow value is 37.50%
  • key color value is 12.16%
CMYK: (0,24,38,12) C0M24Y38K12 (0%,24%,38%,12%) (0.00/0.24/0.38/0.12) 

CMYK percentages

%0
%23.66
%37.5
%12.16

Codes

Color #E0AB8C in popluar color models

E0 AB 8C
RGB 224 171 140
HSL 22° 57.53% 71.37%
HSB/HSV 22° 37.50% 87.84%
CMYK 0.00% 23.66% 37.50%
12.16%

Color #E0AB8C in popluar number systems.

HEX E0 AB 8C
Decimal 224 171 140
Binary 11100000 10101011 10001100
Octal 340 253 214

Shades and tints

Shades of #E0AB8C

#E0AB8C
(224,171,140)
#CC9C80
(204,156,128)
#B88D74
(184,141,116)
#A47E68
(164,126,104)
#906F5C
(144,111,92)
#7C6050
(124,96,80)
#685144
(104,81,68)
#544238
(84,66,56)
#40332C
(64,51,44)
#2C2420
(44,36,32)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #E0AB8C

#E0AB8C
(224,171,140)
#E2B296
(226,178,150)
#E4B9A0
(228,185,160)
#E6C0AA
(230,192,170)
#E8C7B4
(232,199,180)
#EACEBE
(234,206,190)
#ECD5C8
(236,213,200)
#EEDCD2
(238,220,210)
#F0E3DC
(240,227,220)
#F2EAE6
(242,234,230)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0AB8C; }

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

This text font color is #E0AB8C.

Background Color

.myBgColor { background-color: #E0AB8C; }

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

This div background color is #E0AB8C.

Border color

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

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

This div border color is #E0AB8C.

Opacity

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

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

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

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

This text has shadow with #E0AB8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0AB8C.

Preview

Color preview on black background

This text has color #E0AB8C on black background.


Color preview on white background

This text has color #E0AB8C on white background.


Black color preview on #E0AB8C background

This text has black color on #E0AB8C background.


White color preview on #E0AB8C background

This text has white color on #E0AB8C background.


Related colors

Complementary color

Complementary color for #hex is #1F5473.


I love getcolorcode.com

Triadic colors

1 #8CE0AB and #AB8CE0 with #E0AB8C are triadic colors.

2 #8CABE0 and #ABE08C with #E0AB8C are triadic colors.