COLOR #A9AABF

HEX: #A9AABF
RGB: (169,170,191)

Color info

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

RGB color model

#A9AABF color RGB value is (169,170,191).

  • red value is 169;
  • green value is 170;
  • blue value is 191.
RGB: (169,170,191) (66%,67%,75%)

RGB channels and saturation

R 169 of 255 = 66%
G 170 of 255 = 67%
B 191 of 255 = 75%

169
170
191

R + G + B ~ 69%. #A9AABF is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 170 + 191 = 530 (100%)
R 169 of 530 ~ 31.89%
G 170 of 530 ~ 32.08%
B 191 of 530 ~ 36.04%

%31.89
%32.08
%36.04

CMYK color model

#A9AABF color CMYK value is (12,11,0,25).

  • cyan value is 11.52%
  • magenta value is 10.99%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK: (12,11,0,25) C12M11Y0K25 (12%,11%,0%,25%) (0.12/0.11/0.00/0.25)

CMYK percentages

%11.52
%10.99
%0
%25.1

Codes

Color #A9AABF in popluar color models

A9AABF
RGB169170191
HSL237°14.67%70.59%
HSB/HSV237°11.52%74.90%
CMYK11.52%10.99%0.00%
25.10%

Color #A9AABF in popluar number systems.

HEXA9AABF
Decimal169170191
Binary101010011010101010111111
Octal251252277

Shades and tints

Shades of #A9AABF

#A9AABF
(169,170,191)
#9A9BAE
(154,155,174)
#8B8C9D
(139,140,157)
#7C7D8C
(124,125,140)
#6D6E7B
(109,110,123)
#5E5F6A
(94,95,106)
#4F5059
(79,80,89)
#404148
(64,65,72)
#313237
(49,50,55)
#222326
(34,35,38)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #A9AABF

#A9AABF
(169,170,191)
#B0B1C4
(176,177,196)
#B7B8C9
(183,184,201)
#BEBFCE
(190,191,206)
#C5C6D3
(197,198,211)
#CCCDD8
(204,205,216)
#D3D4DD
(211,212,221)
#DADBE2
(218,219,226)
#E1E2E7
(225,226,231)
#E8E9EC
(232,233,236)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9AABF color. Also use rgb(169,170,191) instead hex code.

Text Font Color

.myTextColor { color: #A9AABF; }

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

This text font color is #A9AABF.


Background Color

.myBgColor { background-color: #A9AABF; }

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

This div background color is #A9AABF.


Border color

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

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

This div border color is #A9AABF.


Opacity

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

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

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

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

This text has shadow with #A9AABF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A9AABF on black background.


Color preview on white background

This text has color #A9AABF on white background.



Black color preview on #A9AABF background

This text has black color on #A9AABF background.


White color preview on #A9AABF background

This text has white color on #A9AABF background.