COLOR #E0ACE4

HEX: #E0ACE4
RGB: (224,172,228)

Color info

#E0ACE4 contains red, green and blue colors in about the same proportion. Web safe color of #E0ACE4 is #CC99CC (or #C9C).

RGB color model

#E0ACE4 color RGB value is (224,172,228).

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

RGB channels and saturation

R 224 of 255 = 88%
G 172 of 255 = 67%
B 228 of 255 = 89%

224
172
228

R + G + B ~ 81%. #E0ACE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 172 + 228 = 624 (100%)
R 224 of 624 ~ 35.9%
G 172 of 624 ~ 27.56%
B 228 of 624 ~ 36.54%

%35.9
%27.56
%36.54

CMYK color model

#E0ACE4 color CMYK value is (2,25,0,11).

  • cyan value is 1.75%
  • magenta value is 24.56%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(2,25,0,11)
C2M25Y0K11 
(2%,25%,0%,11%)
(0.02/0.25/0.00/0.11)	

CMYK percentages

%1.75
%24.56
%0
%10.59

Codes

Color #E0ACE4 in popluar color models

E0ACE4
RGB224172228
HSL296°50.91%78.43%
HSB/HSV296°24.56%89.41%
CMYK1.75%24.56%0.00%
10.59%

Color #E0ACE4 in popluar number systems.

HEXE0ACE4
Decimal224172228
Binary111000001010110011100100
Octal340254344

Shades and tints

Shades of #E0ACE4

#E0ACE4
(224,172,228)
#CC9DD0
(204,157,208)
#B88EBC
(184,142,188)
#A47FA8
(164,127,168)
#907094
(144,112,148)
#7C6180
(124,97,128)
#68526C
(104,82,108)
#544358
(84,67,88)
#403444
(64,52,68)
#2C2530
(44,37,48)
#18161C
(24,22,28)
#000000
(0,0,0)

Tints of #E0ACE4

#E0ACE4
(224,172,228)
#E2B3E6
(226,179,230)
#E4BAE8
(228,186,232)
#E6C1EA
(230,193,234)
#E8C8EC
(232,200,236)
#EACFEE
(234,207,238)
#ECD6F0
(236,214,240)
#EEDDF2
(238,221,242)
#F0E4F4
(240,228,244)
#F2EBF6
(242,235,246)
#F4F2F8
(244,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0ACE4; }

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

This text font color is #E0ACE4.


Background Color

.myBgColor { background-color: #E0ACE4; }

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

This div background color is #E0ACE4.


Border color

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

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

This div border color is #E0ACE4.


Opacity

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

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

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

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

This text has shadow with #E0ACE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0ACE4 on black background.


Color preview on white background

This text has color #E0ACE4 on white background.



Black color preview on #E0ACE4 background

This text has black color on #E0ACE4 background.


White color preview on #E0ACE4 background

This text has white color on #E0ACE4 background.