COLOR #A6A9BB

HEX: #A6A9BB
RGB: (166,169,187)

Color info

#A6A9BB contains red, green and blue colors in about the same proportion. Web safe color of #A6A9BB is #9999CC (or #99C).

RGB color model

#A6A9BB color RGB value is (166,169,187).

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

RGB channels and saturation

R 166 of 255 = 65%
G 169 of 255 = 66%
B 187 of 255 = 73%

166
169
187

R + G + B ~ 68%. #A6A9BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 169 + 187 = 522 (100%)
R 166 of 522 ~ 31.8%
G 169 of 522 ~ 32.38%
B 187 of 522 ~ 35.82%

%31.8
%32.38
%35.82

CMYK color model

#A6A9BB color CMYK value is (11,10,0,27).

  • cyan value is 11.23%
  • magenta value is 9.63%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(11,10,0,27)
C11M10Y0K27 
(11%,10%,0%,27%)
(0.11/0.10/0.00/0.27)	

CMYK percentages

%11.23
%9.63
%0
%26.67

Codes

Color #A6A9BB in popluar color models

A6A9BB
RGB166169187
HSL231°13.38%69.22%
HSB/HSV231°11.23%73.33%
CMYK11.23%9.63%0.00%
26.67%

Color #A6A9BB in popluar number systems.

HEXA6A9BB
Decimal166169187
Binary101001101010100110111011
Octal246251273

Shades and tints

Shades of #A6A9BB

#A6A9BB
(166,169,187)
#979AAA
(151,154,170)
#888B99
(136,139,153)
#797C88
(121,124,136)
#6A6D77
(106,109,119)
#5B5E66
(91,94,102)
#4C4F55
(76,79,85)
#3D4044
(61,64,68)
#2E3133
(46,49,51)
#1F2222
(31,34,34)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #A6A9BB

#A6A9BB
(166,169,187)
#AEB0C1
(174,176,193)
#B6B7C7
(182,183,199)
#BEBECD
(190,190,205)
#C6C5D3
(198,197,211)
#CECCD9
(206,204,217)
#D6D3DF
(214,211,223)
#DEDAE5
(222,218,229)
#E6E1EB
(230,225,235)
#EEE8F1
(238,232,241)
#F6EFF7
(246,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A9BB; }

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

This text font color is #A6A9BB.


Background Color

.myBgColor { background-color: #A6A9BB; }

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

This div background color is #A6A9BB.


Border color

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

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

This div border color is #A6A9BB.


Opacity

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

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

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

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

This text has shadow with #A6A9BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A9BB on black background.


Color preview on white background

This text has color #A6A9BB on white background.



Black color preview on #A6A9BB background

This text has black color on #A6A9BB background.


White color preview on #A6A9BB background

This text has white color on #A6A9BB background.