COLOR #A6A4E9

HEX: #A6A4E9
RGB: (166,164,233)

Color info

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

RGB color model

#A6A4E9 color RGB value is (166,164,233).

  • red value is 166;
  • green value is 164;
  • blue value is 233.
RGB:
(166,164,233)
(65%,64%,91%)

RGB channels and saturation

R 166 of 255 = 65%
G 164 of 255 = 64%
B 233 of 255 = 91%

166
164
233

R + G + B ~ 73%. #A6A4E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 164 + 233 = 563 (100%)
R 166 of 563 ~ 29.48%
G 164 of 563 ~ 29.13%
B 233 of 563 ~ 41.39%

%29.48
%29.13
%41.39

CMYK color model

#A6A4E9 color CMYK value is (29,30,0,9).

  • cyan value is 28.76%
  • magenta value is 29.61%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(29,30,0,9)
C29M30Y0K9 
(29%,30%,0%,9%)
(0.29/0.30/0.00/0.09)	

CMYK percentages

%28.76
%29.61
%0
%8.63

Codes

Color #A6A4E9 in popluar color models

A6A4E9
RGB166164233
HSL242°61.06%77.84%
HSB/HSV242°29.61%91.37%
CMYK28.76%29.61%0.00%
8.63%

Color #A6A4E9 in popluar number systems.

HEXA6A4E9
Decimal166164233
Binary101001101010010011101001
Octal246244351

Shades and tints

Shades of #A6A4E9

#A6A4E9
(166,164,233)
#9796D4
(151,150,212)
#8888BF
(136,136,191)
#797AAA
(121,122,170)
#6A6C95
(106,108,149)
#5B5E80
(91,94,128)
#4C506B
(76,80,107)
#3D4256
(61,66,86)
#2E3441
(46,52,65)
#1F262C
(31,38,44)
#101817
(16,24,23)
#000000
(0,0,0)

Tints of #A6A4E9

#A6A4E9
(166,164,233)
#AEACEB
(174,172,235)
#B6B4ED
(182,180,237)
#BEBCEF
(190,188,239)
#C6C4F1
(198,196,241)
#CECCF3
(206,204,243)
#D6D4F5
(214,212,245)
#DEDCF7
(222,220,247)
#E6E4F9
(230,228,249)
#EEECFB
(238,236,251)
#F6F4FD
(246,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6A4E9 color. Also use rgb(166,164,233) instead hex code.

Text Font Color

.myTextColor { color: #A6A4E9; }

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

This text font color is #A6A4E9.


Background Color

.myBgColor { background-color: #A6A4E9; }

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

This div background color is #A6A4E9.


Border color

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

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

This div border color is #A6A4E9.


Opacity

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

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

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

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

This text has shadow with #A6A4E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A4E9 on black background.


Color preview on white background

This text has color #A6A4E9 on white background.



Black color preview on #A6A4E9 background

This text has black color on #A6A4E9 background.


White color preview on #A6A4E9 background

This text has white color on #A6A4E9 background.