COLOR #A9ABB6

HEX: #A9ABB6
RGB: (169,171,182)

Color info

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

RGB color model

#A9ABB6 color RGB value is (169,171,182).

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

RGB channels and saturation

R 169 of 255 = 66%
G 171 of 255 = 67%
B 182 of 255 = 71%

169
171
182

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

Portions of RGB colors in percentages

R + G + B =
169 + 171 + 182 = 522 (100%)
R 169 of 522 ~ 32.38%
G 171 of 522 ~ 32.76%
B 182 of 522 ~ 34.87%

%32.38
%32.76
%34.87

CMYK color model

#A9ABB6 color CMYK value is (7,6,0,29).

  • cyan value is 7.14%
  • magenta value is 6.04%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(7,6,0,29)
C7M6Y0K29 
(7%,6%,0%,29%)
(0.07/0.06/0.00/0.29)	

CMYK percentages

%7.14
%6.04
%0
%28.63

Codes

Color #A9ABB6 in popluar color models

A9ABB6
RGB169171182
HSL231°8.18%68.82%
HSB/HSV231°7.14%71.37%
CMYK7.14%6.04%0.00%
28.63%

Color #A9ABB6 in popluar number systems.

HEXA9ABB6
Decimal169171182
Binary101010011010101110110110
Octal251253266

Shades and tints

Shades of #A9ABB6

#A9ABB6
(169,171,182)
#9A9CA6
(154,156,166)
#8B8D96
(139,141,150)
#7C7E86
(124,126,134)
#6D6F76
(109,111,118)
#5E6066
(94,96,102)
#4F5156
(79,81,86)
#404246
(64,66,70)
#313336
(49,51,54)
#222426
(34,36,38)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #A9ABB6

#A9ABB6
(169,171,182)
#B0B2BC
(176,178,188)
#B7B9C2
(183,185,194)
#BEC0C8
(190,192,200)
#C5C7CE
(197,199,206)
#CCCED4
(204,206,212)
#D3D5DA
(211,213,218)
#DADCE0
(218,220,224)
#E1E3E6
(225,227,230)
#E8EAEC
(232,234,236)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9ABB6; }

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

This text font color is #A9ABB6.


Background Color

.myBgColor { background-color: #A9ABB6; }

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

This div background color is #A9ABB6.


Border color

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

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

This div border color is #A9ABB6.


Opacity

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

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

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

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

This text has shadow with #A9ABB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9ABB6 on black background.


Color preview on white background

This text has color #A9ABB6 on white background.



Black color preview on #A9ABB6 background

This text has black color on #A9ABB6 background.


White color preview on #A9ABB6 background

This text has white color on #A9ABB6 background.