COLOR #A9A6BD

HEX: #A9A6BD
RGB: (169,166,189)

Color info

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

RGB color model

#A9A6BD color RGB value is (169,166,189).

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

RGB channels and saturation

R 169 of 255 = 66%
G 166 of 255 = 65%
B 189 of 255 = 74%

169
166
189

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

Portions of RGB colors in percentages

R + G + B =
169 + 166 + 189 = 524 (100%)
R 169 of 524 ~ 32.25%
G 166 of 524 ~ 31.68%
B 189 of 524 ~ 36.07%

%32.25
%31.68
%36.07

CMYK color model

#A9A6BD color CMYK value is (11,12,0,26).

  • cyan value is 10.58%
  • magenta value is 12.17%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(11,12,0,26)
C11M12Y0K26 
(11%,12%,0%,26%)
(0.11/0.12/0.00/0.26)	

CMYK percentages

%10.58
%12.17
%0
%25.88

Codes

Color #A9A6BD in popluar color models

A9A6BD
RGB169166189
HSL248°14.84%69.61%
HSB/HSV248°12.17%74.12%
CMYK10.58%12.17%0.00%
25.88%

Color #A9A6BD in popluar number systems.

HEXA9A6BD
Decimal169166189
Binary101010011010011010111101
Octal251246275

Shades and tints

Shades of #A9A6BD

#A9A6BD
(169,166,189)
#9A97AC
(154,151,172)
#8B889B
(139,136,155)
#7C798A
(124,121,138)
#6D6A79
(109,106,121)
#5E5B68
(94,91,104)
#4F4C57
(79,76,87)
#403D46
(64,61,70)
#312E35
(49,46,53)
#221F24
(34,31,36)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #A9A6BD

#A9A6BD
(169,166,189)
#B0AEC3
(176,174,195)
#B7B6C9
(183,182,201)
#BEBECF
(190,190,207)
#C5C6D5
(197,198,213)
#CCCEDB
(204,206,219)
#D3D6E1
(211,214,225)
#DADEE7
(218,222,231)
#E1E6ED
(225,230,237)
#E8EEF3
(232,238,243)
#EFF6F9
(239,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A6BD; }

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

This text font color is #A9A6BD.


Background Color

.myBgColor { background-color: #A9A6BD; }

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

This div background color is #A9A6BD.


Border color

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

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

This div border color is #A9A6BD.


Opacity

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

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

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

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

This text has shadow with #A9A6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A6BD on black background.


Color preview on white background

This text has color #A9A6BD on white background.



Black color preview on #A9A6BD background

This text has black color on #A9A6BD background.


White color preview on #A9A6BD background

This text has white color on #A9A6BD background.