COLOR #AB88A1

HEX: #AB88A1
RGB: (171,136,161)

Color info

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

RGB color model

#AB88A1 color RGB value is (171,136,161).

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

RGB channels and saturation

R 171 of 255 = 67%
G 136 of 255 = 53%
B 161 of 255 = 63%

171
136
161

R + G + B ~ 61%. #AB88A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 136 + 161 = 468 (100%)
R 171 of 468 ~ 36.54%
G 136 of 468 ~ 29.06%
B 161 of 468 ~ 34.4%

%36.54
%29.06
%34.4

CMYK color model

#AB88A1 color CMYK value is (0,20,6,33).

  • cyan value is 0.00%
  • magenta value is 20.47%
  • yellow value is 5.85%
  • key color value is 32.94%
CMYK:
(0,20,6,33)
C0M20Y6K33 
(0%,20%,6%,33%)
(0.00/0.20/0.06/0.33)	

CMYK percentages

%0
%20.47
%5.85
%32.94

Codes

Color #AB88A1 in popluar color models

AB88A1
RGB171136161
HSL317°17.24%60.20%
HSB/HSV317°20.47%67.06%
CMYK0.00%20.47%5.85%
32.94%

Color #AB88A1 in popluar number systems.

HEXAB88A1
Decimal171136161
Binary101010111000100010100001
Octal253210241

Shades and tints

Shades of #AB88A1

#AB88A1
(171,136,161)
#9C7C93
(156,124,147)
#8D7085
(141,112,133)
#7E6477
(126,100,119)
#6F5869
(111,88,105)
#604C5B
(96,76,91)
#51404D
(81,64,77)
#42343F
(66,52,63)
#332831
(51,40,49)
#241C23
(36,28,35)
#151015
(21,16,21)
#000000
(0,0,0)

Tints of #AB88A1

#AB88A1
(171,136,161)
#B292A9
(178,146,169)
#B99CB1
(185,156,177)
#C0A6B9
(192,166,185)
#C7B0C1
(199,176,193)
#CEBAC9
(206,186,201)
#D5C4D1
(213,196,209)
#DCCED9
(220,206,217)
#E3D8E1
(227,216,225)
#EAE2E9
(234,226,233)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB88A1; }

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

This text font color is #AB88A1.


Background Color

.myBgColor { background-color: #AB88A1; }

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

This div background color is #AB88A1.


Border color

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

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

This div border color is #AB88A1.


Opacity

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

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

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

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

This text has shadow with #AB88A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB88A1 on black background.


Color preview on white background

This text has color #AB88A1 on white background.



Black color preview on #AB88A1 background

This text has black color on #AB88A1 background.


White color preview on #AB88A1 background

This text has white color on #AB88A1 background.