COLOR #AB9FAD

HEX: #AB9FAD RGB: (171,159,173)

Color info

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

RGB color model

#AB9FAD color RGB value is (171,159,173).

RGB: (171,159,173) (67%, 62%, 68%)

RGB channels and saturation

R 171 of 255 = 67%
G 159 of 255 = 62%
B 173 of 255 = 68%

171
159
173

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

Portions of RGB colors in percentages

R + G + B = 171 + 159 + 173 = 503 (100%)
R 171 of 503 ~ 34%
G 159 of 503 ~ 31.61%
B 173 of 503 ~ 34.39'%

%34
%31.61
%34.39

CMYK color model

#AB9FAD color CMYK value is (1,8,0,32).

  • cyan value is 1.16%
  • magenta value is 8.09%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (1,8,0,32)
C1M8Y0K32 (1%, 8%, 0%, 32%)
(0.01 / 0.08 / 0.00 / 0.32)

CMYK percentages

%1.16
%8.09
%0
%32.16

Codes

Color #AB9FAD in popluar color models

AB 9F AD
RGB 171 159 173
HSL 291° 7.87% 65.10%
HSB/HSV 291° 8.09% 67.84%
CMYK 1.16% 8.09% 0.00%
32.16%

Color #AB9FAD in popluar number systems.

HEX AB 9F AD
Decimal 171 159 173
Binary 10101011 10011111 10101101
Octal 253 237 255

Shades and tints

Shades of #AB9FAD

#AB9FAD
(171,159,173)
#9C919E
(156,145,158)
#8D838F
(141,131,143)
#7E7580
(126,117,128)
#6F6771
(111,103,113)
#605962
(96,89,98)
#514B53
(81,75,83)
#423D44
(66,61,68)
#332F35
(51,47,53)
#242126
(36,33,38)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #AB9FAD

#AB9FAD
(171,159,173)
#B2A7B4
(178,167,180)
#B9AFBB
(185,175,187)
#C0B7C2
(192,183,194)
#C7BFC9
(199,191,201)
#CEC7D0
(206,199,208)
#D5CFD7
(213,207,215)
#DCD7DE
(220,215,222)
#E3DFE5
(227,223,229)
#EAE7EC
(234,231,236)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9FAD; }

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

This text font color is #AB9FAD.

Background Color

.myBgColor { background-color: #AB9FAD; }

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

This div background color is #AB9FAD.

Border color

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

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

This div border color is #AB9FAD.

Opacity

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

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

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

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

This text has shadow with #AB9FAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9FAD.

Preview

Color preview on black background

This text has color #AB9FAD on black background.


Color preview on white background

This text has color #AB9FAD on white background.


Black color preview on #AB9FAD background

This text has black color on #AB9FAD background.


White color preview on #AB9FAD background

This text has white color on #AB9FAD background.


Related colors

Complementary color

Complementary color for #hex is #546052.


I love getcolorcode.com

Triadic colors

1 #ADAB9F and #9FADAB with #AB9FAD are triadic colors.

2 #AD9FAB and #9FABAD with #AB9FAD are triadic colors.