COLOR #E6ACF6

HEX: #E6ACF6
RGB: (230,172,246)

Color info

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

RGB color model

#E6ACF6 color RGB value is (230,172,246).

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

RGB channels and saturation

R 230 of 255 = 90%
G 172 of 255 = 67%
B 246 of 255 = 96%

230
172
246

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

Portions of RGB colors in percentages

R + G + B =
230 + 172 + 246 = 648 (100%)
R 230 of 648 ~ 35.49%
G 172 of 648 ~ 26.54%
B 246 of 648 ~ 37.96%

%35.49
%26.54
%37.96

CMYK color model

#E6ACF6 color CMYK value is (7,30,0,4).

  • cyan value is 6.50%
  • magenta value is 30.08%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(7,30,0,4)
C7M30Y0K4 
(7%,30%,0%,4%)
(0.07/0.30/0.00/0.04)	

CMYK percentages

%6.5
%30.08
%0
%3.53

Codes

Color #E6ACF6 in popluar color models

E6ACF6
RGB230172246
HSL287°80.43%81.96%
HSB/HSV287°30.08%96.47%
CMYK6.50%30.08%0.00%
3.53%

Color #E6ACF6 in popluar number systems.

HEXE6ACF6
Decimal230172246
Binary111001101010110011110110
Octal346254366

Shades and tints

Shades of #E6ACF6

#E6ACF6
(230,172,246)
#D29DE0
(210,157,224)
#BE8ECA
(190,142,202)
#AA7FB4
(170,127,180)
#96709E
(150,112,158)
#826188
(130,97,136)
#6E5272
(110,82,114)
#5A435C
(90,67,92)
#463446
(70,52,70)
#322530
(50,37,48)
#1E161A
(30,22,26)
#000000
(0,0,0)

Tints of #E6ACF6

#E6ACF6
(230,172,246)
#E8B3F6
(232,179,246)
#EABAF6
(234,186,246)
#ECC1F6
(236,193,246)
#EEC8F6
(238,200,246)
#F0CFF6
(240,207,246)
#F2D6F6
(242,214,246)
#F4DDF6
(244,221,246)
#F6E4F6
(246,228,246)
#F8EBF6
(248,235,246)
#FAF2F6
(250,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6ACF6; }

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

This text font color is #E6ACF6.


Background Color

.myBgColor { background-color: #E6ACF6; }

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

This div background color is #E6ACF6.


Border color

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

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

This div border color is #E6ACF6.


Opacity

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

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

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

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

This text has shadow with #E6ACF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6ACF6 on black background.


Color preview on white background

This text has color #E6ACF6 on white background.



Black color preview on #E6ACF6 background

This text has black color on #E6ACF6 background.


White color preview on #E6ACF6 background

This text has white color on #E6ACF6 background.