COLOR #AB96A1

HEX: #AB96A1 RGB: (171,150,161)

Color info

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

RGB color model

#AB96A1 color RGB value is (171,150,161).

RGB: (171,150,161) (67%, 59%, 63%)

RGB channels and saturation

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

171
150
161

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

Portions of RGB colors in percentages

R + G + B = 171 + 150 + 161 = 482 (100%)
R 171 of 482 ~ 35.48%
G 150 of 482 ~ 31.12%
B 161 of 482 ~ 33.4'%

%35.48
%31.12
%33.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.28%
  • yellow value is 5.85%
  • 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
%5.85
%32.94

Codes

Color #AB96A1 in popluar color models

AB 96 A1
RGB 171 150 161
HSL 329° 11.11% 62.94%
HSB/HSV 329° 12.28% 67.06%
CMYK 0.00% 12.28% 5.85%
32.94%

Color #AB96A1 in popluar number systems.

HEX AB 96 A1
Decimal 171 150 161
Binary 10101011 10010110 10100001
Octal 253 226 241

Shades and tints

Shades of #AB96A1

#AB96A1
(171,150,161)
#9C8993
(156,137,147)
#8D7C85
(141,124,133)
#7E6F77
(126,111,119)
#6F6269
(111,98,105)
#60555B
(96,85,91)
#51484D
(81,72,77)
#423B3F
(66,59,63)
#332E31
(51,46,49)
#242123
(36,33,35)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #AB96A1

#AB96A1
(171,150,161)
#B29FA9
(178,159,169)
#B9A8B1
(185,168,177)
#C0B1B9
(192,177,185)
#C7BAC1
(199,186,193)
#CEC3C9
(206,195,201)
#D5CCD1
(213,204,209)
#DCD5D9
(220,213,217)
#E3DEE1
(227,222,225)
#EAE7E9
(234,231,233)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB96A1; }

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

This text font color is #AB96A1.

Background Color

.myBgColor { background-color: #AB96A1; }

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

This div background color is #AB96A1.

Border color

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

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

This div border color is #AB96A1.

Opacity

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

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

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

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

This text has shadow with #AB96A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB96A1.

Preview

Color preview on black background

This text has color #AB96A1 on black background.


Color preview on white background

This text has color #AB96A1 on white background.


Black color preview on #AB96A1 background

This text has black color on #AB96A1 background.


White color preview on #AB96A1 background

This text has white color on #AB96A1 background.


Related colors

Complementary color

Complementary color for #hex is #54695E.


I love getcolorcode.com

Triadic colors

1 #A1AB96 and #96A1AB with #AB96A1 are triadic colors.

2 #A196AB and #96ABA1 with #AB96A1 are triadic colors.