COLOR #E4ACE0

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

228
172
224

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

Portions of RGB colors in percentages

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

%36.54
%27.56
%35.9

CMYK color model

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

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

CMYK percentages

%0
%24.56
%1.75
%10.59

Codes

Color #E4ACE0 in popluar color models

E4ACE0
RGB228172224
HSL304°50.91%78.43%
HSB/HSV304°24.56%89.41%
CMYK0.00%24.56%1.75%
10.59%

Color #E4ACE0 in popluar number systems.

HEXE4ACE0
Decimal228172224
Binary111001001010110011100000
Octal344254340

Shades and tints

Shades of #E4ACE0

#E4ACE0
(228,172,224)
#D09DCC
(208,157,204)
#BC8EB8
(188,142,184)
#A87FA4
(168,127,164)
#947090
(148,112,144)
#80617C
(128,97,124)
#6C5268
(108,82,104)
#584354
(88,67,84)
#443440
(68,52,64)
#30252C
(48,37,44)
#1C1618
(28,22,24)
#000000
(0,0,0)

Tints of #E4ACE0

#E4ACE0
(228,172,224)
#E6B3E2
(230,179,226)
#E8BAE4
(232,186,228)
#EAC1E6
(234,193,230)
#ECC8E8
(236,200,232)
#EECFEA
(238,207,234)
#F0D6EC
(240,214,236)
#F2DDEE
(242,221,238)
#F4E4F0
(244,228,240)
#F6EBF2
(246,235,242)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4ACE0; }

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

This text font color is #E4ACE0.


Background Color

.myBgColor { background-color: #E4ACE0; }

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

This div background color is #E4ACE0.


Border color

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

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

This div border color is #E4ACE0.


Opacity

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

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

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

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

This text has shadow with #E4ACE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4ACE0 on black background.


Color preview on white background

This text has color #E4ACE0 on white background.



Black color preview on #E4ACE0 background

This text has black color on #E4ACE0 background.


White color preview on #E4ACE0 background

This text has white color on #E4ACE0 background.