COLOR #A9B3B7

HEX: #A9B3B7
RGB: (169,179,183)

Color info

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

RGB color model

#A9B3B7 color RGB value is (169,179,183).

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

RGB channels and saturation

R 169 of 255 = 66%
G 179 of 255 = 70%
B 183 of 255 = 72%

169
179
183

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

Portions of RGB colors in percentages

R + G + B =
169 + 179 + 183 = 531 (100%)
R 169 of 531 ~ 31.83%
G 179 of 531 ~ 33.71%
B 183 of 531 ~ 34.46%

%31.83
%33.71
%34.46

CMYK color model

#A9B3B7 color CMYK value is (8,2,0,28).

  • cyan value is 7.65%
  • magenta value is 2.19%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(8,2,0,28)
C8M2Y0K28 
(8%,2%,0%,28%)
(0.08/0.02/0.00/0.28)	

CMYK percentages

%7.65
%2.19
%0
%28.24

Codes

Color #A9B3B7 in popluar color models

A9B3B7
RGB169179183
HSL197°8.86%69.02%
HSB/HSV197°7.65%71.76%
CMYK7.65%2.19%0.00%
28.24%

Color #A9B3B7 in popluar number systems.

HEXA9B3B7
Decimal169179183
Binary101010011011001110110111
Octal251263267

Shades and tints

Shades of #A9B3B7

#A9B3B7
(169,179,183)
#9AA3A7
(154,163,167)
#8B9397
(139,147,151)
#7C8387
(124,131,135)
#6D7377
(109,115,119)
#5E6367
(94,99,103)
#4F5357
(79,83,87)
#404347
(64,67,71)
#313337
(49,51,55)
#222327
(34,35,39)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #A9B3B7

#A9B3B7
(169,179,183)
#B0B9BD
(176,185,189)
#B7BFC3
(183,191,195)
#BEC5C9
(190,197,201)
#C5CBCF
(197,203,207)
#CCD1D5
(204,209,213)
#D3D7DB
(211,215,219)
#DADDE1
(218,221,225)
#E1E3E7
(225,227,231)
#E8E9ED
(232,233,237)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B3B7; }

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

This text font color is #A9B3B7.


Background Color

.myBgColor { background-color: #A9B3B7; }

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

This div background color is #A9B3B7.


Border color

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

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

This div border color is #A9B3B7.


Opacity

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

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

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

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

This text has shadow with #A9B3B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B3B7 on black background.


Color preview on white background

This text has color #A9B3B7 on white background.



Black color preview on #A9B3B7 background

This text has black color on #A9B3B7 background.


White color preview on #A9B3B7 background

This text has white color on #A9B3B7 background.