COLOR #AB8E8C

HEX: #AB8E8C
RGB: (171,142,140)

Color info

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

RGB color model

#AB8E8C color RGB value is (171,142,140).

  • red value is 171;
  • green value is 142;
  • blue value is 140.
RGB:
(171,142,140)
(67%,56%,55%)

RGB channels and saturation

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

171
142
140

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

Portions of RGB colors in percentages

R + G + B =
171 + 142 + 140 = 453 (100%)
R 171 of 453 ~ 37.75%
G 142 of 453 ~ 31.35%
B 140 of 453 ~ 30.91%

%37.75
%31.35
%30.91

CMYK color model

#AB8E8C color CMYK value is (0,17,18,33).

  • cyan value is 0.00%
  • magenta value is 16.96%
  • yellow value is 18.13%
  • key color value is 32.94%
CMYK:
(0,17,18,33)
C0M17Y18K33 
(0%,17%,18%,33%)
(0.00/0.17/0.18/0.33)	

CMYK percentages

%0
%16.96
%18.13
%32.94

Codes

Color #AB8E8C in popluar color models

AB8E8C
RGB171142140
HSL15.58%60.98%
HSB/HSV18.13%67.06%
CMYK0.00%16.96%18.13%
32.94%

Color #AB8E8C in popluar number systems.

HEXAB8E8C
Decimal171142140
Binary101010111000111010001100
Octal253216214

Shades and tints

Shades of #AB8E8C

#AB8E8C
(171,142,140)
#9C8280
(156,130,128)
#8D7674
(141,118,116)
#7E6A68
(126,106,104)
#6F5E5C
(111,94,92)
#605250
(96,82,80)
#514644
(81,70,68)
#423A38
(66,58,56)
#332E2C
(51,46,44)
#242220
(36,34,32)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #AB8E8C

#AB8E8C
(171,142,140)
#B29896
(178,152,150)
#B9A2A0
(185,162,160)
#C0ACAA
(192,172,170)
#C7B6B4
(199,182,180)
#CEC0BE
(206,192,190)
#D5CAC8
(213,202,200)
#DCD4D2
(220,212,210)
#E3DEDC
(227,222,220)
#EAE8E6
(234,232,230)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8E8C; }

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

This text font color is #AB8E8C.


Background Color

.myBgColor { background-color: #AB8E8C; }

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

This div background color is #AB8E8C.


Border color

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

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

This div border color is #AB8E8C.


Opacity

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

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

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

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

This text has shadow with #AB8E8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8E8C on black background.


Color preview on white background

This text has color #AB8E8C on white background.



Black color preview on #AB8E8C background

This text has black color on #AB8E8C background.


White color preview on #AB8E8C background

This text has white color on #AB8E8C background.