COLOR #AB8F8D

HEX: #AB8F8D RGB: (171,143,141)

Color info

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

RGB color model

#AB8F8D color RGB value is (171,143,141).

RGB: (171,143,141) (67%, 56%, 55%)

RGB channels and saturation

R 171 of 255 = 67%
G 143 of 255 = 56%
B 141 of 255 = 55%

171
143
141

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

Portions of RGB colors in percentages

R + G + B = 171 + 143 + 141 = 455 (100%)
R 171 of 455 ~ 37.58%
G 143 of 455 ~ 31.43%
B 141 of 455 ~ 30.99'%

%37.58
%31.43
%30.99

CMYK color model

#AB8F8D color CMYK value is (0,16,18,33).

  • cyan value is 0.00%
  • magenta value is 16.37%
  • yellow value is 17.54%
  • key color value is 32.94%

CMYK: (0,16,18,33)
C0M16Y18K33 (0%, 16%, 18%, 33%)
(0.00 / 0.16 / 0.18 / 0.33)

CMYK percentages

%0
%16.37
%17.54
%32.94

Codes

Color #AB8F8D in popluar color models

AB 8F 8D
RGB 171 143 141
HSL 15.15% 61.18%
HSB/HSV 17.54% 67.06%
CMYK 0.00% 16.37% 17.54%
32.94%

Color #AB8F8D in popluar number systems.

HEX AB 8F 8D
Decimal 171 143 141
Binary 10101011 10001111 10001101
Octal 253 217 215

Shades and tints

Shades of #AB8F8D

#AB8F8D
(171,143,141)
#9C8281
(156,130,129)
#8D7575
(141,117,117)
#7E6869
(126,104,105)
#6F5B5D
(111,91,93)
#604E51
(96,78,81)
#514145
(81,65,69)
#423439
(66,52,57)
#33272D
(51,39,45)
#241A21
(36,26,33)
#150D15
(21,13,21)
#000000
(0,0,0)

Tints of #AB8F8D

#AB8F8D
(171,143,141)
#B29997
(178,153,151)
#B9A3A1
(185,163,161)
#C0ADAB
(192,173,171)
#C7B7B5
(199,183,181)
#CEC1BF
(206,193,191)
#D5CBC9
(213,203,201)
#DCD5D3
(220,213,211)
#E3DFDD
(227,223,221)
#EAE9E7
(234,233,231)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8F8D; }

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

This text font color is #AB8F8D.

Background Color

.myBgColor { background-color: #AB8F8D; }

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

This div background color is #AB8F8D.

Border color

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

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

This div border color is #AB8F8D.

Opacity

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

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

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

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

This text has shadow with #AB8F8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB8F8D.

Preview

Color preview on black background

This text has color #AB8F8D on black background.


Color preview on white background

This text has color #AB8F8D on white background.


Black color preview on #AB8F8D background

This text has black color on #AB8F8D background.


White color preview on #AB8F8D background

This text has white color on #AB8F8D background.


Related colors

Complementary color

Complementary color for #hex is #547072.


I love getcolorcode.com

Triadic colors

1 #8DAB8F and #8F8DAB with #AB8F8D are triadic colors.

2 #8D8FAB and #8FAB8D with #AB8F8D are triadic colors.