COLOR #E7ABF5

HEX: #E7ABF5 RGB: (231,171,245)

Color info

#E7ABF5 contains mainly red and blue colors. Web safe color of #E7ABF5 is #FF99FF (or #F9F).

RGB color model

#E7ABF5 color RGB value is (231,171,245).

RGB: (231,171,245) (91%, 67%, 96%)

RGB channels and saturation

R 231 of 255 = 91%
G 171 of 255 = 67%
B 245 of 255 = 96%

231
171
245

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

Portions of RGB colors in percentages

R + G + B = 231 + 171 + 245 = 647 (100%)
R 231 of 647 ~ 35.7%
G 171 of 647 ~ 26.43%
B 245 of 647 ~ 37.87'%

%35.7
%26.43
%37.87

CMYK color model

#E7ABF5 color CMYK value is (6,30,0,4).

  • cyan value is 5.71%
  • magenta value is 30.20%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK: (6,30,0,4) C6M30Y0K4 (6%,30%,0%,4%) (0.06/0.30/0.00/0.04) 

CMYK percentages

%5.71
%30.2
%0
%3.92

Codes

Color #E7ABF5 in popluar color models

E7 AB F5
RGB 231 171 245
HSL 289° 78.72% 81.57%
HSB/HSV 289° 30.20% 96.08%
CMYK 5.71% 30.20% 0.00%
3.92%

Color #E7ABF5 in popluar number systems.

HEX E7 AB F5
Decimal 231 171 245
Binary 11100111 10101011 11110101
Octal 347 253 365

Shades and tints

Shades of #E7ABF5

#E7ABF5
(231,171,245)
#D29CDF
(210,156,223)
#BD8DC9
(189,141,201)
#A87EB3
(168,126,179)
#936F9D
(147,111,157)
#7E6087
(126,96,135)
#695171
(105,81,113)
#54425B
(84,66,91)
#3F3345
(63,51,69)
#2A242F
(42,36,47)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #E7ABF5

#E7ABF5
(231,171,245)
#E9B2F5
(233,178,245)
#EBB9F5
(235,185,245)
#EDC0F5
(237,192,245)
#EFC7F5
(239,199,245)
#F1CEF5
(241,206,245)
#F3D5F5
(243,213,245)
#F5DCF5
(245,220,245)
#F7E3F5
(247,227,245)
#F9EAF5
(249,234,245)
#FBF1F5
(251,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7ABF5 color. Also use rgb(231,171,245) instead hex code.

Text Font Color

.myTextColor { color: #E7ABF5; }

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

This text font color is #E7ABF5.

Background Color

.myBgColor { background-color: #E7ABF5; }

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

This div background color is #E7ABF5.

Border color

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

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

This div border color is #E7ABF5.

Opacity

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

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

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

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

This text has shadow with #E7ABF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7ABF5.

Preview

Color preview on black background

This text has color #E7ABF5 on black background.


Color preview on white background

This text has color #E7ABF5 on white background.


Black color preview on #E7ABF5 background

This text has black color on #E7ABF5 background.


White color preview on #E7ABF5 background

This text has white color on #E7ABF5 background.


Related colors

Complementary color

Complementary color for #hex is #18540A.


I love getcolorcode.com

Triadic colors

1 #F5E7AB and #ABF5E7 with #E7ABF5 are triadic colors.

2 #F5ABE7 and #ABE7F5 with #E7ABF5 are triadic colors.