COLOR #A9BAC0

HEX: #A9BAC0
RGB: (169,186,192)

Color info

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

RGB color model

#A9BAC0 color RGB value is (169,186,192).

  • red value is 169;
  • green value is 186;
  • blue value is 192.
RGB:
(169,186,192)
(66%,73%,75%)

RGB channels and saturation

R 169 of 255 = 66%
G 186 of 255 = 73%
B 192 of 255 = 75%

169
186
192

R + G + B ~ 71%. #A9BAC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 186 + 192 = 547 (100%)
R 169 of 547 ~ 30.9%
G 186 of 547 ~ 34%
B 192 of 547 ~ 35.1%

%30.9
%34
%35.1

CMYK color model

#A9BAC0 color CMYK value is (12,3,0,25).

  • cyan value is 11.98%
  • magenta value is 3.13%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(12,3,0,25)
C12M3Y0K25 
(12%,3%,0%,25%)
(0.12/0.03/0.00/0.25)	

CMYK percentages

%11.98
%3.13
%0
%24.71

Codes

Color #A9BAC0 in popluar color models

A9BAC0
RGB169186192
HSL196°15.44%70.78%
HSB/HSV196°11.98%75.29%
CMYK11.98%3.13%0.00%
24.71%

Color #A9BAC0 in popluar number systems.

HEXA9BAC0
Decimal169186192
Binary101010011011101011000000
Octal251272300

Shades and tints

Shades of #A9BAC0

#A9BAC0
(169,186,192)
#9AAAAF
(154,170,175)
#8B9A9E
(139,154,158)
#7C8A8D
(124,138,141)
#6D7A7C
(109,122,124)
#5E6A6B
(94,106,107)
#4F5A5A
(79,90,90)
#404A49
(64,74,73)
#313A38
(49,58,56)
#222A27
(34,42,39)
#131A16
(19,26,22)
#000000
(0,0,0)

Tints of #A9BAC0

#A9BAC0
(169,186,192)
#B0C0C5
(176,192,197)
#B7C6CA
(183,198,202)
#BECCCF
(190,204,207)
#C5D2D4
(197,210,212)
#CCD8D9
(204,216,217)
#D3DEDE
(211,222,222)
#DAE4E3
(218,228,227)
#E1EAE8
(225,234,232)
#E8F0ED
(232,240,237)
#EFF6F2
(239,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9BAC0 color. Also use rgb(169,186,192) instead hex code.

Text Font Color

.myTextColor { color: #A9BAC0; }

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

This text font color is #A9BAC0.


Background Color

.myBgColor { background-color: #A9BAC0; }

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

This div background color is #A9BAC0.


Border color

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

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

This div border color is #A9BAC0.


Opacity

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

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

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

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

This text has shadow with #A9BAC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BAC0 on black background.


Color preview on white background

This text has color #A9BAC0 on white background.



Black color preview on #A9BAC0 background

This text has black color on #A9BAC0 background.


White color preview on #A9BAC0 background

This text has white color on #A9BAC0 background.