COLOR #A9A9BC

HEX: #A9A9BC
RGB: (169,169,188)

Color info

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

RGB color model

#A9A9BC color RGB value is (169,169,188).

  • red value is 169;
  • green value is 169;
  • blue value is 188.
RGB:
(169,169,188)
(66%,66%,74%)

RGB channels and saturation

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

169
169
188

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

Portions of RGB colors in percentages

R + G + B =
169 + 169 + 188 = 526 (100%)
R 169 of 526 ~ 32.13%
G 169 of 526 ~ 32.13%
B 188 of 526 ~ 35.74%

%32.13
%32.13
%35.74

CMYK color model

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

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

CMYK percentages

%10.11
%10.11
%0
%26.27

Codes

Color #A9A9BC in popluar color models

A9A9BC
RGB169169188
HSL240°12.42%70.00%
HSB/HSV240°10.11%73.73%
CMYK10.11%10.11%0.00%
26.27%

Color #A9A9BC in popluar number systems.

HEXA9A9BC
Decimal169169188
Binary101010011010100110111100
Octal251251274

Shades and tints

Shades of #A9A9BC

#A9A9BC
(169,169,188)
#9A9AAB
(154,154,171)
#8B8B9A
(139,139,154)
#7C7C89
(124,124,137)
#6D6D78
(109,109,120)
#5E5E67
(94,94,103)
#4F4F56
(79,79,86)
#404045
(64,64,69)
#313134
(49,49,52)
#222223
(34,34,35)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #A9A9BC

#A9A9BC
(169,169,188)
#B0B0C2
(176,176,194)
#B7B7C8
(183,183,200)
#BEBECE
(190,190,206)
#C5C5D4
(197,197,212)
#CCCCDA
(204,204,218)
#D3D3E0
(211,211,224)
#DADAE6
(218,218,230)
#E1E1EC
(225,225,236)
#E8E8F2
(232,232,242)
#EFEFF8
(239,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A9BC; }

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

This text font color is #A9A9BC.


Background Color

.myBgColor { background-color: #A9A9BC; }

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

This div background color is #A9A9BC.


Border color

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

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

This div border color is #A9A9BC.


Opacity

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

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

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

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

This text has shadow with #A9A9BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A9BC on black background.


Color preview on white background

This text has color #A9A9BC on white background.



Black color preview on #A9A9BC background

This text has black color on #A9A9BC background.


White color preview on #A9A9BC background

This text has white color on #A9A9BC background.