COLOR #AB8A9B

HEX: #AB8A9B
RGB: (171,138,155)

Color info

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

RGB color model

#AB8A9B color RGB value is (171,138,155).

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

RGB channels and saturation

R 171 of 255 = 67%
G 138 of 255 = 54%
B 155 of 255 = 61%

171
138
155

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

Portions of RGB colors in percentages

R + G + B =
171 + 138 + 155 = 464 (100%)
R 171 of 464 ~ 36.85%
G 138 of 464 ~ 29.74%
B 155 of 464 ~ 33.41%

%36.85
%29.74
%33.41

CMYK color model

#AB8A9B color CMYK value is (0,19,9,33).

  • cyan value is 0.00%
  • magenta value is 19.30%
  • yellow value is 9.36%
  • key color value is 32.94%
CMYK:
(0,19,9,33)
C0M19Y9K33 
(0%,19%,9%,33%)
(0.00/0.19/0.09/0.33)	

CMYK percentages

%0
%19.3
%9.36
%32.94

Codes

Color #AB8A9B in popluar color models

AB8A9B
RGB171138155
HSL329°16.42%60.59%
HSB/HSV329°19.30%67.06%
CMYK0.00%19.30%9.36%
32.94%

Color #AB8A9B in popluar number systems.

HEXAB8A9B
Decimal171138155
Binary101010111000101010011011
Octal253212233

Shades and tints

Shades of #AB8A9B

#AB8A9B
(171,138,155)
#9C7E8D
(156,126,141)
#8D727F
(141,114,127)
#7E6671
(126,102,113)
#6F5A63
(111,90,99)
#604E55
(96,78,85)
#514247
(81,66,71)
#423639
(66,54,57)
#332A2B
(51,42,43)
#241E1D
(36,30,29)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #AB8A9B

#AB8A9B
(171,138,155)
#B294A4
(178,148,164)
#B99EAD
(185,158,173)
#C0A8B6
(192,168,182)
#C7B2BF
(199,178,191)
#CEBCC8
(206,188,200)
#D5C6D1
(213,198,209)
#DCD0DA
(220,208,218)
#E3DAE3
(227,218,227)
#EAE4EC
(234,228,236)
#F1EEF5
(241,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8A9B; }

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

This text font color is #AB8A9B.


Background Color

.myBgColor { background-color: #AB8A9B; }

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

This div background color is #AB8A9B.


Border color

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

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

This div border color is #AB8A9B.


Opacity

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

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

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

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

This text has shadow with #AB8A9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8A9B on black background.


Color preview on white background

This text has color #AB8A9B on white background.



Black color preview on #AB8A9B background

This text has black color on #AB8A9B background.


White color preview on #AB8A9B background

This text has white color on #AB8A9B background.