COLOR #AB88A6

HEX: #AB88A6
RGB: (171,136,166)

Color info

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

RGB color model

#AB88A6 color RGB value is (171,136,166).

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

RGB channels and saturation

R 171 of 255 = 67%
G 136 of 255 = 53%
B 166 of 255 = 65%

171
136
166

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

Portions of RGB colors in percentages

R + G + B =
171 + 136 + 166 = 473 (100%)
R 171 of 473 ~ 36.15%
G 136 of 473 ~ 28.75%
B 166 of 473 ~ 35.1%

%36.15
%28.75
%35.1

CMYK color model

#AB88A6 color CMYK value is (0,20,3,33).

  • cyan value is 0.00%
  • magenta value is 20.47%
  • yellow value is 2.92%
  • key color value is 32.94%
CMYK:
(0,20,3,33)
C0M20Y3K33 
(0%,20%,3%,33%)
(0.00/0.20/0.03/0.33)	

CMYK percentages

%0
%20.47
%2.92
%32.94

Codes

Color #AB88A6 in popluar color models

AB88A6
RGB171136166
HSL309°17.24%60.20%
HSB/HSV309°20.47%67.06%
CMYK0.00%20.47%2.92%
32.94%

Color #AB88A6 in popluar number systems.

HEXAB88A6
Decimal171136166
Binary101010111000100010100110
Octal253210246

Shades and tints

Shades of #AB88A6

#AB88A6
(171,136,166)
#9C7C97
(156,124,151)
#8D7088
(141,112,136)
#7E6479
(126,100,121)
#6F586A
(111,88,106)
#604C5B
(96,76,91)
#51404C
(81,64,76)
#42343D
(66,52,61)
#33282E
(51,40,46)
#241C1F
(36,28,31)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #AB88A6

#AB88A6
(171,136,166)
#B292AE
(178,146,174)
#B99CB6
(185,156,182)
#C0A6BE
(192,166,190)
#C7B0C6
(199,176,198)
#CEBACE
(206,186,206)
#D5C4D6
(213,196,214)
#DCCEDE
(220,206,222)
#E3D8E6
(227,216,230)
#EAE2EE
(234,226,238)
#F1ECF6
(241,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB88A6; }

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

This text font color is #AB88A6.


Background Color

.myBgColor { background-color: #AB88A6; }

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

This div background color is #AB88A6.


Border color

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

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

This div border color is #AB88A6.


Opacity

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

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

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

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

This text has shadow with #AB88A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB88A6 on black background.


Color preview on white background

This text has color #AB88A6 on white background.



Black color preview on #AB88A6 background

This text has black color on #AB88A6 background.


White color preview on #AB88A6 background

This text has white color on #AB88A6 background.