COLOR #E0ACA4

HEX: #E0ACA4
RGB: (224,172,164)

Color info

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

RGB color model

#E0ACA4 color RGB value is (224,172,164).

  • red value is 224;
  • green value is 172;
  • blue value is 164.
RGB:
(224,172,164)
(88%,67%,64%)

RGB channels and saturation

R 224 of 255 = 88%
G 172 of 255 = 67%
B 164 of 255 = 64%

224
172
164

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

Portions of RGB colors in percentages

R + G + B =
224 + 172 + 164 = 560 (100%)
R 224 of 560 ~ 40%
G 172 of 560 ~ 30.71%
B 164 of 560 ~ 29.29%

%40
%30.71
%29.29

CMYK color model

#E0ACA4 color CMYK value is (0,23,27,12).

  • cyan value is 0.00%
  • magenta value is 23.21%
  • yellow value is 26.79%
  • key color value is 12.16%
CMYK:
(0,23,27,12)
C0M23Y27K12 
(0%,23%,27%,12%)
(0.00/0.23/0.27/0.12)	

CMYK percentages

%0
%23.21
%26.79
%12.16

Codes

Color #E0ACA4 in popluar color models

E0ACA4
RGB224172164
HSL49.18%76.08%
HSB/HSV26.79%87.84%
CMYK0.00%23.21%26.79%
12.16%

Color #E0ACA4 in popluar number systems.

HEXE0ACA4
Decimal224172164
Binary111000001010110010100100
Octal340254244

Shades and tints

Shades of #E0ACA4

#E0ACA4
(224,172,164)
#CC9D96
(204,157,150)
#B88E88
(184,142,136)
#A47F7A
(164,127,122)
#90706C
(144,112,108)
#7C615E
(124,97,94)
#685250
(104,82,80)
#544342
(84,67,66)
#403434
(64,52,52)
#2C2526
(44,37,38)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #E0ACA4

#E0ACA4
(224,172,164)
#E2B3AC
(226,179,172)
#E4BAB4
(228,186,180)
#E6C1BC
(230,193,188)
#E8C8C4
(232,200,196)
#EACFCC
(234,207,204)
#ECD6D4
(236,214,212)
#EEDDDC
(238,221,220)
#F0E4E4
(240,228,228)
#F2EBEC
(242,235,236)
#F4F2F4
(244,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0ACA4 color. Also use rgb(224,172,164) instead hex code.

Text Font Color

.myTextColor { color: #E0ACA4; }

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

This text font color is #E0ACA4.


Background Color

.myBgColor { background-color: #E0ACA4; }

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

This div background color is #E0ACA4.


Border color

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

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

This div border color is #E0ACA4.


Opacity

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

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

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

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

This text has shadow with #E0ACA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0ACA4 on black background.


Color preview on white background

This text has color #E0ACA4 on white background.



Black color preview on #E0ACA4 background

This text has black color on #E0ACA4 background.


White color preview on #E0ACA4 background

This text has white color on #E0ACA4 background.