COLOR #AB9FA5

HEX: #AB9FA5 RGB: (171,159,165)

Color info

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

RGB color model

#AB9FA5 color RGB value is (171,159,165).

RGB: (171,159,165) (67%, 62%, 65%)

RGB channels and saturation

R 171 of 255 = 67%
G 159 of 255 = 62%
B 165 of 255 = 65%

171
159
165

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

Portions of RGB colors in percentages

R + G + B = 171 + 159 + 165 = 495 (100%)
R 171 of 495 ~ 34.55%
G 159 of 495 ~ 32.12%
B 165 of 495 ~ 33.33'%

%34.55
%32.12
%33.33

CMYK color model

#AB9FA5 color CMYK value is (0,7,4,33).

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

CMYK: (0,7,4,33)
C0M7Y4K33 (0%, 7%, 4%, 33%)
(0.00 / 0.07 / 0.04 / 0.33)

CMYK percentages

%0
%7.02
%3.51
%32.94

Codes

Color #AB9FA5 in popluar color models

AB 9F A5
RGB 171 159 165
HSL 330° 6.67% 64.71%
HSB/HSV 330° 7.02% 67.06%
CMYK 0.00% 7.02% 3.51%
32.94%

Color #AB9FA5 in popluar number systems.

HEX AB 9F A5
Decimal 171 159 165
Binary 10101011 10011111 10100101
Octal 253 237 245

Shades and tints

Shades of #AB9FA5

#AB9FA5
(171,159,165)
#9C9196
(156,145,150)
#8D8387
(141,131,135)
#7E7578
(126,117,120)
#6F6769
(111,103,105)
#60595A
(96,89,90)
#514B4B
(81,75,75)
#423D3C
(66,61,60)
#332F2D
(51,47,45)
#24211E
(36,33,30)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #AB9FA5

#AB9FA5
(171,159,165)
#B2A7AD
(178,167,173)
#B9AFB5
(185,175,181)
#C0B7BD
(192,183,189)
#C7BFC5
(199,191,197)
#CEC7CD
(206,199,205)
#D5CFD5
(213,207,213)
#DCD7DD
(220,215,221)
#E3DFE5
(227,223,229)
#EAE7ED
(234,231,237)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9FA5; }

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

This text font color is #AB9FA5.

Background Color

.myBgColor { background-color: #AB9FA5; }

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

This div background color is #AB9FA5.

Border color

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

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

This div border color is #AB9FA5.

Opacity

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

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

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

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

This text has shadow with #AB9FA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9FA5.

Preview

Color preview on black background

This text has color #AB9FA5 on black background.


Color preview on white background

This text has color #AB9FA5 on white background.


Black color preview on #AB9FA5 background

This text has black color on #AB9FA5 background.


White color preview on #AB9FA5 background

This text has white color on #AB9FA5 background.


Related colors

Complementary color

Complementary color for #hex is #54605A.


I love getcolorcode.com

Triadic colors

1 #A5AB9F and #9FA5AB with #AB9FA5 are triadic colors.

2 #A59FAB and #9FABA5 with #AB9FA5 are triadic colors.