COLOR #E6ABF3

HEX: #E6ABF3
RGB: (230,171,243)

Color info

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

RGB color model

#E6ABF3 color RGB value is (230,171,243).

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

RGB channels and saturation

R 230 of 255 = 90%
G 171 of 255 = 67%
B 243 of 255 = 95%

230
171
243

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

Portions of RGB colors in percentages

R + G + B =
230 + 171 + 243 = 644 (100%)
R 230 of 644 ~ 35.71%
G 171 of 644 ~ 26.55%
B 243 of 644 ~ 37.73%

%35.71
%26.55
%37.73

CMYK color model

#E6ABF3 color CMYK value is (5,30,0,5).

  • cyan value is 5.35%
  • magenta value is 29.63%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(5,30,0,5)
C5M30Y0K5 
(5%,30%,0%,5%)
(0.05/0.30/0.00/0.05)	

CMYK percentages

%5.35
%29.63
%0
%4.71

Codes

Color #E6ABF3 in popluar color models

E6ABF3
RGB230171243
HSL289°75.00%81.18%
HSB/HSV289°29.63%95.29%
CMYK5.35%29.63%0.00%
4.71%

Color #E6ABF3 in popluar number systems.

HEXE6ABF3
Decimal230171243
Binary111001101010101111110011
Octal346253363

Shades and tints

Shades of #E6ABF3

#E6ABF3
(230,171,243)
#D29CDD
(210,156,221)
#BE8DC7
(190,141,199)
#AA7EB1
(170,126,177)
#966F9B
(150,111,155)
#826085
(130,96,133)
#6E516F
(110,81,111)
#5A4259
(90,66,89)
#463343
(70,51,67)
#32242D
(50,36,45)
#1E1517
(30,21,23)
#000000
(0,0,0)

Tints of #E6ABF3

#E6ABF3
(230,171,243)
#E8B2F4
(232,178,244)
#EAB9F5
(234,185,245)
#ECC0F6
(236,192,246)
#EEC7F7
(238,199,247)
#F0CEF8
(240,206,248)
#F2D5F9
(242,213,249)
#F4DCFA
(244,220,250)
#F6E3FB
(246,227,251)
#F8EAFC
(248,234,252)
#FAF1FD
(250,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6ABF3; }

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

This text font color is #E6ABF3.


Background Color

.myBgColor { background-color: #E6ABF3; }

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

This div background color is #E6ABF3.


Border color

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

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

This div border color is #E6ABF3.


Opacity

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

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

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

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

This text has shadow with #E6ABF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6ABF3 on black background.


Color preview on white background

This text has color #E6ABF3 on white background.



Black color preview on #E6ABF3 background

This text has black color on #E6ABF3 background.


White color preview on #E6ABF3 background

This text has white color on #E6ABF3 background.