COLOR #AB9FB0

HEX: #AB9FB0 RGB: (171,159,176)

Color info

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

RGB color model

#AB9FB0 color RGB value is (171,159,176).

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

RGB channels and saturation

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

171
159
176

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

Portions of RGB colors in percentages

R + G + B = 171 + 159 + 176 = 506 (100%)
R 171 of 506 ~ 33.79%
G 159 of 506 ~ 31.42%
B 176 of 506 ~ 34.78'%

%33.79
%31.42
%34.78

CMYK color model

#AB9FB0 color CMYK value is (3,10,0,31).

  • cyan value is 2.84%
  • magenta value is 9.66%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (3,10,0,31)
C3M10Y0K31 (3%, 10%, 0%, 31%)
(0.03 / 0.10 / 0.00 / 0.31)

CMYK percentages

%2.84
%9.66
%0
%30.98

Codes

Color #AB9FB0 in popluar color models

AB 9F B0
RGB 171 159 176
HSL 282° 9.71% 65.69%
HSB/HSV 282° 9.66% 69.02%
CMYK 2.84% 9.66% 0.00%
30.98%

Color #AB9FB0 in popluar number systems.

HEX AB 9F B0
Decimal 171 159 176
Binary 10101011 10011111 10110000
Octal 253 237 260

Shades and tints

Shades of #AB9FB0

#AB9FB0
(171,159,176)
#9C91A0
(156,145,160)
#8D8390
(141,131,144)
#7E7580
(126,117,128)
#6F6770
(111,103,112)
#605960
(96,89,96)
#514B50
(81,75,80)
#423D40
(66,61,64)
#332F30
(51,47,48)
#242120
(36,33,32)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #AB9FB0

#AB9FB0
(171,159,176)
#B2A7B7
(178,167,183)
#B9AFBE
(185,175,190)
#C0B7C5
(192,183,197)
#C7BFCC
(199,191,204)
#CEC7D3
(206,199,211)
#D5CFDA
(213,207,218)
#DCD7E1
(220,215,225)
#E3DFE8
(227,223,232)
#EAE7EF
(234,231,239)
#F1EFF6
(241,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9FB0; }

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

This text font color is #AB9FB0.

Background Color

.myBgColor { background-color: #AB9FB0; }

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

This div background color is #AB9FB0.

Border color

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

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

This div border color is #AB9FB0.

Opacity

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

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

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

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

This text has shadow with #AB9FB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9FB0.

Preview

Color preview on black background

This text has color #AB9FB0 on black background.


Color preview on white background

This text has color #AB9FB0 on white background.


Black color preview on #AB9FB0 background

This text has black color on #AB9FB0 background.


White color preview on #AB9FB0 background

This text has white color on #AB9FB0 background.


Related colors

Complementary color

Complementary color for #hex is #54604F.


I love getcolorcode.com

Triadic colors

1 #B0AB9F and #9FB0AB with #AB9FB0 are triadic colors.

2 #B09FAB and #9FABB0 with #AB9FB0 are triadic colors.