COLOR #AB9FA9

HEX: #AB9FA9 RGB: (171,159,169)

Color info

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

RGB color model

#AB9FA9 color RGB value is (171,159,169).

RGB: (171,159,169) (67%, 62%, 66%)

RGB channels and saturation

R 171 of 255 = 67%
G 159 of 255 = 62%
B 169 of 255 = 66%

171
159
169

R + G + B ~ 65%. #AB9FA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 159 + 169 = 499 (100%)
R 171 of 499 ~ 34.27%
G 159 of 499 ~ 31.86%
B 169 of 499 ~ 33.87'%

%34.27
%31.86
%33.87

CMYK color model

#AB9FA9 color CMYK value is (0,7,1,33).

  • cyan value is 0.00%
  • magenta value is 7.02%
  • yellow value is 1.17%
  • key color value is 32.94%

CMYK: (0,7,1,33)
C0M7Y1K33 (0%, 7%, 1%, 33%)
(0.00 / 0.07 / 0.01 / 0.33)

CMYK percentages

%0
%7.02
%1.17
%32.94

Codes

Color #AB9FA9 in popluar color models

AB 9F A9
RGB 171 159 169
HSL 310° 6.67% 64.71%
HSB/HSV 310° 7.02% 67.06%
CMYK 0.00% 7.02% 1.17%
32.94%

Color #AB9FA9 in popluar number systems.

HEX AB 9F A9
Decimal 171 159 169
Binary 10101011 10011111 10101001
Octal 253 237 251

Shades and tints

Shades of #AB9FA9

#AB9FA9
(171,159,169)
#9C919A
(156,145,154)
#8D838B
(141,131,139)
#7E757C
(126,117,124)
#6F676D
(111,103,109)
#60595E
(96,89,94)
#514B4F
(81,75,79)
#423D40
(66,61,64)
#332F31
(51,47,49)
#242122
(36,33,34)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #AB9FA9

#AB9FA9
(171,159,169)
#B2A7B0
(178,167,176)
#B9AFB7
(185,175,183)
#C0B7BE
(192,183,190)
#C7BFC5
(199,191,197)
#CEC7CC
(206,199,204)
#D5CFD3
(213,207,211)
#DCD7DA
(220,215,218)
#E3DFE1
(227,223,225)
#EAE7E8
(234,231,232)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9FA9; }

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

This text font color is #AB9FA9.

Background Color

.myBgColor { background-color: #AB9FA9; }

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

This div background color is #AB9FA9.

Border color

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

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

This div border color is #AB9FA9.

Opacity

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

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

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

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

This text has shadow with #AB9FA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9FA9.

Preview

Color preview on black background

This text has color #AB9FA9 on black background.


Color preview on white background

This text has color #AB9FA9 on white background.


Black color preview on #AB9FA9 background

This text has black color on #AB9FA9 background.


White color preview on #AB9FA9 background

This text has white color on #AB9FA9 background.


Related colors

Complementary color

Complementary color for #hex is #546056.


I love getcolorcode.com

Triadic colors

1 #A9AB9F and #9FA9AB with #AB9FA9 are triadic colors.

2 #A99FAB and #9FABA9 with #AB9FA9 are triadic colors.