COLOR #AB8D8C

HEX: #AB8D8C
RGB: (171,141,140)

Color info

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

RGB color model

#AB8D8C color RGB value is (171,141,140).

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

RGB channels and saturation

R 171 of 255 = 67%
G 141 of 255 = 55%
B 140 of 255 = 55%

171
141
140

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

Portions of RGB colors in percentages

R + G + B =
171 + 141 + 140 = 452 (100%)
R 171 of 452 ~ 37.83%
G 141 of 452 ~ 31.19%
B 140 of 452 ~ 30.97%

%37.83
%31.19
%30.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.54%
  • yellow value is 18.13%
  • key color value is 32.94%
CMYK:
(0,18,18,33)
C0M18Y18K33 
(0%,18%,18%,33%)
(0.00/0.18/0.18/0.33)	

CMYK percentages

%0
%17.54
%18.13
%32.94

Codes

Color #AB8D8C in popluar color models

AB8D8C
RGB171141140
HSL15.58%60.98%
HSB/HSV18.13%67.06%
CMYK0.00%17.54%18.13%
32.94%

Color #AB8D8C in popluar number systems.

HEXAB8D8C
Decimal171141140
Binary101010111000110110001100
Octal253215214

Shades and tints

Shades of #AB8D8C

#AB8D8C
(171,141,140)
#9C8180
(156,129,128)
#8D7574
(141,117,116)
#7E6968
(126,105,104)
#6F5D5C
(111,93,92)
#605150
(96,81,80)
#514544
(81,69,68)
#423938
(66,57,56)
#332D2C
(51,45,44)
#242120
(36,33,32)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #AB8D8C

#AB8D8C
(171,141,140)
#B29796
(178,151,150)
#B9A1A0
(185,161,160)
#C0ABAA
(192,171,170)
#C7B5B4
(199,181,180)
#CEBFBE
(206,191,190)
#D5C9C8
(213,201,200)
#DCD3D2
(220,211,210)
#E3DDDC
(227,221,220)
#EAE7E6
(234,231,230)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8D8C; }

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

This text font color is #AB8D8C.


Background Color

.myBgColor { background-color: #AB8D8C; }

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

This div background color is #AB8D8C.


Border color

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

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

This div border color is #AB8D8C.


Opacity

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

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

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

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

This text has shadow with #AB8D8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8D8C on black background.


Color preview on white background

This text has color #AB8D8C on white background.



Black color preview on #AB8D8C background

This text has black color on #AB8D8C background.


White color preview on #AB8D8C background

This text has white color on #AB8D8C background.