COLOR #AB8E8B

HEX: #AB8E8B RGB: (171,142,139)

Color info

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

RGB color model

#AB8E8B color RGB value is (171,142,139).

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

RGB channels and saturation

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

171
142
139

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

Portions of RGB colors in percentages

R + G + B = 171 + 142 + 139 = 452 (100%)
R 171 of 452 ~ 37.83%
G 142 of 452 ~ 31.42%
B 139 of 452 ~ 30.75'%

%37.83
%31.42
%30.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.96%
  • yellow value is 18.71%
  • key color value is 32.94%

CMYK: (0,17,19,33)
C0M17Y19K33 (0%, 17%, 19%, 33%)
(0.00 / 0.17 / 0.19 / 0.33)

CMYK percentages

%0
%16.96
%18.71
%32.94

Codes

Color #AB8E8B in popluar color models

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

Color #AB8E8B in popluar number systems.

HEX AB 8E 8B
Decimal 171 142 139
Binary 10101011 10001110 10001011
Octal 253 216 213

Shades and tints

Shades of #AB8E8B

#AB8E8B
(171,142,139)
#9C827F
(156,130,127)
#8D7673
(141,118,115)
#7E6A67
(126,106,103)
#6F5E5B
(111,94,91)
#60524F
(96,82,79)
#514643
(81,70,67)
#423A37
(66,58,55)
#332E2B
(51,46,43)
#24221F
(36,34,31)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #AB8E8B

#AB8E8B
(171,142,139)
#B29895
(178,152,149)
#B9A29F
(185,162,159)
#C0ACA9
(192,172,169)
#C7B6B3
(199,182,179)
#CEC0BD
(206,192,189)
#D5CAC7
(213,202,199)
#DCD4D1
(220,212,209)
#E3DEDB
(227,222,219)
#EAE8E5
(234,232,229)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8E8B; }

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

This text font color is #AB8E8B.

Background Color

.myBgColor { background-color: #AB8E8B; }

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

This div background color is #AB8E8B.

Border color

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

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

This div border color is #AB8E8B.

Opacity

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

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

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

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

This text has shadow with #AB8E8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB8E8B.

Preview

Color preview on black background

This text has color #AB8E8B on black background.


Color preview on white background

This text has color #AB8E8B on white background.


Black color preview on #AB8E8B background

This text has black color on #AB8E8B background.


White color preview on #AB8E8B background

This text has white color on #AB8E8B background.


Related colors

Complementary color

Complementary color for #hex is #547174.


I love getcolorcode.com

Triadic colors

1 #8BAB8E and #8E8BAB with #AB8E8B are triadic colors.

2 #8B8EAB and #8EAB8B with #AB8E8B are triadic colors.