COLOR #AB9FB4

HEX: #AB9FB4
RGB: (171,159,180)

Color info

#AB9FB4 contains red, green and blue colors in about the same proportion. Web safe color of #AB9FB4 is #9999CC (or #99C).

RGB color model

#AB9FB4 color RGB value is (171,159,180).

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

RGB channels and saturation

R 171 of 255 = 67%
G 159 of 255 = 62%
B 180 of 255 = 71%

171
159
180

R + G + B ~ 67%. #AB9FB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 159 + 180 = 510 (100%)
R 171 of 510 ~ 33.53%
G 159 of 510 ~ 31.18%
B 180 of 510 ~ 35.29%

%33.53
%31.18
%35.29

CMYK color model

#AB9FB4 color CMYK value is (5,12,0,29).

  • cyan value is 5.00%
  • magenta value is 11.67%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(5,12,0,29)
C5M12Y0K29 
(5%,12%,0%,29%)
(0.05/0.12/0.00/0.29)	

CMYK percentages

%5
%11.67
%0
%29.41

Codes

Color #AB9FB4 in popluar color models

AB9FB4
RGB171159180
HSL274°12.28%66.47%
HSB/HSV274°11.67%70.59%
CMYK5.00%11.67%0.00%
29.41%

Color #AB9FB4 in popluar number systems.

HEXAB9FB4
Decimal171159180
Binary101010111001111110110100
Octal253237264

Shades and tints

Shades of #AB9FB4

#AB9FB4
(171,159,180)
#9C91A4
(156,145,164)
#8D8394
(141,131,148)
#7E7584
(126,117,132)
#6F6774
(111,103,116)
#605964
(96,89,100)
#514B54
(81,75,84)
#423D44
(66,61,68)
#332F34
(51,47,52)
#242124
(36,33,36)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #AB9FB4

#AB9FB4
(171,159,180)
#B2A7BA
(178,167,186)
#B9AFC0
(185,175,192)
#C0B7C6
(192,183,198)
#C7BFCC
(199,191,204)
#CEC7D2
(206,199,210)
#D5CFD8
(213,207,216)
#DCD7DE
(220,215,222)
#E3DFE4
(227,223,228)
#EAE7EA
(234,231,234)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9FB4; }

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

This text font color is #AB9FB4.


Background Color

.myBgColor { background-color: #AB9FB4; }

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

This div background color is #AB9FB4.


Border color

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

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

This div border color is #AB9FB4.


Opacity

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

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

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

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

This text has shadow with #AB9FB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9FB4 on black background.


Color preview on white background

This text has color #AB9FB4 on white background.



Black color preview on #AB9FB4 background

This text has black color on #AB9FB4 background.


White color preview on #AB9FB4 background

This text has white color on #AB9FB4 background.