COLOR #AB9FB1

HEX: #AB9FB1
RGB: (171,159,177)

Color info

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

RGB color model

#AB9FB1 color RGB value is (171,159,177).

  • red value is 171;
  • green value is 159;
  • blue value is 177.
RGB:
(171,159,177)
(67%,62%,69%)

RGB channels and saturation

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

171
159
177

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

Portions of RGB colors in percentages

R + G + B =
171 + 159 + 177 = 507 (100%)
R 171 of 507 ~ 33.73%
G 159 of 507 ~ 31.36%
B 177 of 507 ~ 34.91%

%33.73
%31.36
%34.91

CMYK color model

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

  • cyan value is 3.39%
  • magenta value is 10.17%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(3,10,0,31)
C3M10Y0K31 
(3%,10%,0%,31%)
(0.03/0.10/0.00/0.31)	

CMYK percentages

%3.39
%10.17
%0
%30.59

Codes

Color #AB9FB1 in popluar color models

AB9FB1
RGB171159177
HSL280°10.34%65.88%
HSB/HSV280°10.17%69.41%
CMYK3.39%10.17%0.00%
30.59%

Color #AB9FB1 in popluar number systems.

HEXAB9FB1
Decimal171159177
Binary101010111001111110110001
Octal253237261

Shades and tints

Shades of #AB9FB1

#AB9FB1
(171,159,177)
#9C91A1
(156,145,161)
#8D8391
(141,131,145)
#7E7581
(126,117,129)
#6F6771
(111,103,113)
#605961
(96,89,97)
#514B51
(81,75,81)
#423D41
(66,61,65)
#332F31
(51,47,49)
#242121
(36,33,33)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #AB9FB1

#AB9FB1
(171,159,177)
#B2A7B8
(178,167,184)
#B9AFBF
(185,175,191)
#C0B7C6
(192,183,198)
#C7BFCD
(199,191,205)
#CEC7D4
(206,199,212)
#D5CFDB
(213,207,219)
#DCD7E2
(220,215,226)
#E3DFE9
(227,223,233)
#EAE7F0
(234,231,240)
#F1EFF7
(241,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9FB1; }

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

This text font color is #AB9FB1.


Background Color

.myBgColor { background-color: #AB9FB1; }

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

This div background color is #AB9FB1.


Border color

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

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

This div border color is #AB9FB1.


Opacity

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

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

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

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

This text has shadow with #AB9FB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9FB1 on black background.


Color preview on white background

This text has color #AB9FB1 on white background.



Black color preview on #AB9FB1 background

This text has black color on #AB9FB1 background.


White color preview on #AB9FB1 background

This text has white color on #AB9FB1 background.