COLOR #AB8D9B

HEX: #AB8D9B
RGB: (171,141,155)

Color info

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

RGB color model

#AB8D9B color RGB value is (171,141,155).

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

RGB channels and saturation

R 171 of 255 = 67%
G 141 of 255 = 55%
B 155 of 255 = 61%

171
141
155

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

Portions of RGB colors in percentages

R + G + B =
171 + 141 + 155 = 467 (100%)
R 171 of 467 ~ 36.62%
G 141 of 467 ~ 30.19%
B 155 of 467 ~ 33.19%

%36.62
%30.19
%33.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.54%
  • yellow value is 9.36%
  • key color value is 32.94%
CMYK:
(0,18,9,33)
C0M18Y9K33 
(0%,18%,9%,33%)
(0.00/0.18/0.09/0.33)	

CMYK percentages

%0
%17.54
%9.36
%32.94

Codes

Color #AB8D9B in popluar color models

AB8D9B
RGB171141155
HSL332°15.15%61.18%
HSB/HSV332°17.54%67.06%
CMYK0.00%17.54%9.36%
32.94%

Color #AB8D9B in popluar number systems.

HEXAB8D9B
Decimal171141155
Binary101010111000110110011011
Octal253215233

Shades and tints

Shades of #AB8D9B

#AB8D9B
(171,141,155)
#9C818D
(156,129,141)
#8D757F
(141,117,127)
#7E6971
(126,105,113)
#6F5D63
(111,93,99)
#605155
(96,81,85)
#514547
(81,69,71)
#423939
(66,57,57)
#332D2B
(51,45,43)
#24211D
(36,33,29)
#15150F
(21,21,15)
#000000
(0,0,0)

Tints of #AB8D9B

#AB8D9B
(171,141,155)
#B297A4
(178,151,164)
#B9A1AD
(185,161,173)
#C0ABB6
(192,171,182)
#C7B5BF
(199,181,191)
#CEBFC8
(206,191,200)
#D5C9D1
(213,201,209)
#DCD3DA
(220,211,218)
#E3DDE3
(227,221,227)
#EAE7EC
(234,231,236)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8D9B; }

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

This text font color is #AB8D9B.


Background Color

.myBgColor { background-color: #AB8D9B; }

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

This div background color is #AB8D9B.


Border color

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

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

This div border color is #AB8D9B.


Opacity

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

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

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

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

This text has shadow with #AB8D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8D9B on black background.


Color preview on white background

This text has color #AB8D9B on white background.



Black color preview on #AB8D9B background

This text has black color on #AB8D9B background.


White color preview on #AB8D9B background

This text has white color on #AB8D9B background.