COLOR #AB87BF

HEX: #AB87BF
RGB: (171,135,191)

Color info

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

RGB color model

#AB87BF color RGB value is (171,135,191).

  • red value is 171;
  • green value is 135;
  • blue value is 191.
RGB:
(171,135,191)
(67%,53%,75%)

RGB channels and saturation

R 171 of 255 = 67%
G 135 of 255 = 53%
B 191 of 255 = 75%

171
135
191

R + G + B ~ 65%. #AB87BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 135 + 191 = 497 (100%)
R 171 of 497 ~ 34.41%
G 135 of 497 ~ 27.16%
B 191 of 497 ~ 38.43%

%34.41
%27.16
%38.43

CMYK color model

#AB87BF color CMYK value is (10,29,0,25).

  • cyan value is 10.47%
  • magenta value is 29.32%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(10,29,0,25)
C10M29Y0K25 
(10%,29%,0%,25%)
(0.10/0.29/0.00/0.25)	

CMYK percentages

%10.47
%29.32
%0
%25.1

Codes

Color #AB87BF in popluar color models

AB87BF
RGB171135191
HSL279°30.43%63.92%
HSB/HSV279°29.32%74.90%
CMYK10.47%29.32%0.00%
25.10%

Color #AB87BF in popluar number systems.

HEXAB87BF
Decimal171135191
Binary101010111000011110111111
Octal253207277

Shades and tints

Shades of #AB87BF

#AB87BF
(171,135,191)
#9C7BAE
(156,123,174)
#8D6F9D
(141,111,157)
#7E638C
(126,99,140)
#6F577B
(111,87,123)
#604B6A
(96,75,106)
#513F59
(81,63,89)
#423348
(66,51,72)
#332737
(51,39,55)
#241B26
(36,27,38)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #AB87BF

#AB87BF
(171,135,191)
#B291C4
(178,145,196)
#B99BC9
(185,155,201)
#C0A5CE
(192,165,206)
#C7AFD3
(199,175,211)
#CEB9D8
(206,185,216)
#D5C3DD
(213,195,221)
#DCCDE2
(220,205,226)
#E3D7E7
(227,215,231)
#EAE1EC
(234,225,236)
#F1EBF1
(241,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB87BF color. Also use rgb(171,135,191) instead hex code.

Text Font Color

.myTextColor { color: #AB87BF; }

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

This text font color is #AB87BF.


Background Color

.myBgColor { background-color: #AB87BF; }

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

This div background color is #AB87BF.


Border color

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

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

This div border color is #AB87BF.


Opacity

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

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

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

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

This text has shadow with #AB87BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB87BF on black background.


Color preview on white background

This text has color #AB87BF on white background.



Black color preview on #AB87BF background

This text has black color on #AB87BF background.


White color preview on #AB87BF background

This text has white color on #AB87BF background.