COLOR #E6A9EC

HEX: #E6A9EC
RGB: (230,169,236)

Color info

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

RGB color model

#E6A9EC color RGB value is (230,169,236).

  • red value is 230;
  • green value is 169;
  • blue value is 236.
RGB:
(230,169,236)
(90%,66%,93%)

RGB channels and saturation

R 230 of 255 = 90%
G 169 of 255 = 66%
B 236 of 255 = 93%

230
169
236

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

Portions of RGB colors in percentages

R + G + B =
230 + 169 + 236 = 635 (100%)
R 230 of 635 ~ 36.22%
G 169 of 635 ~ 26.61%
B 236 of 635 ~ 37.17%

%36.22
%26.61
%37.17

CMYK color model

#E6A9EC color CMYK value is (3,28,0,7).

  • cyan value is 2.54%
  • magenta value is 28.39%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(3,28,0,7)
C3M28Y0K7 
(3%,28%,0%,7%)
(0.03/0.28/0.00/0.07)	

CMYK percentages

%2.54
%28.39
%0
%7.45

Codes

Color #E6A9EC in popluar color models

E6A9EC
RGB230169236
HSL295°63.81%79.41%
HSB/HSV295°28.39%92.55%
CMYK2.54%28.39%0.00%
7.45%

Color #E6A9EC in popluar number systems.

HEXE6A9EC
Decimal230169236
Binary111001101010100111101100
Octal346251354

Shades and tints

Shades of #E6A9EC

#E6A9EC
(230,169,236)
#D29AD7
(210,154,215)
#BE8BC2
(190,139,194)
#AA7CAD
(170,124,173)
#966D98
(150,109,152)
#825E83
(130,94,131)
#6E4F6E
(110,79,110)
#5A4059
(90,64,89)
#463144
(70,49,68)
#32222F
(50,34,47)
#1E131A
(30,19,26)
#000000
(0,0,0)

Tints of #E6A9EC

#E6A9EC
(230,169,236)
#E8B0ED
(232,176,237)
#EAB7EE
(234,183,238)
#ECBEEF
(236,190,239)
#EEC5F0
(238,197,240)
#F0CCF1
(240,204,241)
#F2D3F2
(242,211,242)
#F4DAF3
(244,218,243)
#F6E1F4
(246,225,244)
#F8E8F5
(248,232,245)
#FAEFF6
(250,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6A9EC color. Also use rgb(230,169,236) instead hex code.

Text Font Color

.myTextColor { color: #E6A9EC; }

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

This text font color is #E6A9EC.


Background Color

.myBgColor { background-color: #E6A9EC; }

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

This div background color is #E6A9EC.


Border color

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

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

This div border color is #E6A9EC.


Opacity

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

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

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

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

This text has shadow with #E6A9EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6A9EC on black background.


Color preview on white background

This text has color #E6A9EC on white background.



Black color preview on #E6A9EC background

This text has black color on #E6A9EC background.


White color preview on #E6A9EC background

This text has white color on #E6A9EC background.