COLOR #AB9B9B

HEX: #AB9B9B
RGB: (171,155,155)

Color info

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

RGB color model

#AB9B9B color RGB value is (171,155,155).

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

RGB channels and saturation

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

171
155
155

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

Portions of RGB colors in percentages

R + G + B =
171 + 155 + 155 = 481 (100%)
R 171 of 481 ~ 35.55%
G 155 of 481 ~ 32.22%
B 155 of 481 ~ 32.22%

%35.55
%32.22
%32.22

CMYK color model

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

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

CMYK percentages

%0
%9.36
%9.36
%32.94

Codes

Color #AB9B9B in popluar color models

AB9B9B
RGB171155155
HSL8.70%63.92%
HSB/HSV9.36%67.06%
CMYK0.00%9.36%9.36%
32.94%

Color #AB9B9B in popluar number systems.

HEXAB9B9B
Decimal171155155
Binary101010111001101110011011
Octal253233233

Shades and tints

Shades of #AB9B9B

#AB9B9B
(171,155,155)
#9C8D8D
(156,141,141)
#8D7F7F
(141,127,127)
#7E7171
(126,113,113)
#6F6363
(111,99,99)
#605555
(96,85,85)
#514747
(81,71,71)
#423939
(66,57,57)
#332B2B
(51,43,43)
#241D1D
(36,29,29)
#150F0F
(21,15,15)
#000000
(0,0,0)

Tints of #AB9B9B

#AB9B9B
(171,155,155)
#B2A4A4
(178,164,164)
#B9ADAD
(185,173,173)
#C0B6B6
(192,182,182)
#C7BFBF
(199,191,191)
#CEC8C8
(206,200,200)
#D5D1D1
(213,209,209)
#DCDADA
(220,218,218)
#E3E3E3
(227,227,227)
#EAECEC
(234,236,236)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9B9B; }

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

This text font color is #AB9B9B.


Background Color

.myBgColor { background-color: #AB9B9B; }

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

This div background color is #AB9B9B.


Border color

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

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

This div border color is #AB9B9B.


Opacity

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

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

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

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

This text has shadow with #AB9B9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9B9B on black background.


Color preview on white background

This text has color #AB9B9B on white background.



Black color preview on #AB9B9B background

This text has black color on #AB9B9B background.


White color preview on #AB9B9B background

This text has white color on #AB9B9B background.