COLOR #AB8FA1

HEX: #AB8FA1
RGB: (171,143,161)

Color info

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

RGB color model

#AB8FA1 color RGB value is (171,143,161).

  • red value is 171;
  • green value is 143;
  • blue value is 161.
RGB:
(171,143,161)
(67%,56%,63%)

RGB channels and saturation

R 171 of 255 = 67%
G 143 of 255 = 56%
B 161 of 255 = 63%

171
143
161

R + G + B ~ 62%. #AB8FA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 143 + 161 = 475 (100%)
R 171 of 475 ~ 36%
G 143 of 475 ~ 30.11%
B 161 of 475 ~ 33.89%

%36
%30.11
%33.89

CMYK color model

#AB8FA1 color CMYK value is (0,16,6,33).

  • cyan value is 0.00%
  • magenta value is 16.37%
  • yellow value is 5.85%
  • key color value is 32.94%
CMYK:
(0,16,6,33)
C0M16Y6K33 
(0%,16%,6%,33%)
(0.00/0.16/0.06/0.33)	

CMYK percentages

%0
%16.37
%5.85
%32.94

Codes

Color #AB8FA1 in popluar color models

AB8FA1
RGB171143161
HSL321°14.29%61.57%
HSB/HSV321°16.37%67.06%
CMYK0.00%16.37%5.85%
32.94%

Color #AB8FA1 in popluar number systems.

HEXAB8FA1
Decimal171143161
Binary101010111000111110100001
Octal253217241

Shades and tints

Shades of #AB8FA1

#AB8FA1
(171,143,161)
#9C8293
(156,130,147)
#8D7585
(141,117,133)
#7E6877
(126,104,119)
#6F5B69
(111,91,105)
#604E5B
(96,78,91)
#51414D
(81,65,77)
#42343F
(66,52,63)
#332731
(51,39,49)
#241A23
(36,26,35)
#150D15
(21,13,21)
#000000
(0,0,0)

Tints of #AB8FA1

#AB8FA1
(171,143,161)
#B299A9
(178,153,169)
#B9A3B1
(185,163,177)
#C0ADB9
(192,173,185)
#C7B7C1
(199,183,193)
#CEC1C9
(206,193,201)
#D5CBD1
(213,203,209)
#DCD5D9
(220,213,217)
#E3DFE1
(227,223,225)
#EAE9E9
(234,233,233)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8FA1 color. Also use rgb(171,143,161) instead hex code.

Text Font Color

.myTextColor { color: #AB8FA1; }

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

This text font color is #AB8FA1.


Background Color

.myBgColor { background-color: #AB8FA1; }

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

This div background color is #AB8FA1.


Border color

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

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

This div border color is #AB8FA1.


Opacity

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

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

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

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

This text has shadow with #AB8FA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8FA1 on black background.


Color preview on white background

This text has color #AB8FA1 on white background.



Black color preview on #AB8FA1 background

This text has black color on #AB8FA1 background.


White color preview on #AB8FA1 background

This text has white color on #AB8FA1 background.