COLOR #AB8B8B

HEX: #AB8B8B RGB: (171,139,139)

Color info

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

RGB color model

#AB8B8B color RGB value is (171,139,139).

RGB: (171,139,139) (67%, 55%, 55%)

RGB channels and saturation

R 171 of 255 = 67%
G 139 of 255 = 55%
B 139 of 255 = 55%

171
139
139

R + G + B ~ 59%. #AB8B8B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 171 + 139 + 139 = 449 (100%)
R 171 of 449 ~ 38.08%
G 139 of 449 ~ 30.96%
B 139 of 449 ~ 30.96'%

%38.08
%30.96
%30.96

CMYK color model

#AB8B8B color CMYK value is (0,19,19,33).

  • cyan value is 0.00%
  • magenta value is 18.71%
  • yellow value is 18.71%
  • key color value is 32.94%
CMYK: (0,19,19,33) C0M19Y19K33 (0%,19%,19%,33%) (0.00/0.19/0.19/0.33) 

CMYK percentages

%0
%18.71
%18.71
%32.94

Codes

Color #AB8B8B in popluar color models

AB 8B 8B
RGB 171 139 139
HSL 16.00% 60.78%
HSB/HSV 18.71% 67.06%
CMYK 0.00% 18.71% 18.71%
32.94%

Color #AB8B8B in popluar number systems.

HEX AB 8B 8B
Decimal 171 139 139
Binary 10101011 10001011 10001011
Octal 253 213 213

Shades and tints

Shades of #AB8B8B

#AB8B8B
(171,139,139)
#9C7F7F
(156,127,127)
#8D7373
(141,115,115)
#7E6767
(126,103,103)
#6F5B5B
(111,91,91)
#604F4F
(96,79,79)
#514343
(81,67,67)
#423737
(66,55,55)
#332B2B
(51,43,43)
#241F1F
(36,31,31)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #AB8B8B

#AB8B8B
(171,139,139)
#B29595
(178,149,149)
#B99F9F
(185,159,159)
#C0A9A9
(192,169,169)
#C7B3B3
(199,179,179)
#CEBDBD
(206,189,189)
#D5C7C7
(213,199,199)
#DCD1D1
(220,209,209)
#E3DBDB
(227,219,219)
#EAE5E5
(234,229,229)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8B8B; }

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

This text font color is #AB8B8B.

Background Color

.myBgColor { background-color: #AB8B8B; }

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

This div background color is #AB8B8B.

Border color

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

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

This div border color is #AB8B8B.

Opacity

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

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

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

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

This text has shadow with #AB8B8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB8B8B.

Preview

Color preview on black background

This text has color #AB8B8B on black background.


Color preview on white background

This text has color #AB8B8B on white background.


Black color preview on #AB8B8B background

This text has black color on #AB8B8B background.


White color preview on #AB8B8B background

This text has white color on #AB8B8B background.


Related colors

Complementary color

Complementary color for #hex is #547474.


I love getcolorcode.com