COLOR #AB96A0

HEX: #AB96A0
RGB: (171,150,160)

Color info

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

RGB color model

#AB96A0 color RGB value is (171,150,160).

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

RGB channels and saturation

R 171 of 255 = 67%
G 150 of 255 = 59%
B 160 of 255 = 63%

171
150
160

R + G + B ~ 63%. #AB96A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 150 + 160 = 481 (100%)
R 171 of 481 ~ 35.55%
G 150 of 481 ~ 31.19%
B 160 of 481 ~ 33.26%

%35.55
%31.19
%33.26

CMYK color model

#AB96A0 color CMYK value is (0,12,6,33).

  • cyan value is 0.00%
  • magenta value is 12.28%
  • yellow value is 6.43%
  • key color value is 32.94%
CMYK:
(0,12,6,33)
C0M12Y6K33 
(0%,12%,6%,33%)
(0.00/0.12/0.06/0.33)	

CMYK percentages

%0
%12.28
%6.43
%32.94

Codes

Color #AB96A0 in popluar color models

AB96A0
RGB171150160
HSL331°11.11%62.94%
HSB/HSV331°12.28%67.06%
CMYK0.00%12.28%6.43%
32.94%

Color #AB96A0 in popluar number systems.

HEXAB96A0
Decimal171150160
Binary101010111001011010100000
Octal253226240

Shades and tints

Shades of #AB96A0

#AB96A0
(171,150,160)
#9C8992
(156,137,146)
#8D7C84
(141,124,132)
#7E6F76
(126,111,118)
#6F6268
(111,98,104)
#60555A
(96,85,90)
#51484C
(81,72,76)
#423B3E
(66,59,62)
#332E30
(51,46,48)
#242122
(36,33,34)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #AB96A0

#AB96A0
(171,150,160)
#B29FA8
(178,159,168)
#B9A8B0
(185,168,176)
#C0B1B8
(192,177,184)
#C7BAC0
(199,186,192)
#CEC3C8
(206,195,200)
#D5CCD0
(213,204,208)
#DCD5D8
(220,213,216)
#E3DEE0
(227,222,224)
#EAE7E8
(234,231,232)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB96A0; }

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

This text font color is #AB96A0.


Background Color

.myBgColor { background-color: #AB96A0; }

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

This div background color is #AB96A0.


Border color

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

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

This div border color is #AB96A0.


Opacity

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

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

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

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

This text has shadow with #AB96A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB96A0 on black background.


Color preview on white background

This text has color #AB96A0 on white background.



Black color preview on #AB96A0 background

This text has black color on #AB96A0 background.


White color preview on #AB96A0 background

This text has white color on #AB96A0 background.