COLOR #AB9A9B

HEX: #AB9A9B
RGB: (171,154,155)

Color info

#AB9A9B contains red, green and blue colors in about the same proportion. Web safe color of #AB9A9B is #999999 (or #999).

RGB color model

#AB9A9B color RGB value is (171,154,155).

  • red value is 171;
  • green value is 154;
  • blue value is 155.
RGB:
(171,154,155)
(67%,60%,61%)

RGB channels and saturation

R 171 of 255 = 67%
G 154 of 255 = 60%
B 155 of 255 = 61%

171
154
155

R + G + B ~ 63%. #AB9A9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 154 + 155 = 480 (100%)
R 171 of 480 ~ 35.63%
G 154 of 480 ~ 32.08%
B 155 of 480 ~ 32.29%

%35.63
%32.08
%32.29

CMYK color model

#AB9A9B color CMYK value is (0,10,9,33).

  • cyan value is 0.00%
  • magenta value is 9.94%
  • yellow value is 9.36%
  • key color value is 32.94%
CMYK:
(0,10,9,33)
C0M10Y9K33 
(0%,10%,9%,33%)
(0.00/0.10/0.09/0.33)	

CMYK percentages

%0
%9.94
%9.36
%32.94

Codes

Color #AB9A9B in popluar color models

AB9A9B
RGB171154155
HSL356°9.19%63.73%
HSB/HSV356°9.94%67.06%
CMYK0.00%9.94%9.36%
32.94%

Color #AB9A9B in popluar number systems.

HEXAB9A9B
Decimal171154155
Binary101010111001101010011011
Octal253232233

Shades and tints

Shades of #AB9A9B

#AB9A9B
(171,154,155)
#9C8C8D
(156,140,141)
#8D7E7F
(141,126,127)
#7E7071
(126,112,113)
#6F6263
(111,98,99)
#605455
(96,84,85)
#514647
(81,70,71)
#423839
(66,56,57)
#332A2B
(51,42,43)
#241C1D
(36,28,29)
#150E0F
(21,14,15)
#000000
(0,0,0)

Tints of #AB9A9B

#AB9A9B
(171,154,155)
#B2A3A4
(178,163,164)
#B9ACAD
(185,172,173)
#C0B5B6
(192,181,182)
#C7BEBF
(199,190,191)
#CEC7C8
(206,199,200)
#D5D0D1
(213,208,209)
#DCD9DA
(220,217,218)
#E3E2E3
(227,226,227)
#EAEBEC
(234,235,236)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB9A9B color. Also use rgb(171,154,155) instead hex code.

Text Font Color

.myTextColor { color: #AB9A9B; }

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

This text font color is #AB9A9B.


Background Color

.myBgColor { background-color: #AB9A9B; }

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

This div background color is #AB9A9B.


Border color

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

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

This div border color is #AB9A9B.


Opacity

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

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

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

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

This text has shadow with #AB9A9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9A9B on black background.


Color preview on white background

This text has color #AB9A9B on white background.



Black color preview on #AB9A9B background

This text has black color on #AB9A9B background.


White color preview on #AB9A9B background

This text has white color on #AB9A9B background.