COLOR #E0ABA5

HEX: #E0ABA5 RGB: (224,171,165)

Color info

#E0ABA5 contains red, green and blue colors in about the same proportion. Web safe color of #E0ABA5 is #CC9999 (or #C99).

RGB color model

#E0ABA5 color RGB value is (224,171,165).

RGB: (224,171,165) (88%, 67%, 65%)

RGB channels and saturation

R 224 of 255 = 88%
G 171 of 255 = 67%
B 165 of 255 = 65%

224
171
165

R + G + B ~ 73%. #E0ABA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 171 + 165 = 560 (100%)
R 224 of 560 ~ 40%
G 171 of 560 ~ 30.54%
B 165 of 560 ~ 29.46'%

%40
%30.54
%29.46

CMYK color model

#E0ABA5 color CMYK value is (0,24,26,12).

  • cyan value is 0.00%
  • magenta value is 23.66%
  • yellow value is 26.34%
  • key color value is 12.16%

CMYK: (0,24,26,12)
C0M24Y26K12 (0%, 24%, 26%, 12%)
(0.00 / 0.24 / 0.26 / 0.12)

CMYK percentages

%0
%23.66
%26.34
%12.16

Codes

Color #E0ABA5 in popluar color models

E0 AB A5
RGB 224 171 165
HSL 48.76% 76.27%
HSB/HSV 26.34% 87.84%
CMYK 0.00% 23.66% 26.34%
12.16%

Color #E0ABA5 in popluar number systems.

HEX E0 AB A5
Decimal 224 171 165
Binary 11100000 10101011 10100101
Octal 340 253 245

Shades and tints

Shades of #E0ABA5

#E0ABA5
(224,171,165)
#CC9C96
(204,156,150)
#B88D87
(184,141,135)
#A47E78
(164,126,120)
#906F69
(144,111,105)
#7C605A
(124,96,90)
#68514B
(104,81,75)
#54423C
(84,66,60)
#40332D
(64,51,45)
#2C241E
(44,36,30)
#18150F
(24,21,15)
#000000
(0,0,0)

Tints of #E0ABA5

#E0ABA5
(224,171,165)
#E2B2AD
(226,178,173)
#E4B9B5
(228,185,181)
#E6C0BD
(230,192,189)
#E8C7C5
(232,199,197)
#EACECD
(234,206,205)
#ECD5D5
(236,213,213)
#EEDCDD
(238,220,221)
#F0E3E5
(240,227,229)
#F2EAED
(242,234,237)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0ABA5; }

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

This text font color is #E0ABA5.

Background Color

.myBgColor { background-color: #E0ABA5; }

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

This div background color is #E0ABA5.

Border color

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

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

This div border color is #E0ABA5.

Opacity

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

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

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

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

This text has shadow with #E0ABA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0ABA5.

Preview

Color preview on black background

This text has color #E0ABA5 on black background.


Color preview on white background

This text has color #E0ABA5 on white background.


Black color preview on #E0ABA5 background

This text has black color on #E0ABA5 background.


White color preview on #E0ABA5 background

This text has white color on #E0ABA5 background.


Related colors

Complementary color

Complementary color for #hex is #1F545A.


I love getcolorcode.com

Triadic colors

1 #A5E0AB and #ABA5E0 with #E0ABA5 are triadic colors.

2 #A5ABE0 and #ABE0A5 with #E0ABA5 are triadic colors.