COLOR #AC87B0

HEX: #AC87B0
RGB: (172,135,176)

Color info

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

RGB color model

#AC87B0 color RGB value is (172,135,176).

  • red value is 172;
  • green value is 135;
  • blue value is 176.
RGB:
(172,135,176)
(67%,53%,69%)

RGB channels and saturation

R 172 of 255 = 67%
G 135 of 255 = 53%
B 176 of 255 = 69%

172
135
176

R + G + B ~ 63%. #AC87B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 135 + 176 = 483 (100%)
R 172 of 483 ~ 35.61%
G 135 of 483 ~ 27.95%
B 176 of 483 ~ 36.44%

%35.61
%27.95
%36.44

CMYK color model

#AC87B0 color CMYK value is (2,23,0,31).

  • cyan value is 2.27%
  • magenta value is 23.30%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(2,23,0,31)
C2M23Y0K31 
(2%,23%,0%,31%)
(0.02/0.23/0.00/0.31)	

CMYK percentages

%2.27
%23.3
%0
%30.98

Codes

Color #AC87B0 in popluar color models

AC87B0
RGB172135176
HSL294°20.60%60.98%
HSB/HSV294°23.30%69.02%
CMYK2.27%23.30%0.00%
30.98%

Color #AC87B0 in popluar number systems.

HEXAC87B0
Decimal172135176
Binary101011001000011110110000
Octal254207260

Shades and tints

Shades of #AC87B0

#AC87B0
(172,135,176)
#9D7BA0
(157,123,160)
#8E6F90
(142,111,144)
#7F6380
(127,99,128)
#705770
(112,87,112)
#614B60
(97,75,96)
#523F50
(82,63,80)
#433340
(67,51,64)
#342730
(52,39,48)
#251B20
(37,27,32)
#160F10
(22,15,16)
#000000
(0,0,0)

Tints of #AC87B0

#AC87B0
(172,135,176)
#B391B7
(179,145,183)
#BA9BBE
(186,155,190)
#C1A5C5
(193,165,197)
#C8AFCC
(200,175,204)
#CFB9D3
(207,185,211)
#D6C3DA
(214,195,218)
#DDCDE1
(221,205,225)
#E4D7E8
(228,215,232)
#EBE1EF
(235,225,239)
#F2EBF6
(242,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC87B0 color. Also use rgb(172,135,176) instead hex code.

Text Font Color

.myTextColor { color: #AC87B0; }

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

This text font color is #AC87B0.


Background Color

.myBgColor { background-color: #AC87B0; }

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

This div background color is #AC87B0.


Border color

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

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

This div border color is #AC87B0.


Opacity

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

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

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

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

This text has shadow with #AC87B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC87B0 on black background.


Color preview on white background

This text has color #AC87B0 on white background.



Black color preview on #AC87B0 background

This text has black color on #AC87B0 background.


White color preview on #AC87B0 background

This text has white color on #AC87B0 background.