COLOR #AB88B7

HEX: #AB88B7
RGB: (171,136,183)

Color info

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

RGB color model

#AB88B7 color RGB value is (171,136,183).

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

RGB channels and saturation

R 171 of 255 = 67%
G 136 of 255 = 53%
B 183 of 255 = 72%

171
136
183

R + G + B ~ 64%. #AB88B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 136 + 183 = 490 (100%)
R 171 of 490 ~ 34.9%
G 136 of 490 ~ 27.76%
B 183 of 490 ~ 37.35%

%34.9
%27.76
%37.35

CMYK color model

#AB88B7 color CMYK value is (7,26,0,28).

  • cyan value is 6.56%
  • magenta value is 25.68%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(7,26,0,28)
C7M26Y0K28 
(7%,26%,0%,28%)
(0.07/0.26/0.00/0.28)	

CMYK percentages

%6.56
%25.68
%0
%28.24

Codes

Color #AB88B7 in popluar color models

AB88B7
RGB171136183
HSL285°24.61%62.55%
HSB/HSV285°25.68%71.76%
CMYK6.56%25.68%0.00%
28.24%

Color #AB88B7 in popluar number systems.

HEXAB88B7
Decimal171136183
Binary101010111000100010110111
Octal253210267

Shades and tints

Shades of #AB88B7

#AB88B7
(171,136,183)
#9C7CA7
(156,124,167)
#8D7097
(141,112,151)
#7E6487
(126,100,135)
#6F5877
(111,88,119)
#604C67
(96,76,103)
#514057
(81,64,87)
#423447
(66,52,71)
#332837
(51,40,55)
#241C27
(36,28,39)
#151017
(21,16,23)
#000000
(0,0,0)

Tints of #AB88B7

#AB88B7
(171,136,183)
#B292BD
(178,146,189)
#B99CC3
(185,156,195)
#C0A6C9
(192,166,201)
#C7B0CF
(199,176,207)
#CEBAD5
(206,186,213)
#D5C4DB
(213,196,219)
#DCCEE1
(220,206,225)
#E3D8E7
(227,216,231)
#EAE2ED
(234,226,237)
#F1ECF3
(241,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB88B7; }

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

This text font color is #AB88B7.


Background Color

.myBgColor { background-color: #AB88B7; }

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

This div background color is #AB88B7.


Border color

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

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

This div border color is #AB88B7.


Opacity

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

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

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

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

This text has shadow with #AB88B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB88B7 on black background.


Color preview on white background

This text has color #AB88B7 on white background.



Black color preview on #AB88B7 background

This text has black color on #AB88B7 background.


White color preview on #AB88B7 background

This text has white color on #AB88B7 background.