COLOR #E0ACAE

HEX: #E0ACAE
RGB: (224,172,174)

Color info

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

RGB color model

#E0ACAE color RGB value is (224,172,174).

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

RGB channels and saturation

R 224 of 255 = 88%
G 172 of 255 = 67%
B 174 of 255 = 68%

224
172
174

R + G + B ~ 74%. #E0ACAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 172 + 174 = 570 (100%)
R 224 of 570 ~ 39.3%
G 172 of 570 ~ 30.18%
B 174 of 570 ~ 30.53%

%39.3
%30.18
%30.53

CMYK color model

#E0ACAE color CMYK value is (0,23,22,12).

  • cyan value is 0.00%
  • magenta value is 23.21%
  • yellow value is 22.32%
  • key color value is 12.16%
CMYK:
(0,23,22,12)
C0M23Y22K12 
(0%,23%,22%,12%)
(0.00/0.23/0.22/0.12)	

CMYK percentages

%0
%23.21
%22.32
%12.16

Codes

Color #E0ACAE in popluar color models

E0ACAE
RGB224172174
HSL358°45.61%77.65%
HSB/HSV358°23.21%87.84%
CMYK0.00%23.21%22.32%
12.16%

Color #E0ACAE in popluar number systems.

HEXE0ACAE
Decimal224172174
Binary111000001010110010101110
Octal340254256

Shades and tints

Shades of #E0ACAE

#E0ACAE
(224,172,174)
#CC9D9F
(204,157,159)
#B88E90
(184,142,144)
#A47F81
(164,127,129)
#907072
(144,112,114)
#7C6163
(124,97,99)
#685254
(104,82,84)
#544345
(84,67,69)
#403436
(64,52,54)
#2C2527
(44,37,39)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #E0ACAE

#E0ACAE
(224,172,174)
#E2B3B5
(226,179,181)
#E4BABC
(228,186,188)
#E6C1C3
(230,193,195)
#E8C8CA
(232,200,202)
#EACFD1
(234,207,209)
#ECD6D8
(236,214,216)
#EEDDDF
(238,221,223)
#F0E4E6
(240,228,230)
#F2EBED
(242,235,237)
#F4F2F4
(244,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0ACAE; }

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

This text font color is #E0ACAE.


Background Color

.myBgColor { background-color: #E0ACAE; }

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

This div background color is #E0ACAE.


Border color

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

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

This div border color is #E0ACAE.


Opacity

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

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

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

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

This text has shadow with #E0ACAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0ACAE on black background.


Color preview on white background

This text has color #E0ACAE on white background.



Black color preview on #E0ACAE background

This text has black color on #E0ACAE background.


White color preview on #E0ACAE background

This text has white color on #E0ACAE background.