COLOR #A9B6B1

HEX: #A9B6B1
RGB: (169,182,177)

Color info

#A9B6B1 contains red, green and blue colors in about the same proportion. Web safe color of #A9B6B1 is #99CC99 (or #9C9).

RGB color model

#A9B6B1 color RGB value is (169,182,177).

  • red value is 169;
  • green value is 182;
  • blue value is 177.
RGB:
(169,182,177)
(66%,71%,69%)

RGB channels and saturation

R 169 of 255 = 66%
G 182 of 255 = 71%
B 177 of 255 = 69%

169
182
177

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

Portions of RGB colors in percentages

R + G + B =
169 + 182 + 177 = 528 (100%)
R 169 of 528 ~ 32.01%
G 182 of 528 ~ 34.47%
B 177 of 528 ~ 33.52%

%32.01
%34.47
%33.52

CMYK color model

#A9B6B1 color CMYK value is (7,0,3,29).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 2.75%
  • key color value is 28.63%
CMYK:
(7,0,3,29)
C7M0Y3K29 
(7%,0%,3%,29%)
(0.07/0.00/0.03/0.29)	

CMYK percentages

%7.14
%0
%2.75
%28.63

Codes

Color #A9B6B1 in popluar color models

A9B6B1
RGB169182177
HSL157°8.18%68.82%
HSB/HSV157°7.14%71.37%
CMYK7.14%0.00%2.75%
28.63%

Color #A9B6B1 in popluar number systems.

HEXA9B6B1
Decimal169182177
Binary101010011011011010110001
Octal251266261

Shades and tints

Shades of #A9B6B1

#A9B6B1
(169,182,177)
#9AA6A1
(154,166,161)
#8B9691
(139,150,145)
#7C8681
(124,134,129)
#6D7671
(109,118,113)
#5E6661
(94,102,97)
#4F5651
(79,86,81)
#404641
(64,70,65)
#313631
(49,54,49)
#222621
(34,38,33)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #A9B6B1

#A9B6B1
(169,182,177)
#B0BCB8
(176,188,184)
#B7C2BF
(183,194,191)
#BEC8C6
(190,200,198)
#C5CECD
(197,206,205)
#CCD4D4
(204,212,212)
#D3DADB
(211,218,219)
#DAE0E2
(218,224,226)
#E1E6E9
(225,230,233)
#E8ECF0
(232,236,240)
#EFF2F7
(239,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B6B1; }

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

This text font color is #A9B6B1.


Background Color

.myBgColor { background-color: #A9B6B1; }

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

This div background color is #A9B6B1.


Border color

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

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

This div border color is #A9B6B1.


Opacity

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

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

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

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

This text has shadow with #A9B6B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B6B1 on black background.


Color preview on white background

This text has color #A9B6B1 on white background.



Black color preview on #A9B6B1 background

This text has black color on #A9B6B1 background.


White color preview on #A9B6B1 background

This text has white color on #A9B6B1 background.