COLOR #A6A0EC

HEX: #A6A0EC
RGB: (166,160,236)

Color info

#A6A0EC contains mainly blue color. Web safe color of #A6A0EC is #9999FF (or #99F).

RGB color model

#A6A0EC color RGB value is (166,160,236).

  • red value is 166;
  • green value is 160;
  • blue value is 236.
RGB:
(166,160,236)
(65%,63%,93%)

RGB channels and saturation

R 166 of 255 = 65%
G 160 of 255 = 63%
B 236 of 255 = 93%

166
160
236

R + G + B ~ 74%. #A6A0EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 160 + 236 = 562 (100%)
R 166 of 562 ~ 29.54%
G 160 of 562 ~ 28.47%
B 236 of 562 ~ 41.99%

%29.54
%28.47
%41.99

CMYK color model

#A6A0EC color CMYK value is (30,32,0,7).

  • cyan value is 29.66%
  • magenta value is 32.20%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(30,32,0,7)
C30M32Y0K7 
(30%,32%,0%,7%)
(0.30/0.32/0.00/0.07)	

CMYK percentages

%29.66
%32.2
%0
%7.45

Codes

Color #A6A0EC in popluar color models

A6A0EC
RGB166160236
HSL245°66.67%77.65%
HSB/HSV245°32.20%92.55%
CMYK29.66%32.20%0.00%
7.45%

Color #A6A0EC in popluar number systems.

HEXA6A0EC
Decimal166160236
Binary101001101010000011101100
Octal246240354

Shades and tints

Shades of #A6A0EC

#A6A0EC
(166,160,236)
#9792D7
(151,146,215)
#8884C2
(136,132,194)
#7976AD
(121,118,173)
#6A6898
(106,104,152)
#5B5A83
(91,90,131)
#4C4C6E
(76,76,110)
#3D3E59
(61,62,89)
#2E3044
(46,48,68)
#1F222F
(31,34,47)
#10141A
(16,20,26)
#000000
(0,0,0)

Tints of #A6A0EC

#A6A0EC
(166,160,236)
#AEA8ED
(174,168,237)
#B6B0EE
(182,176,238)
#BEB8EF
(190,184,239)
#C6C0F0
(198,192,240)
#CEC8F1
(206,200,241)
#D6D0F2
(214,208,242)
#DED8F3
(222,216,243)
#E6E0F4
(230,224,244)
#EEE8F5
(238,232,245)
#F6F0F6
(246,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6A0EC color. Also use rgb(166,160,236) instead hex code.

Text Font Color

.myTextColor { color: #A6A0EC; }

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

This text font color is #A6A0EC.


Background Color

.myBgColor { background-color: #A6A0EC; }

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

This div background color is #A6A0EC.


Border color

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

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

This div border color is #A6A0EC.


Opacity

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

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

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

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

This text has shadow with #A6A0EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A0EC on black background.


Color preview on white background

This text has color #A6A0EC on white background.



Black color preview on #A6A0EC background

This text has black color on #A6A0EC background.


White color preview on #A6A0EC background

This text has white color on #A6A0EC background.