COLOR #AC87A2

HEX: #AC87A2
RGB: (172,135,162)

Color info

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

RGB color model

#AC87A2 color RGB value is (172,135,162).

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

RGB channels and saturation

R 172 of 255 = 67%
G 135 of 255 = 53%
B 162 of 255 = 64%

172
135
162

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

Portions of RGB colors in percentages

R + G + B =
172 + 135 + 162 = 469 (100%)
R 172 of 469 ~ 36.67%
G 135 of 469 ~ 28.78%
B 162 of 469 ~ 34.54%

%36.67
%28.78
%34.54

CMYK color model

#AC87A2 color CMYK value is (0,22,6,33).

  • cyan value is 0.00%
  • magenta value is 21.51%
  • yellow value is 5.81%
  • key color value is 32.55%
CMYK:
(0,22,6,33)
C0M22Y6K33 
(0%,22%,6%,33%)
(0.00/0.22/0.06/0.33)	

CMYK percentages

%0
%21.51
%5.81
%32.55

Codes

Color #AC87A2 in popluar color models

AC87A2
RGB172135162
HSL316°18.23%60.20%
HSB/HSV316°21.51%67.45%
CMYK0.00%21.51%5.81%
32.55%

Color #AC87A2 in popluar number systems.

HEXAC87A2
Decimal172135162
Binary101011001000011110100010
Octal254207242

Shades and tints

Shades of #AC87A2

#AC87A2
(172,135,162)
#9D7B94
(157,123,148)
#8E6F86
(142,111,134)
#7F6378
(127,99,120)
#70576A
(112,87,106)
#614B5C
(97,75,92)
#523F4E
(82,63,78)
#433340
(67,51,64)
#342732
(52,39,50)
#251B24
(37,27,36)
#160F16
(22,15,22)
#000000
(0,0,0)

Tints of #AC87A2

#AC87A2
(172,135,162)
#B391AA
(179,145,170)
#BA9BB2
(186,155,178)
#C1A5BA
(193,165,186)
#C8AFC2
(200,175,194)
#CFB9CA
(207,185,202)
#D6C3D2
(214,195,210)
#DDCDDA
(221,205,218)
#E4D7E2
(228,215,226)
#EBE1EA
(235,225,234)
#F2EBF2
(242,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC87A2; }

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

This text font color is #AC87A2.


Background Color

.myBgColor { background-color: #AC87A2; }

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

This div background color is #AC87A2.


Border color

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

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

This div border color is #AC87A2.


Opacity

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

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

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

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

This text has shadow with #AC87A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC87A2 on black background.


Color preview on white background

This text has color #AC87A2 on white background.



Black color preview on #AC87A2 background

This text has black color on #AC87A2 background.


White color preview on #AC87A2 background

This text has white color on #AC87A2 background.