COLOR #AB8496

HEX: #AB8496
RGB: (171,132,150)

Color info

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

RGB color model

#AB8496 color RGB value is (171,132,150).

  • red value is 171;
  • green value is 132;
  • blue value is 150.
RGB:
(171,132,150)
(67%,52%,59%)

RGB channels and saturation

R 171 of 255 = 67%
G 132 of 255 = 52%
B 150 of 255 = 59%

171
132
150

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

Portions of RGB colors in percentages

R + G + B =
171 + 132 + 150 = 453 (100%)
R 171 of 453 ~ 37.75%
G 132 of 453 ~ 29.14%
B 150 of 453 ~ 33.11%

%37.75
%29.14
%33.11

CMYK color model

#AB8496 color CMYK value is (0,23,12,33).

  • cyan value is 0.00%
  • magenta value is 22.81%
  • yellow value is 12.28%
  • key color value is 32.94%
CMYK:
(0,23,12,33)
C0M23Y12K33 
(0%,23%,12%,33%)
(0.00/0.23/0.12/0.33)	

CMYK percentages

%0
%22.81
%12.28
%32.94

Codes

Color #AB8496 in popluar color models

AB8496
RGB171132150
HSL332°18.84%59.41%
HSB/HSV332°22.81%67.06%
CMYK0.00%22.81%12.28%
32.94%

Color #AB8496 in popluar number systems.

HEXAB8496
Decimal171132150
Binary101010111000010010010110
Octal253204226

Shades and tints

Shades of #AB8496

#AB8496
(171,132,150)
#9C7889
(156,120,137)
#8D6C7C
(141,108,124)
#7E606F
(126,96,111)
#6F5462
(111,84,98)
#604855
(96,72,85)
#513C48
(81,60,72)
#42303B
(66,48,59)
#33242E
(51,36,46)
#241821
(36,24,33)
#150C14
(21,12,20)
#000000
(0,0,0)

Tints of #AB8496

#AB8496
(171,132,150)
#B28F9F
(178,143,159)
#B99AA8
(185,154,168)
#C0A5B1
(192,165,177)
#C7B0BA
(199,176,186)
#CEBBC3
(206,187,195)
#D5C6CC
(213,198,204)
#DCD1D5
(220,209,213)
#E3DCDE
(227,220,222)
#EAE7E7
(234,231,231)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8496 color. Also use rgb(171,132,150) instead hex code.

Text Font Color

.myTextColor { color: #AB8496; }

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

This text font color is #AB8496.


Background Color

.myBgColor { background-color: #AB8496; }

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

This div background color is #AB8496.


Border color

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

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

This div border color is #AB8496.


Opacity

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

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

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

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

This text has shadow with #AB8496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8496 on black background.


Color preview on white background

This text has color #AB8496 on white background.



Black color preview on #AB8496 background

This text has black color on #AB8496 background.


White color preview on #AB8496 background

This text has white color on #AB8496 background.