COLOR #A9B1BF

HEX: #A9B1BF
RGB: (169,177,191)

Color info

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

RGB color model

#A9B1BF color RGB value is (169,177,191).

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

RGB channels and saturation

R 169 of 255 = 66%
G 177 of 255 = 69%
B 191 of 255 = 75%

169
177
191

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

Portions of RGB colors in percentages

R + G + B =
169 + 177 + 191 = 537 (100%)
R 169 of 537 ~ 31.47%
G 177 of 537 ~ 32.96%
B 191 of 537 ~ 35.57%

%31.47
%32.96
%35.57

CMYK color model

#A9B1BF color CMYK value is (12,7,0,25).

  • cyan value is 11.52%
  • magenta value is 7.33%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(12,7,0,25)
C12M7Y0K25 
(12%,7%,0%,25%)
(0.12/0.07/0.00/0.25)	

CMYK percentages

%11.52
%7.33
%0
%25.1

Codes

Color #A9B1BF in popluar color models

A9B1BF
RGB169177191
HSL218°14.67%70.59%
HSB/HSV218°11.52%74.90%
CMYK11.52%7.33%0.00%
25.10%

Color #A9B1BF in popluar number systems.

HEXA9B1BF
Decimal169177191
Binary101010011011000110111111
Octal251261277

Shades and tints

Shades of #A9B1BF

#A9B1BF
(169,177,191)
#9AA1AE
(154,161,174)
#8B919D
(139,145,157)
#7C818C
(124,129,140)
#6D717B
(109,113,123)
#5E616A
(94,97,106)
#4F5159
(79,81,89)
#404148
(64,65,72)
#313137
(49,49,55)
#222126
(34,33,38)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #A9B1BF

#A9B1BF
(169,177,191)
#B0B8C4
(176,184,196)
#B7BFC9
(183,191,201)
#BEC6CE
(190,198,206)
#C5CDD3
(197,205,211)
#CCD4D8
(204,212,216)
#D3DBDD
(211,219,221)
#DAE2E2
(218,226,226)
#E1E9E7
(225,233,231)
#E8F0EC
(232,240,236)
#EFF7F1
(239,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B1BF; }

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

This text font color is #A9B1BF.


Background Color

.myBgColor { background-color: #A9B1BF; }

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

This div background color is #A9B1BF.


Border color

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

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

This div border color is #A9B1BF.


Opacity

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

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

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

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

This text has shadow with #A9B1BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B1BF on black background.


Color preview on white background

This text has color #A9B1BF on white background.



Black color preview on #A9B1BF background

This text has black color on #A9B1BF background.


White color preview on #A9B1BF background

This text has white color on #A9B1BF background.