COLOR #E7A8EB

HEX: #E7A8EB RGB: (231,168,235)

Color info

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

RGB color model

#E7A8EB color RGB value is (231,168,235).

RGB: (231,168,235) (91%, 66%, 92%)

RGB channels and saturation

R 231 of 255 = 91%
G 168 of 255 = 66%
B 235 of 255 = 92%

231
168
235

R + G + B ~ 83%. #E7A8EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 168 + 235 = 634 (100%)
R 231 of 634 ~ 36.44%
G 168 of 634 ~ 26.5%
B 235 of 634 ~ 37.07'%

%36.44
%26.5
%37.07

CMYK color model

#E7A8EB color CMYK value is (2,29,0,8).

  • cyan value is 1.70%
  • magenta value is 28.51%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (2,29,0,8) C2M29Y0K8 (2%,29%,0%,8%) (0.02/0.29/0.00/0.08) 

CMYK percentages

%1.7
%28.51
%0
%7.84

Codes

Color #E7A8EB in popluar color models

E7 A8 EB
RGB 231 168 235
HSL 296° 62.62% 79.02%
HSB/HSV 296° 28.51% 92.16%
CMYK 1.70% 28.51% 0.00%
7.84%

Color #E7A8EB in popluar number systems.

HEX E7 A8 EB
Decimal 231 168 235
Binary 11100111 10101000 11101011
Octal 347 250 353

Shades and tints

Shades of #E7A8EB

#E7A8EB
(231,168,235)
#D299D6
(210,153,214)
#BD8AC1
(189,138,193)
#A87BAC
(168,123,172)
#936C97
(147,108,151)
#7E5D82
(126,93,130)
#694E6D
(105,78,109)
#543F58
(84,63,88)
#3F3043
(63,48,67)
#2A212E
(42,33,46)
#151219
(21,18,25)
#000000
(0,0,0)

Tints of #E7A8EB

#E7A8EB
(231,168,235)
#E9AFEC
(233,175,236)
#EBB6ED
(235,182,237)
#EDBDEE
(237,189,238)
#EFC4EF
(239,196,239)
#F1CBF0
(241,203,240)
#F3D2F1
(243,210,241)
#F5D9F2
(245,217,242)
#F7E0F3
(247,224,243)
#F9E7F4
(249,231,244)
#FBEEF5
(251,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7A8EB; }

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

This text font color is #E7A8EB.

Background Color

.myBgColor { background-color: #E7A8EB; }

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

This div background color is #E7A8EB.

Border color

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

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

This div border color is #E7A8EB.

Opacity

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

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

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

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

This text has shadow with #E7A8EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7A8EB.

Preview

Color preview on black background

This text has color #E7A8EB on black background.


Color preview on white background

This text has color #E7A8EB on white background.


Black color preview on #E7A8EB background

This text has black color on #E7A8EB background.


White color preview on #E7A8EB background

This text has white color on #E7A8EB background.


Related colors

Complementary color

Complementary color for #hex is #185714.


I love getcolorcode.com

Triadic colors

1 #EBE7A8 and #A8EBE7 with #E7A8EB are triadic colors.

2 #EBA8E7 and #A8E7EB with #E7A8EB are triadic colors.