COLOR #E0A4AC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

224
164
172

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

Portions of RGB colors in percentages

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

%40
%29.29
%30.71

CMYK color model

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

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

CMYK percentages

%0
%26.79
%23.21
%12.16

Codes

Color #E0A4AC in popluar color models

E0A4AC
RGB224164172
HSL352°49.18%76.08%
HSB/HSV352°26.79%87.84%
CMYK0.00%26.79%23.21%
12.16%

Color #E0A4AC in popluar number systems.

HEXE0A4AC
Decimal224164172
Binary111000001010010010101100
Octal340244254

Shades and tints

Shades of #E0A4AC

#E0A4AC
(224,164,172)
#CC969D
(204,150,157)
#B8888E
(184,136,142)
#A47A7F
(164,122,127)
#906C70
(144,108,112)
#7C5E61
(124,94,97)
#685052
(104,80,82)
#544243
(84,66,67)
#403434
(64,52,52)
#2C2625
(44,38,37)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #E0A4AC

#E0A4AC
(224,164,172)
#E2ACB3
(226,172,179)
#E4B4BA
(228,180,186)
#E6BCC1
(230,188,193)
#E8C4C8
(232,196,200)
#EACCCF
(234,204,207)
#ECD4D6
(236,212,214)
#EEDCDD
(238,220,221)
#F0E4E4
(240,228,228)
#F2ECEB
(242,236,235)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0A4AC; }

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

This text font color is #E0A4AC.


Background Color

.myBgColor { background-color: #E0A4AC; }

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

This div background color is #E0A4AC.


Border color

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

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

This div border color is #E0A4AC.


Opacity

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

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

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

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

This text has shadow with #E0A4AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0A4AC on black background.


Color preview on white background

This text has color #E0A4AC on white background.



Black color preview on #E0A4AC background

This text has black color on #E0A4AC background.


White color preview on #E0A4AC background

This text has white color on #E0A4AC background.