COLOR #AB96A3

HEX: #AB96A3
RGB: (171,150,163)

Color info

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

RGB color model

#AB96A3 color RGB value is (171,150,163).

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

RGB channels and saturation

R 171 of 255 = 67%
G 150 of 255 = 59%
B 163 of 255 = 64%

171
150
163

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

Portions of RGB colors in percentages

R + G + B =
171 + 150 + 163 = 484 (100%)
R 171 of 484 ~ 35.33%
G 150 of 484 ~ 30.99%
B 163 of 484 ~ 33.68%

%35.33
%30.99
%33.68

CMYK color model

#AB96A3 color CMYK value is (0,12,5,33).

  • cyan value is 0.00%
  • magenta value is 12.28%
  • yellow value is 4.68%
  • key color value is 32.94%
CMYK:
(0,12,5,33)
C0M12Y5K33 
(0%,12%,5%,33%)
(0.00/0.12/0.05/0.33)	

CMYK percentages

%0
%12.28
%4.68
%32.94

Codes

Color #AB96A3 in popluar color models

AB96A3
RGB171150163
HSL323°11.11%62.94%
HSB/HSV323°12.28%67.06%
CMYK0.00%12.28%4.68%
32.94%

Color #AB96A3 in popluar number systems.

HEXAB96A3
Decimal171150163
Binary101010111001011010100011
Octal253226243

Shades and tints

Shades of #AB96A3

#AB96A3
(171,150,163)
#9C8995
(156,137,149)
#8D7C87
(141,124,135)
#7E6F79
(126,111,121)
#6F626B
(111,98,107)
#60555D
(96,85,93)
#51484F
(81,72,79)
#423B41
(66,59,65)
#332E33
(51,46,51)
#242125
(36,33,37)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #AB96A3

#AB96A3
(171,150,163)
#B29FAB
(178,159,171)
#B9A8B3
(185,168,179)
#C0B1BB
(192,177,187)
#C7BAC3
(199,186,195)
#CEC3CB
(206,195,203)
#D5CCD3
(213,204,211)
#DCD5DB
(220,213,219)
#E3DEE3
(227,222,227)
#EAE7EB
(234,231,235)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB96A3; }

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

This text font color is #AB96A3.


Background Color

.myBgColor { background-color: #AB96A3; }

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

This div background color is #AB96A3.


Border color

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

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

This div border color is #AB96A3.


Opacity

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

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

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

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

This text has shadow with #AB96A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB96A3 on black background.


Color preview on white background

This text has color #AB96A3 on white background.



Black color preview on #AB96A3 background

This text has black color on #AB96A3 background.


White color preview on #AB96A3 background

This text has white color on #AB96A3 background.