COLOR #AB96A9

HEX: #AB96A9
RGB: (171,150,169)

Color info

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

RGB color model

#AB96A9 color RGB value is (171,150,169).

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

RGB channels and saturation

R 171 of 255 = 67%
G 150 of 255 = 59%
B 169 of 255 = 66%

171
150
169

R + G + B ~ 64%. #AB96A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 150 + 169 = 490 (100%)
R 171 of 490 ~ 34.9%
G 150 of 490 ~ 30.61%
B 169 of 490 ~ 34.49%

%34.9
%30.61
%34.49

CMYK color model

#AB96A9 color CMYK value is (0,12,1,33).

  • cyan value is 0.00%
  • magenta value is 12.28%
  • yellow value is 1.17%
  • key color value is 32.94%
CMYK:
(0,12,1,33)
C0M12Y1K33 
(0%,12%,1%,33%)
(0.00/0.12/0.01/0.33)	

CMYK percentages

%0
%12.28
%1.17
%32.94

Codes

Color #AB96A9 in popluar color models

AB96A9
RGB171150169
HSL306°11.11%62.94%
HSB/HSV306°12.28%67.06%
CMYK0.00%12.28%1.17%
32.94%

Color #AB96A9 in popluar number systems.

HEXAB96A9
Decimal171150169
Binary101010111001011010101001
Octal253226251

Shades and tints

Shades of #AB96A9

#AB96A9
(171,150,169)
#9C899A
(156,137,154)
#8D7C8B
(141,124,139)
#7E6F7C
(126,111,124)
#6F626D
(111,98,109)
#60555E
(96,85,94)
#51484F
(81,72,79)
#423B40
(66,59,64)
#332E31
(51,46,49)
#242122
(36,33,34)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #AB96A9

#AB96A9
(171,150,169)
#B29FB0
(178,159,176)
#B9A8B7
(185,168,183)
#C0B1BE
(192,177,190)
#C7BAC5
(199,186,197)
#CEC3CC
(206,195,204)
#D5CCD3
(213,204,211)
#DCD5DA
(220,213,218)
#E3DEE1
(227,222,225)
#EAE7E8
(234,231,232)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB96A9; }

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

This text font color is #AB96A9.


Background Color

.myBgColor { background-color: #AB96A9; }

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

This div background color is #AB96A9.


Border color

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

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

This div border color is #AB96A9.


Opacity

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

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

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

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

This text has shadow with #AB96A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB96A9 on black background.


Color preview on white background

This text has color #AB96A9 on white background.



Black color preview on #AB96A9 background

This text has black color on #AB96A9 background.


White color preview on #AB96A9 background

This text has white color on #AB96A9 background.