COLOR #A9A4B6

HEX: #A9A4B6
RGB: (169,164,182)

Color info

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

RGB color model

#A9A4B6 color RGB value is (169,164,182).

  • red value is 169;
  • green value is 164;
  • blue value is 182.
RGB:
(169,164,182)
(66%,64%,71%)

RGB channels and saturation

R 169 of 255 = 66%
G 164 of 255 = 64%
B 182 of 255 = 71%

169
164
182

R + G + B ~ 67%. #A9A4B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 164 + 182 = 515 (100%)
R 169 of 515 ~ 32.82%
G 164 of 515 ~ 31.84%
B 182 of 515 ~ 35.34%

%32.82
%31.84
%35.34

CMYK color model

#A9A4B6 color CMYK value is (7,10,0,29).

  • cyan value is 7.14%
  • magenta value is 9.89%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(7,10,0,29)
C7M10Y0K29 
(7%,10%,0%,29%)
(0.07/0.10/0.00/0.29)	

CMYK percentages

%7.14
%9.89
%0
%28.63

Codes

Color #A9A4B6 in popluar color models

A9A4B6
RGB169164182
HSL257°10.98%67.84%
HSB/HSV257°9.89%71.37%
CMYK7.14%9.89%0.00%
28.63%

Color #A9A4B6 in popluar number systems.

HEXA9A4B6
Decimal169164182
Binary101010011010010010110110
Octal251244266

Shades and tints

Shades of #A9A4B6

#A9A4B6
(169,164,182)
#9A96A6
(154,150,166)
#8B8896
(139,136,150)
#7C7A86
(124,122,134)
#6D6C76
(109,108,118)
#5E5E66
(94,94,102)
#4F5056
(79,80,86)
#404246
(64,66,70)
#313436
(49,52,54)
#222626
(34,38,38)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #A9A4B6

#A9A4B6
(169,164,182)
#B0ACBC
(176,172,188)
#B7B4C2
(183,180,194)
#BEBCC8
(190,188,200)
#C5C4CE
(197,196,206)
#CCCCD4
(204,204,212)
#D3D4DA
(211,212,218)
#DADCE0
(218,220,224)
#E1E4E6
(225,228,230)
#E8ECEC
(232,236,236)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9A4B6 color. Also use rgb(169,164,182) instead hex code.

Text Font Color

.myTextColor { color: #A9A4B6; }

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

This text font color is #A9A4B6.


Background Color

.myBgColor { background-color: #A9A4B6; }

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

This div background color is #A9A4B6.


Border color

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

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

This div border color is #A9A4B6.


Opacity

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

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

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

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

This text has shadow with #A9A4B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A4B6 on black background.


Color preview on white background

This text has color #A9A4B6 on white background.



Black color preview on #A9A4B6 background

This text has black color on #A9A4B6 background.


White color preview on #A9A4B6 background

This text has white color on #A9A4B6 background.