COLOR #A9B9C1

HEX: #A9B9C1 RGB: (169,185,193)

Color info

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

RGB color model

#A9B9C1 color RGB value is (169,185,193).

RGB: (169,185,193) (66%, 73%, 76%)

RGB channels and saturation

R 169 of 255 = 66%
G 185 of 255 = 73%
B 193 of 255 = 76%

169
185
193

R + G + B ~ 72%. #A9B9C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 185 + 193 = 547 (100%)
R 169 of 547 ~ 30.9%
G 185 of 547 ~ 33.82%
B 193 of 547 ~ 35.28'%

%30.9
%33.82
%35.28

CMYK color model

#A9B9C1 color CMYK value is (12,4,0,24).

  • cyan value is 12.44%
  • magenta value is 4.15%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (12,4,0,24)
C12M4Y0K24 (12%, 4%, 0%, 24%)
(0.12 / 0.04 / 0.00 / 0.24)

CMYK percentages

%12.44
%4.15
%0
%24.31

Codes

Color #A9B9C1 in popluar color models

A9 B9 C1
RGB 169 185 193
HSL 200° 16.22% 70.98%
HSB/HSV 200° 12.44% 75.69%
CMYK 12.44% 4.15% 0.00%
24.31%

Color #A9B9C1 in popluar number systems.

HEX A9 B9 C1
Decimal 169 185 193
Binary 10101001 10111001 11000001
Octal 251 271 301

Shades and tints

Shades of #A9B9C1

#A9B9C1
(169,185,193)
#9AA9B0
(154,169,176)
#8B999F
(139,153,159)
#7C898E
(124,137,142)
#6D797D
(109,121,125)
#5E696C
(94,105,108)
#4F595B
(79,89,91)
#40494A
(64,73,74)
#313939
(49,57,57)
#222928
(34,41,40)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #A9B9C1

#A9B9C1
(169,185,193)
#B0BFC6
(176,191,198)
#B7C5CB
(183,197,203)
#BECBD0
(190,203,208)
#C5D1D5
(197,209,213)
#CCD7DA
(204,215,218)
#D3DDDF
(211,221,223)
#DAE3E4
(218,227,228)
#E1E9E9
(225,233,233)
#E8EFEE
(232,239,238)
#EFF5F3
(239,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B9C1; }

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

This text font color is #A9B9C1.

Background Color

.myBgColor { background-color: #A9B9C1; }

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

This div background color is #A9B9C1.

Border color

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

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

This div border color is #A9B9C1.

Opacity

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

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

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

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

This text has shadow with #A9B9C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B9C1.

Preview

Color preview on black background

This text has color #A9B9C1 on black background.


Color preview on white background

This text has color #A9B9C1 on white background.


Black color preview on #A9B9C1 background

This text has black color on #A9B9C1 background.


White color preview on #A9B9C1 background

This text has white color on #A9B9C1 background.


Related colors

Complementary color

Complementary color for #hex is #56463E.


I love getcolorcode.com

Triadic colors

1 #C1A9B9 and #B9C1A9 with #A9B9C1 are triadic colors.

2 #C1B9A9 and #B9A9C1 with #A9B9C1 are triadic colors.