COLOR #A6A1EC

HEX: #A6A1EC
RGB: (166,161,236)

Color info

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

RGB color model

#A6A1EC color RGB value is (166,161,236).

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

RGB channels and saturation

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

166
161
236

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

Portions of RGB colors in percentages

R + G + B =
166 + 161 + 236 = 563 (100%)
R 166 of 563 ~ 29.48%
G 161 of 563 ~ 28.6%
B 236 of 563 ~ 41.92%

%29.48
%28.6
%41.92

CMYK color model

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

  • cyan value is 29.66%
  • magenta value is 31.78%
  • 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
%31.78
%0
%7.45

Codes

Color #A6A1EC in popluar color models

A6A1EC
RGB166161236
HSL244°66.37%77.84%
HSB/HSV244°31.78%92.55%
CMYK29.66%31.78%0.00%
7.45%

Color #A6A1EC in popluar number systems.

HEXA6A1EC
Decimal166161236
Binary101001101010000111101100
Octal246241354

Shades and tints

Shades of #A6A1EC

#A6A1EC
(166,161,236)
#9793D7
(151,147,215)
#8885C2
(136,133,194)
#7977AD
(121,119,173)
#6A6998
(106,105,152)
#5B5B83
(91,91,131)
#4C4D6E
(76,77,110)
#3D3F59
(61,63,89)
#2E3144
(46,49,68)
#1F232F
(31,35,47)
#10151A
(16,21,26)
#000000
(0,0,0)

Tints of #A6A1EC

#A6A1EC
(166,161,236)
#AEA9ED
(174,169,237)
#B6B1EE
(182,177,238)
#BEB9EF
(190,185,239)
#C6C1F0
(198,193,240)
#CEC9F1
(206,201,241)
#D6D1F2
(214,209,242)
#DED9F3
(222,217,243)
#E6E1F4
(230,225,244)
#EEE9F5
(238,233,245)
#F6F1F6
(246,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A1EC; }

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

This text font color is #A6A1EC.


Background Color

.myBgColor { background-color: #A6A1EC; }

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

This div background color is #A6A1EC.


Border color

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

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

This div border color is #A6A1EC.


Opacity

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

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

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

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

This text has shadow with #A6A1EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A1EC on black background.


Color preview on white background

This text has color #A6A1EC on white background.



Black color preview on #A6A1EC background

This text has black color on #A6A1EC background.


White color preview on #A6A1EC background

This text has white color on #A6A1EC background.