COLOR #E0ACF6

HEX: #E0ACF6
RGB: (224,172,246)

Color info

#E0ACF6 contains mainly red and blue colors. Web safe color of #E0ACF6 is #CC99FF (or #C9F).

RGB color model

#E0ACF6 color RGB value is (224,172,246).

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

RGB channels and saturation

R 224 of 255 = 88%
G 172 of 255 = 67%
B 246 of 255 = 96%

224
172
246

R + G + B ~ 84%. #E0ACF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 172 + 246 = 642 (100%)
R 224 of 642 ~ 34.89%
G 172 of 642 ~ 26.79%
B 246 of 642 ~ 38.32%

%34.89
%26.79
%38.32

CMYK color model

#E0ACF6 color CMYK value is (9,30,0,4).

  • cyan value is 8.94%
  • magenta value is 30.08%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(9,30,0,4)
C9M30Y0K4 
(9%,30%,0%,4%)
(0.09/0.30/0.00/0.04)	

CMYK percentages

%8.94
%30.08
%0
%3.53

Codes

Color #E0ACF6 in popluar color models

E0ACF6
RGB224172246
HSL282°80.43%81.96%
HSB/HSV282°30.08%96.47%
CMYK8.94%30.08%0.00%
3.53%

Color #E0ACF6 in popluar number systems.

HEXE0ACF6
Decimal224172246
Binary111000001010110011110110
Octal340254366

Shades and tints

Shades of #E0ACF6

#E0ACF6
(224,172,246)
#CC9DE0
(204,157,224)
#B88ECA
(184,142,202)
#A47FB4
(164,127,180)
#90709E
(144,112,158)
#7C6188
(124,97,136)
#685272
(104,82,114)
#54435C
(84,67,92)
#403446
(64,52,70)
#2C2530
(44,37,48)
#18161A
(24,22,26)
#000000
(0,0,0)

Tints of #E0ACF6

#E0ACF6
(224,172,246)
#E2B3F6
(226,179,246)
#E4BAF6
(228,186,246)
#E6C1F6
(230,193,246)
#E8C8F6
(232,200,246)
#EACFF6
(234,207,246)
#ECD6F6
(236,214,246)
#EEDDF6
(238,221,246)
#F0E4F6
(240,228,246)
#F2EBF6
(242,235,246)
#F4F2F6
(244,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0ACF6; }

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

This text font color is #E0ACF6.


Background Color

.myBgColor { background-color: #E0ACF6; }

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

This div background color is #E0ACF6.


Border color

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

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

This div border color is #E0ACF6.


Opacity

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

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

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

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

This text has shadow with #E0ACF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0ACF6 on black background.


Color preview on white background

This text has color #E0ACF6 on white background.



Black color preview on #E0ACF6 background

This text has black color on #E0ACF6 background.


White color preview on #E0ACF6 background

This text has white color on #E0ACF6 background.