COLOR #A6A9E8

HEX: #A6A9E8
RGB: (166,169,232)

Color info

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

RGB color model

#A6A9E8 color RGB value is (166,169,232).

  • red value is 166;
  • green value is 169;
  • blue value is 232.
RGB:
(166,169,232)
(65%,66%,91%)

RGB channels and saturation

R 166 of 255 = 65%
G 169 of 255 = 66%
B 232 of 255 = 91%

166
169
232

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

Portions of RGB colors in percentages

R + G + B =
166 + 169 + 232 = 567 (100%)
R 166 of 567 ~ 29.28%
G 169 of 567 ~ 29.81%
B 232 of 567 ~ 40.92%

%29.28
%29.81
%40.92

CMYK color model

#A6A9E8 color CMYK value is (28,27,0,9).

  • cyan value is 28.45%
  • magenta value is 27.16%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(28,27,0,9)
C28M27Y0K9 
(28%,27%,0%,9%)
(0.28/0.27/0.00/0.09)	

CMYK percentages

%28.45
%27.16
%0
%9.02

Codes

Color #A6A9E8 in popluar color models

A6A9E8
RGB166169232
HSL237°58.93%78.04%
HSB/HSV237°28.45%90.98%
CMYK28.45%27.16%0.00%
9.02%

Color #A6A9E8 in popluar number systems.

HEXA6A9E8
Decimal166169232
Binary101001101010100111101000
Octal246251350

Shades and tints

Shades of #A6A9E8

#A6A9E8
(166,169,232)
#979AD3
(151,154,211)
#888BBE
(136,139,190)
#797CA9
(121,124,169)
#6A6D94
(106,109,148)
#5B5E7F
(91,94,127)
#4C4F6A
(76,79,106)
#3D4055
(61,64,85)
#2E3140
(46,49,64)
#1F222B
(31,34,43)
#101316
(16,19,22)
#000000
(0,0,0)

Tints of #A6A9E8

#A6A9E8
(166,169,232)
#AEB0EA
(174,176,234)
#B6B7EC
(182,183,236)
#BEBEEE
(190,190,238)
#C6C5F0
(198,197,240)
#CECCF2
(206,204,242)
#D6D3F4
(214,211,244)
#DEDAF6
(222,218,246)
#E6E1F8
(230,225,248)
#EEE8FA
(238,232,250)
#F6EFFC
(246,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6A9E8 color. Also use rgb(166,169,232) instead hex code.

Text Font Color

.myTextColor { color: #A6A9E8; }

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

This text font color is #A6A9E8.


Background Color

.myBgColor { background-color: #A6A9E8; }

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

This div background color is #A6A9E8.


Border color

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

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

This div border color is #A6A9E8.


Opacity

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

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

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

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

This text has shadow with #A6A9E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A9E8 on black background.


Color preview on white background

This text has color #A6A9E8 on white background.



Black color preview on #A6A9E8 background

This text has black color on #A6A9E8 background.


White color preview on #A6A9E8 background

This text has white color on #A6A9E8 background.