COLOR #AB8F9C

HEX: #AB8F9C
RGB: (171,143,156)

Color info

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

RGB color model

#AB8F9C color RGB value is (171,143,156).

  • red value is 171;
  • green value is 143;
  • blue value is 156.
RGB:
(171,143,156)
(67%,56%,61%)

RGB channels and saturation

R 171 of 255 = 67%
G 143 of 255 = 56%
B 156 of 255 = 61%

171
143
156

R + G + B ~ 61%. #AB8F9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 143 + 156 = 470 (100%)
R 171 of 470 ~ 36.38%
G 143 of 470 ~ 30.43%
B 156 of 470 ~ 33.19%

%36.38
%30.43
%33.19

CMYK color model

#AB8F9C color CMYK value is (0,16,9,33).

  • cyan value is 0.00%
  • magenta value is 16.37%
  • yellow value is 8.77%
  • key color value is 32.94%
CMYK:
(0,16,9,33)
C0M16Y9K33 
(0%,16%,9%,33%)
(0.00/0.16/0.09/0.33)	

CMYK percentages

%0
%16.37
%8.77
%32.94

Codes

Color #AB8F9C in popluar color models

AB8F9C
RGB171143156
HSL332°14.29%61.57%
HSB/HSV332°16.37%67.06%
CMYK0.00%16.37%8.77%
32.94%

Color #AB8F9C in popluar number systems.

HEXAB8F9C
Decimal171143156
Binary101010111000111110011100
Octal253217234

Shades and tints

Shades of #AB8F9C

#AB8F9C
(171,143,156)
#9C828E
(156,130,142)
#8D7580
(141,117,128)
#7E6872
(126,104,114)
#6F5B64
(111,91,100)
#604E56
(96,78,86)
#514148
(81,65,72)
#42343A
(66,52,58)
#33272C
(51,39,44)
#241A1E
(36,26,30)
#150D10
(21,13,16)
#000000
(0,0,0)

Tints of #AB8F9C

#AB8F9C
(171,143,156)
#B299A5
(178,153,165)
#B9A3AE
(185,163,174)
#C0ADB7
(192,173,183)
#C7B7C0
(199,183,192)
#CEC1C9
(206,193,201)
#D5CBD2
(213,203,210)
#DCD5DB
(220,213,219)
#E3DFE4
(227,223,228)
#EAE9ED
(234,233,237)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8F9C; }

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

This text font color is #AB8F9C.


Background Color

.myBgColor { background-color: #AB8F9C; }

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

This div background color is #AB8F9C.


Border color

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

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

This div border color is #AB8F9C.


Opacity

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

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

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

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

This text has shadow with #AB8F9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8F9C on black background.


Color preview on white background

This text has color #AB8F9C on white background.



Black color preview on #AB8F9C background

This text has black color on #AB8F9C background.


White color preview on #AB8F9C background

This text has white color on #AB8F9C background.