COLOR #AC8CAA

HEX: #AC8CAA
RGB: (172,140,170)

Color info

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

RGB color model

#AC8CAA color RGB value is (172,140,170).

  • red value is 172;
  • green value is 140;
  • blue value is 170.
RGB:
(172,140,170)
(67%,55%,67%)

RGB channels and saturation

R 172 of 255 = 67%
G 140 of 255 = 55%
B 170 of 255 = 67%

172
140
170

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

Portions of RGB colors in percentages

R + G + B =
172 + 140 + 170 = 482 (100%)
R 172 of 482 ~ 35.68%
G 140 of 482 ~ 29.05%
B 170 of 482 ~ 35.27%

%35.68
%29.05
%35.27

CMYK color model

#AC8CAA color CMYK value is (0,19,1,33).

  • cyan value is 0.00%
  • magenta value is 18.60%
  • yellow value is 1.16%
  • key color value is 32.55%
CMYK:
(0,19,1,33)
C0M19Y1K33 
(0%,19%,1%,33%)
(0.00/0.19/0.01/0.33)	

CMYK percentages

%0
%18.6
%1.16
%32.55

Codes

Color #AC8CAA in popluar color models

AC8CAA
RGB172140170
HSL304°16.16%61.18%
HSB/HSV304°18.60%67.45%
CMYK0.00%18.60%1.16%
32.55%

Color #AC8CAA in popluar number systems.

HEXAC8CAA
Decimal172140170
Binary101011001000110010101010
Octal254214252

Shades and tints

Shades of #AC8CAA

#AC8CAA
(172,140,170)
#9D809B
(157,128,155)
#8E748C
(142,116,140)
#7F687D
(127,104,125)
#705C6E
(112,92,110)
#61505F
(97,80,95)
#524450
(82,68,80)
#433841
(67,56,65)
#342C32
(52,44,50)
#252023
(37,32,35)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #AC8CAA

#AC8CAA
(172,140,170)
#B396B1
(179,150,177)
#BAA0B8
(186,160,184)
#C1AABF
(193,170,191)
#C8B4C6
(200,180,198)
#CFBECD
(207,190,205)
#D6C8D4
(214,200,212)
#DDD2DB
(221,210,219)
#E4DCE2
(228,220,226)
#EBE6E9
(235,230,233)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC8CAA color. Also use rgb(172,140,170) instead hex code.

Text Font Color

.myTextColor { color: #AC8CAA; }

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

This text font color is #AC8CAA.


Background Color

.myBgColor { background-color: #AC8CAA; }

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

This div background color is #AC8CAA.


Border color

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

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

This div border color is #AC8CAA.


Opacity

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

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

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

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

This text has shadow with #AC8CAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8CAA on black background.


Color preview on white background

This text has color #AC8CAA on white background.



Black color preview on #AC8CAA background

This text has black color on #AC8CAA background.


White color preview on #AC8CAA background

This text has white color on #AC8CAA background.