COLOR #AB8E8F

HEX: #AB8E8F RGB: (171,142,143)

Color info

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

RGB color model

#AB8E8F color RGB value is (171,142,143).

RGB: (171,142,143) (67%, 56%, 56%)

RGB channels and saturation

R 171 of 255 = 67%
G 142 of 255 = 56%
B 143 of 255 = 56%

171
142
143

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

Portions of RGB colors in percentages

R + G + B = 171 + 142 + 143 = 456 (100%)
R 171 of 456 ~ 37.5%
G 142 of 456 ~ 31.14%
B 143 of 456 ~ 31.36'%

%37.5
%31.14
%31.36

CMYK color model

#AB8E8F color CMYK value is (0,17,16,33).

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

CMYK: (0,17,16,33)
C0M17Y16K33 (0%, 17%, 16%, 33%)
(0.00 / 0.17 / 0.16 / 0.33)

CMYK percentages

%0
%16.96
%16.37
%32.94

Codes

Color #AB8E8F in popluar color models

AB 8E 8F
RGB 171 142 143
HSL 358° 14.72% 61.37%
HSB/HSV 358° 16.96% 67.06%
CMYK 0.00% 16.96% 16.37%
32.94%

Color #AB8E8F in popluar number systems.

HEX AB 8E 8F
Decimal 171 142 143
Binary 10101011 10001110 10001111
Octal 253 216 217

Shades and tints

Shades of #AB8E8F

#AB8E8F
(171,142,143)
#9C8282
(156,130,130)
#8D7675
(141,118,117)
#7E6A68
(126,106,104)
#6F5E5B
(111,94,91)
#60524E
(96,82,78)
#514641
(81,70,65)
#423A34
(66,58,52)
#332E27
(51,46,39)
#24221A
(36,34,26)
#15160D
(21,22,13)
#000000
(0,0,0)

Tints of #AB8E8F

#AB8E8F
(171,142,143)
#B29899
(178,152,153)
#B9A2A3
(185,162,163)
#C0ACAD
(192,172,173)
#C7B6B7
(199,182,183)
#CEC0C1
(206,192,193)
#D5CACB
(213,202,203)
#DCD4D5
(220,212,213)
#E3DEDF
(227,222,223)
#EAE8E9
(234,232,233)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8E8F; }

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

This text font color is #AB8E8F.

Background Color

.myBgColor { background-color: #AB8E8F; }

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

This div background color is #AB8E8F.

Border color

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

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

This div border color is #AB8E8F.

Opacity

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

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

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

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

This text has shadow with #AB8E8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB8E8F.

Preview

Color preview on black background

This text has color #AB8E8F on black background.


Color preview on white background

This text has color #AB8E8F on white background.


Black color preview on #AB8E8F background

This text has black color on #AB8E8F background.


White color preview on #AB8E8F background

This text has white color on #AB8E8F background.


Related colors

Complementary color

Complementary color for #hex is #547170.


I love getcolorcode.com

Triadic colors

1 #8FAB8E and #8E8FAB with #AB8E8F are triadic colors.

2 #8F8EAB and #8EAB8F with #AB8E8F are triadic colors.