COLOR #AB9FAF

HEX: #AB9FAF RGB: (171,159,175)

Color info

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

RGB color model

#AB9FAF color RGB value is (171,159,175).

RGB: (171,159,175) (67%, 62%, 69%)

RGB channels and saturation

R 171 of 255 = 67%
G 159 of 255 = 62%
B 175 of 255 = 69%

171
159
175

R + G + B ~ 66%. #AB9FAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 159 + 175 = 505 (100%)
R 171 of 505 ~ 33.86%
G 159 of 505 ~ 31.49%
B 175 of 505 ~ 34.65'%

%33.86
%31.49
%34.65

CMYK color model

#AB9FAF color CMYK value is (2,9,0,31).

  • cyan value is 2.29%
  • magenta value is 9.14%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (2,9,0,31)
C2M9Y0K31 (2%, 9%, 0%, 31%)
(0.02 / 0.09 / 0.00 / 0.31)

CMYK percentages

%2.29
%9.14
%0
%31.37

Codes

Color #AB9FAF in popluar color models

AB 9F AF
RGB 171 159 175
HSL 285° 9.09% 65.49%
HSB/HSV 285° 9.14% 68.63%
CMYK 2.29% 9.14% 0.00%
31.37%

Color #AB9FAF in popluar number systems.

HEX AB 9F AF
Decimal 171 159 175
Binary 10101011 10011111 10101111
Octal 253 237 257

Shades and tints

Shades of #AB9FAF

#AB9FAF
(171,159,175)
#9C91A0
(156,145,160)
#8D8391
(141,131,145)
#7E7582
(126,117,130)
#6F6773
(111,103,115)
#605964
(96,89,100)
#514B55
(81,75,85)
#423D46
(66,61,70)
#332F37
(51,47,55)
#242128
(36,33,40)
#151319
(21,19,25)
#000000
(0,0,0)

Tints of #AB9FAF

#AB9FAF
(171,159,175)
#B2A7B6
(178,167,182)
#B9AFBD
(185,175,189)
#C0B7C4
(192,183,196)
#C7BFCB
(199,191,203)
#CEC7D2
(206,199,210)
#D5CFD9
(213,207,217)
#DCD7E0
(220,215,224)
#E3DFE7
(227,223,231)
#EAE7EE
(234,231,238)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9FAF; }

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

This text font color is #AB9FAF.

Background Color

.myBgColor { background-color: #AB9FAF; }

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

This div background color is #AB9FAF.

Border color

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

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

This div border color is #AB9FAF.

Opacity

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

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

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

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

This text has shadow with #AB9FAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9FAF.

Preview

Color preview on black background

This text has color #AB9FAF on black background.


Color preview on white background

This text has color #AB9FAF on white background.


Black color preview on #AB9FAF background

This text has black color on #AB9FAF background.


White color preview on #AB9FAF background

This text has white color on #AB9FAF background.


Related colors

Complementary color

Complementary color for #hex is #546050.


I love getcolorcode.com

Triadic colors

1 #AFAB9F and #9FAFAB with #AB9FAF are triadic colors.

2 #AF9FAB and #9FABAF with #AB9FAF are triadic colors.