COLOR #AB8D9A

HEX: #AB8D9A
RGB: (171,141,154)

Color info

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

RGB color model

#AB8D9A color RGB value is (171,141,154).

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

RGB channels and saturation

R 171 of 255 = 67%
G 141 of 255 = 55%
B 154 of 255 = 60%

171
141
154

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

Portions of RGB colors in percentages

R + G + B =
171 + 141 + 154 = 466 (100%)
R 171 of 466 ~ 36.7%
G 141 of 466 ~ 30.26%
B 154 of 466 ~ 33.05%

%36.7
%30.26
%33.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.54%
  • yellow value is 9.94%
  • key color value is 32.94%
CMYK:
(0,18,10,33)
C0M18Y10K33 
(0%,18%,10%,33%)
(0.00/0.18/0.10/0.33)	

CMYK percentages

%0
%17.54
%9.94
%32.94

Codes

Color #AB8D9A in popluar color models

AB8D9A
RGB171141154
HSL334°15.15%61.18%
HSB/HSV334°17.54%67.06%
CMYK0.00%17.54%9.94%
32.94%

Color #AB8D9A in popluar number systems.

HEXAB8D9A
Decimal171141154
Binary101010111000110110011010
Octal253215232

Shades and tints

Shades of #AB8D9A

#AB8D9A
(171,141,154)
#9C818C
(156,129,140)
#8D757E
(141,117,126)
#7E6970
(126,105,112)
#6F5D62
(111,93,98)
#605154
(96,81,84)
#514546
(81,69,70)
#423938
(66,57,56)
#332D2A
(51,45,42)
#24211C
(36,33,28)
#15150E
(21,21,14)
#000000
(0,0,0)

Tints of #AB8D9A

#AB8D9A
(171,141,154)
#B297A3
(178,151,163)
#B9A1AC
(185,161,172)
#C0ABB5
(192,171,181)
#C7B5BE
(199,181,190)
#CEBFC7
(206,191,199)
#D5C9D0
(213,201,208)
#DCD3D9
(220,211,217)
#E3DDE2
(227,221,226)
#EAE7EB
(234,231,235)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8D9A; }

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

This text font color is #AB8D9A.


Background Color

.myBgColor { background-color: #AB8D9A; }

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

This div background color is #AB8D9A.


Border color

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

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

This div border color is #AB8D9A.


Opacity

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

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

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

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

This text has shadow with #AB8D9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8D9A on black background.


Color preview on white background

This text has color #AB8D9A on white background.



Black color preview on #AB8D9A background

This text has black color on #AB8D9A background.


White color preview on #AB8D9A background

This text has white color on #AB8D9A background.