COLOR #E7A8F6

HEX: #E7A8F6
RGB: (231,168,246)

Color info

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

RGB color model

#E7A8F6 color RGB value is (231,168,246).

  • red value is 231;
  • green value is 168;
  • blue value is 246.
RGB:
(231,168,246)
(91%,66%,96%)

RGB channels and saturation

R 231 of 255 = 91%
G 168 of 255 = 66%
B 246 of 255 = 96%

231
168
246

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

Portions of RGB colors in percentages

R + G + B =
231 + 168 + 246 = 645 (100%)
R 231 of 645 ~ 35.81%
G 168 of 645 ~ 26.05%
B 246 of 645 ~ 38.14%

%35.81
%26.05
%38.14

CMYK color model

#E7A8F6 color CMYK value is (6,32,0,4).

  • cyan value is 6.10%
  • magenta value is 31.71%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(6,32,0,4)
C6M32Y0K4 
(6%,32%,0%,4%)
(0.06/0.32/0.00/0.04)	

CMYK percentages

%6.1
%31.71
%0
%3.53

Codes

Color #E7A8F6 in popluar color models

E7A8F6
RGB231168246
HSL288°81.25%81.18%
HSB/HSV288°31.71%96.47%
CMYK6.10%31.71%0.00%
3.53%

Color #E7A8F6 in popluar number systems.

HEXE7A8F6
Decimal231168246
Binary111001111010100011110110
Octal347250366

Shades and tints

Shades of #E7A8F6

#E7A8F6
(231,168,246)
#D299E0
(210,153,224)
#BD8ACA
(189,138,202)
#A87BB4
(168,123,180)
#936C9E
(147,108,158)
#7E5D88
(126,93,136)
#694E72
(105,78,114)
#543F5C
(84,63,92)
#3F3046
(63,48,70)
#2A2130
(42,33,48)
#15121A
(21,18,26)
#000000
(0,0,0)

Tints of #E7A8F6

#E7A8F6
(231,168,246)
#E9AFF6
(233,175,246)
#EBB6F6
(235,182,246)
#EDBDF6
(237,189,246)
#EFC4F6
(239,196,246)
#F1CBF6
(241,203,246)
#F3D2F6
(243,210,246)
#F5D9F6
(245,217,246)
#F7E0F6
(247,224,246)
#F9E7F6
(249,231,246)
#FBEEF6
(251,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7A8F6 color. Also use rgb(231,168,246) instead hex code.

Text Font Color

.myTextColor { color: #E7A8F6; }

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

This text font color is #E7A8F6.


Background Color

.myBgColor { background-color: #E7A8F6; }

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

This div background color is #E7A8F6.


Border color

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

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

This div border color is #E7A8F6.


Opacity

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

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

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

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

This text has shadow with #E7A8F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7A8F6 on black background.


Color preview on white background

This text has color #E7A8F6 on white background.



Black color preview on #E7A8F6 background

This text has black color on #E7A8F6 background.


White color preview on #E7A8F6 background

This text has white color on #E7A8F6 background.