COLOR #AB9FA4

HEX: #AB9FA4 RGB: (171,159,164)

Color info

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

RGB color model

#AB9FA4 color RGB value is (171,159,164).

RGB: (171,159,164) (67%, 62%, 64%)

RGB channels and saturation

R 171 of 255 = 67%
G 159 of 255 = 62%
B 164 of 255 = 64%

171
159
164

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

Portions of RGB colors in percentages

R + G + B = 171 + 159 + 164 = 494 (100%)
R 171 of 494 ~ 34.62%
G 159 of 494 ~ 32.19%
B 164 of 494 ~ 33.2'%

%34.62
%32.19
%33.2

CMYK color model

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

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

Codes

Color #AB9FA4 in popluar color models

AB 9F A4
RGB 171 159 164
HSL 335° 6.67% 64.71%
HSB/HSV 335° 7.02% 67.06%
CMYK 0.00% 7.02% 4.09%
32.94%

Color #AB9FA4 in popluar number systems.

HEX AB 9F A4
Decimal 171 159 164
Binary 10101011 10011111 10100100
Octal 253 237 244

Shades and tints

Shades of #AB9FA4

#AB9FA4
(171,159,164)
#9C9196
(156,145,150)
#8D8388
(141,131,136)
#7E757A
(126,117,122)
#6F676C
(111,103,108)
#60595E
(96,89,94)
#514B50
(81,75,80)
#423D42
(66,61,66)
#332F34
(51,47,52)
#242126
(36,33,38)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #AB9FA4

#AB9FA4
(171,159,164)
#B2A7AC
(178,167,172)
#B9AFB4
(185,175,180)
#C0B7BC
(192,183,188)
#C7BFC4
(199,191,196)
#CEC7CC
(206,199,204)
#D5CFD4
(213,207,212)
#DCD7DC
(220,215,220)
#E3DFE4
(227,223,228)
#EAE7EC
(234,231,236)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9FA4; }

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

This text font color is #AB9FA4.

Background Color

.myBgColor { background-color: #AB9FA4; }

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

This div background color is #AB9FA4.

Border color

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

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

This div border color is #AB9FA4.

Opacity

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

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

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

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

This text has shadow with #AB9FA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9FA4.

Preview

Color preview on black background

This text has color #AB9FA4 on black background.


Color preview on white background

This text has color #AB9FA4 on white background.


Black color preview on #AB9FA4 background

This text has black color on #AB9FA4 background.


White color preview on #AB9FA4 background

This text has white color on #AB9FA4 background.


Related colors

Complementary color

Complementary color for #hex is #54605B.


I love getcolorcode.com

Triadic colors

1 #A4AB9F and #9FA4AB with #AB9FA4 are triadic colors.

2 #A49FAB and #9FABA4 with #AB9FA4 are triadic colors.