COLOR #E6ABFC

HEX: #E6ABFC
RGB: (230,171,252)

Color info

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

RGB color model

#E6ABFC color RGB value is (230,171,252).

  • red value is 230;
  • green value is 171;
  • blue value is 252.
RGB:
(230,171,252)
(90%,67%,99%)

RGB channels and saturation

R 230 of 255 = 90%
G 171 of 255 = 67%
B 252 of 255 = 99%

230
171
252

R + G + B ~ 85%. #E6ABFC is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 171 + 252 = 653 (100%)
R 230 of 653 ~ 35.22%
G 171 of 653 ~ 26.19%
B 252 of 653 ~ 38.59%

%35.22
%26.19
%38.59

CMYK color model

#E6ABFC color CMYK value is (9,32,0,1).

  • cyan value is 8.73%
  • magenta value is 32.14%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(9,32,0,1)
C9M32Y0K1 
(9%,32%,0%,1%)
(0.09/0.32/0.00/0.01)	

CMYK percentages

%8.73
%32.14
%0
%1.18

Codes

Color #E6ABFC in popluar color models

E6ABFC
RGB230171252
HSL284°93.10%82.94%
HSB/HSV284°32.14%98.82%
CMYK8.73%32.14%0.00%
1.18%

Color #E6ABFC in popluar number systems.

HEXE6ABFC
Decimal230171252
Binary111001101010101111111100
Octal346253374

Shades and tints

Shades of #E6ABFC

#E6ABFC
(230,171,252)
#D29CE6
(210,156,230)
#BE8DD0
(190,141,208)
#AA7EBA
(170,126,186)
#966FA4
(150,111,164)
#82608E
(130,96,142)
#6E5178
(110,81,120)
#5A4262
(90,66,98)
#46334C
(70,51,76)
#322436
(50,36,54)
#1E1520
(30,21,32)
#000000
(0,0,0)

Tints of #E6ABFC

#E6ABFC
(230,171,252)
#E8B2FC
(232,178,252)
#EAB9FC
(234,185,252)
#ECC0FC
(236,192,252)
#EEC7FC
(238,199,252)
#F0CEFC
(240,206,252)
#F2D5FC
(242,213,252)
#F4DCFC
(244,220,252)
#F6E3FC
(246,227,252)
#F8EAFC
(248,234,252)
#FAF1FC
(250,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6ABFC color. Also use rgb(230,171,252) instead hex code.

Text Font Color

.myTextColor { color: #E6ABFC; }

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

This text font color is #E6ABFC.


Background Color

.myBgColor { background-color: #E6ABFC; }

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

This div background color is #E6ABFC.


Border color

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

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

This div border color is #E6ABFC.


Opacity

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

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

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

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

This text has shadow with #E6ABFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6ABFC on black background.


Color preview on white background

This text has color #E6ABFC on white background.



Black color preview on #E6ABFC background

This text has black color on #E6ABFC background.


White color preview on #E6ABFC background

This text has white color on #E6ABFC background.