COLOR #A9B9C0

HEX: #A9B9C0
RGB: (169,185,192)

Color info

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

RGB color model

#A9B9C0 color RGB value is (169,185,192).

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

RGB channels and saturation

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

169
185
192

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

Portions of RGB colors in percentages

R + G + B =
169 + 185 + 192 = 546 (100%)
R 169 of 546 ~ 30.95%
G 185 of 546 ~ 33.88%
B 192 of 546 ~ 35.16%

%30.95
%33.88
%35.16

CMYK color model

#A9B9C0 color CMYK value is (12,4,0,25).

  • cyan value is 11.98%
  • magenta value is 3.65%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(12,4,0,25)
C12M4Y0K25 
(12%,4%,0%,25%)
(0.12/0.04/0.00/0.25)	

CMYK percentages

%11.98
%3.65
%0
%24.71

Codes

Color #A9B9C0 in popluar color models

A9B9C0
RGB169185192
HSL198°15.44%70.78%
HSB/HSV198°11.98%75.29%
CMYK11.98%3.65%0.00%
24.71%

Color #A9B9C0 in popluar number systems.

HEXA9B9C0
Decimal169185192
Binary101010011011100111000000
Octal251271300

Shades and tints

Shades of #A9B9C0

#A9B9C0
(169,185,192)
#9AA9AF
(154,169,175)
#8B999E
(139,153,158)
#7C898D
(124,137,141)
#6D797C
(109,121,124)
#5E696B
(94,105,107)
#4F595A
(79,89,90)
#404949
(64,73,73)
#313938
(49,57,56)
#222927
(34,41,39)
#131916
(19,25,22)
#000000
(0,0,0)

Tints of #A9B9C0

#A9B9C0
(169,185,192)
#B0BFC5
(176,191,197)
#B7C5CA
(183,197,202)
#BECBCF
(190,203,207)
#C5D1D4
(197,209,212)
#CCD7D9
(204,215,217)
#D3DDDE
(211,221,222)
#DAE3E3
(218,227,227)
#E1E9E8
(225,233,232)
#E8EFED
(232,239,237)
#EFF5F2
(239,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B9C0; }

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

This text font color is #A9B9C0.


Background Color

.myBgColor { background-color: #A9B9C0; }

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

This div background color is #A9B9C0.


Border color

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

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

This div border color is #A9B9C0.


Opacity

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

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

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

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

This text has shadow with #A9B9C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B9C0 on black background.


Color preview on white background

This text has color #A9B9C0 on white background.



Black color preview on #A9B9C0 background

This text has black color on #A9B9C0 background.


White color preview on #A9B9C0 background

This text has white color on #A9B9C0 background.