COLOR #E6A8EB

HEX: #E6A8EB
RGB: (230,168,235)

Color info

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

RGB color model

#E6A8EB color RGB value is (230,168,235).

  • red value is 230;
  • green value is 168;
  • blue value is 235.
RGB:
(230,168,235)
(90%,66%,92%)

RGB channels and saturation

R 230 of 255 = 90%
G 168 of 255 = 66%
B 235 of 255 = 92%

230
168
235

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

Portions of RGB colors in percentages

R + G + B =
230 + 168 + 235 = 633 (100%)
R 230 of 633 ~ 36.33%
G 168 of 633 ~ 26.54%
B 235 of 633 ~ 37.12%

%36.33
%26.54
%37.12

CMYK color model

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

  • cyan value is 2.13%
  • 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

%2.13
%28.51
%0
%7.84

Codes

Color #E6A8EB in popluar color models

E6A8EB
RGB230168235
HSL296°62.62%79.02%
HSB/HSV296°28.51%92.16%
CMYK2.13%28.51%0.00%
7.84%

Color #E6A8EB in popluar number systems.

HEXE6A8EB
Decimal230168235
Binary111001101010100011101011
Octal346250353

Shades and tints

Shades of #E6A8EB

#E6A8EB
(230,168,235)
#D299D6
(210,153,214)
#BE8AC1
(190,138,193)
#AA7BAC
(170,123,172)
#966C97
(150,108,151)
#825D82
(130,93,130)
#6E4E6D
(110,78,109)
#5A3F58
(90,63,88)
#463043
(70,48,67)
#32212E
(50,33,46)
#1E1219
(30,18,25)
#000000
(0,0,0)

Tints of #E6A8EB

#E6A8EB
(230,168,235)
#E8AFEC
(232,175,236)
#EAB6ED
(234,182,237)
#ECBDEE
(236,189,238)
#EEC4EF
(238,196,239)
#F0CBF0
(240,203,240)
#F2D2F1
(242,210,241)
#F4D9F2
(244,217,242)
#F6E0F3
(246,224,243)
#F8E7F4
(248,231,244)
#FAEEF5
(250,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6A8EB; }

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

This text font color is #E6A8EB.


Background Color

.myBgColor { background-color: #E6A8EB; }

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

This div background color is #E6A8EB.


Border color

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

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

This div border color is #E6A8EB.


Opacity

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

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

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

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

This text has shadow with #E6A8EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6A8EB on black background.


Color preview on white background

This text has color #E6A8EB on white background.



Black color preview on #E6A8EB background

This text has black color on #E6A8EB background.


White color preview on #E6A8EB background

This text has white color on #E6A8EB background.