COLOR #A9B3BC

HEX: #A9B3BC
RGB: (169,179,188)

Color info

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

RGB color model

#A9B3BC color RGB value is (169,179,188).

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

RGB channels and saturation

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

169
179
188

R + G + B ~ 70%. #A9B3BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 179 + 188 = 536 (100%)
R 169 of 536 ~ 31.53%
G 179 of 536 ~ 33.4%
B 188 of 536 ~ 35.07%

%31.53
%33.4
%35.07

CMYK color model

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

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

CMYK percentages

%10.11
%4.79
%0
%26.27

Codes

Color #A9B3BC in popluar color models

A9B3BC
RGB169179188
HSL208°12.42%70.00%
HSB/HSV208°10.11%73.73%
CMYK10.11%4.79%0.00%
26.27%

Color #A9B3BC in popluar number systems.

HEXA9B3BC
Decimal169179188
Binary101010011011001110111100
Octal251263274

Shades and tints

Shades of #A9B3BC

#A9B3BC
(169,179,188)
#9AA3AB
(154,163,171)
#8B939A
(139,147,154)
#7C8389
(124,131,137)
#6D7378
(109,115,120)
#5E6367
(94,99,103)
#4F5356
(79,83,86)
#404345
(64,67,69)
#313334
(49,51,52)
#222323
(34,35,35)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #A9B3BC

#A9B3BC
(169,179,188)
#B0B9C2
(176,185,194)
#B7BFC8
(183,191,200)
#BEC5CE
(190,197,206)
#C5CBD4
(197,203,212)
#CCD1DA
(204,209,218)
#D3D7E0
(211,215,224)
#DADDE6
(218,221,230)
#E1E3EC
(225,227,236)
#E8E9F2
(232,233,242)
#EFEFF8
(239,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B3BC; }

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

This text font color is #A9B3BC.


Background Color

.myBgColor { background-color: #A9B3BC; }

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

This div background color is #A9B3BC.


Border color

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

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

This div border color is #A9B3BC.


Opacity

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

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

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

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

This text has shadow with #A9B3BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B3BC on black background.


Color preview on white background

This text has color #A9B3BC on white background.



Black color preview on #A9B3BC background

This text has black color on #A9B3BC background.


White color preview on #A9B3BC background

This text has white color on #A9B3BC background.