COLOR #A9A1BC

HEX: #A9A1BC RGB: (169,161,188)

Color info

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

RGB color model

#A9A1BC color RGB value is (169,161,188).

RGB: (169,161,188) (66%, 63%, 74%)

RGB channels and saturation

R 169 of 255 = 66%
G 161 of 255 = 63%
B 188 of 255 = 74%

169
161
188

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

Portions of RGB colors in percentages

R + G + B = 169 + 161 + 188 = 518 (100%)
R 169 of 518 ~ 32.63%
G 161 of 518 ~ 31.08%
B 188 of 518 ~ 36.29'%

%32.63
%31.08
%36.29

CMYK color model

#A9A1BC color CMYK value is (10,14,0,26).

  • cyan value is 10.11%
  • magenta value is 14.36%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (10,14,0,26) C10M14Y0K26 (10%,14%,0%,26%) (0.10/0.14/0.00/0.26) 

CMYK percentages

%10.11
%14.36
%0
%26.27

Codes

Color #A9A1BC in popluar color models

A9 A1 BC
RGB 169 161 188
HSL 258° 16.77% 68.43%
HSB/HSV 258° 14.36% 73.73%
CMYK 10.11% 14.36% 0.00%
26.27%

Color #A9A1BC in popluar number systems.

HEX A9 A1 BC
Decimal 169 161 188
Binary 10101001 10100001 10111100
Octal 251 241 274

Shades and tints

Shades of #A9A1BC

#A9A1BC
(169,161,188)
#9A93AB
(154,147,171)
#8B859A
(139,133,154)
#7C7789
(124,119,137)
#6D6978
(109,105,120)
#5E5B67
(94,91,103)
#4F4D56
(79,77,86)
#403F45
(64,63,69)
#313134
(49,49,52)
#222323
(34,35,35)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #A9A1BC

#A9A1BC
(169,161,188)
#B0A9C2
(176,169,194)
#B7B1C8
(183,177,200)
#BEB9CE
(190,185,206)
#C5C1D4
(197,193,212)
#CCC9DA
(204,201,218)
#D3D1E0
(211,209,224)
#DAD9E6
(218,217,230)
#E1E1EC
(225,225,236)
#E8E9F2
(232,233,242)
#EFF1F8
(239,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9A1BC color. Also use rgb(169,161,188) instead hex code.

Text Font Color

.myTextColor { color: #A9A1BC; }

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

This text font color is #A9A1BC.

Background Color

.myBgColor { background-color: #A9A1BC; }

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

This div background color is #A9A1BC.

Border color

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

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

This div border color is #A9A1BC.

Opacity

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

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

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

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

This text has shadow with #A9A1BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9A1BC.

Preview

Color preview on black background

This text has color #A9A1BC on black background.


Color preview on white background

This text has color #A9A1BC on white background.


Black color preview on #A9A1BC background

This text has black color on #A9A1BC background.


White color preview on #A9A1BC background

This text has white color on #A9A1BC background.


Related colors

Complementary color

Complementary color for #hex is #565E43.


I love getcolorcode.com

Triadic colors

1 #BCA9A1 and #A1BCA9 with #A9A1BC are triadic colors.

2 #BCA1A9 and #A1A9BC with #A9A1BC are triadic colors.