COLOR #A9B2B8

HEX: #A9B2B8
RGB: (169,178,184)

Color info

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

RGB color model

#A9B2B8 color RGB value is (169,178,184).

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

RGB channels and saturation

R 169 of 255 = 66%
G 178 of 255 = 70%
B 184 of 255 = 72%

169
178
184

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

Portions of RGB colors in percentages

R + G + B =
169 + 178 + 184 = 531 (100%)
R 169 of 531 ~ 31.83%
G 178 of 531 ~ 33.52%
B 184 of 531 ~ 34.65%

%31.83
%33.52
%34.65

CMYK color model

#A9B2B8 color CMYK value is (8,3,0,28).

  • cyan value is 8.15%
  • magenta value is 3.26%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(8,3,0,28)
C8M3Y0K28 
(8%,3%,0%,28%)
(0.08/0.03/0.00/0.28)	

CMYK percentages

%8.15
%3.26
%0
%27.84

Codes

Color #A9B2B8 in popluar color models

A9B2B8
RGB169178184
HSL204°9.55%69.22%
HSB/HSV204°8.15%72.16%
CMYK8.15%3.26%0.00%
27.84%

Color #A9B2B8 in popluar number systems.

HEXA9B2B8
Decimal169178184
Binary101010011011001010111000
Octal251262270

Shades and tints

Shades of #A9B2B8

#A9B2B8
(169,178,184)
#9AA2A8
(154,162,168)
#8B9298
(139,146,152)
#7C8288
(124,130,136)
#6D7278
(109,114,120)
#5E6268
(94,98,104)
#4F5258
(79,82,88)
#404248
(64,66,72)
#313238
(49,50,56)
#222228
(34,34,40)
#131218
(19,18,24)
#000000
(0,0,0)

Tints of #A9B2B8

#A9B2B8
(169,178,184)
#B0B9BE
(176,185,190)
#B7C0C4
(183,192,196)
#BEC7CA
(190,199,202)
#C5CED0
(197,206,208)
#CCD5D6
(204,213,214)
#D3DCDC
(211,220,220)
#DAE3E2
(218,227,226)
#E1EAE8
(225,234,232)
#E8F1EE
(232,241,238)
#EFF8F4
(239,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B2B8; }

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

This text font color is #A9B2B8.


Background Color

.myBgColor { background-color: #A9B2B8; }

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

This div background color is #A9B2B8.


Border color

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

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

This div border color is #A9B2B8.


Opacity

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

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

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

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

This text has shadow with #A9B2B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B2B8 on black background.


Color preview on white background

This text has color #A9B2B8 on white background.



Black color preview on #A9B2B8 background

This text has black color on #A9B2B8 background.


White color preview on #A9B2B8 background

This text has white color on #A9B2B8 background.