COLOR #A9B2BC

HEX: #A9B2BC
RGB: (169,178,188)

Color info

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

RGB color model

#A9B2BC color RGB value is (169,178,188).

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

RGB channels and saturation

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

169
178
188

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

Portions of RGB colors in percentages

R + G + B =
169 + 178 + 188 = 535 (100%)
R 169 of 535 ~ 31.59%
G 178 of 535 ~ 33.27%
B 188 of 535 ~ 35.14%

%31.59
%33.27
%35.14

CMYK color model

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

  • cyan value is 10.11%
  • magenta value is 5.32%
  • 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
%5.32
%0
%26.27

Codes

Color #A9B2BC in popluar color models

A9B2BC
RGB169178188
HSL212°12.42%70.00%
HSB/HSV212°10.11%73.73%
CMYK10.11%5.32%0.00%
26.27%

Color #A9B2BC in popluar number systems.

HEXA9B2BC
Decimal169178188
Binary101010011011001010111100
Octal251262274

Shades and tints

Shades of #A9B2BC

#A9B2BC
(169,178,188)
#9AA2AB
(154,162,171)
#8B929A
(139,146,154)
#7C8289
(124,130,137)
#6D7278
(109,114,120)
#5E6267
(94,98,103)
#4F5256
(79,82,86)
#404245
(64,66,69)
#313234
(49,50,52)
#222223
(34,34,35)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #A9B2BC

#A9B2BC
(169,178,188)
#B0B9C2
(176,185,194)
#B7C0C8
(183,192,200)
#BEC7CE
(190,199,206)
#C5CED4
(197,206,212)
#CCD5DA
(204,213,218)
#D3DCE0
(211,220,224)
#DAE3E6
(218,227,230)
#E1EAEC
(225,234,236)
#E8F1F2
(232,241,242)
#EFF8F8
(239,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B2BC; }

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

This text font color is #A9B2BC.


Background Color

.myBgColor { background-color: #A9B2BC; }

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

This div background color is #A9B2BC.


Border color

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

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

This div border color is #A9B2BC.


Opacity

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

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

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

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

This text has shadow with #A9B2BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B2BC on black background.


Color preview on white background

This text has color #A9B2BC on white background.



Black color preview on #A9B2BC background

This text has black color on #A9B2BC background.


White color preview on #A9B2BC background

This text has white color on #A9B2BC background.