COLOR #AC8CA0

HEX: #AC8CA0
RGB: (172,140,160)

Color info

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

RGB color model

#AC8CA0 color RGB value is (172,140,160).

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

RGB channels and saturation

R 172 of 255 = 67%
G 140 of 255 = 55%
B 160 of 255 = 63%

172
140
160

R + G + B ~ 62%. #AC8CA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 140 + 160 = 472 (100%)
R 172 of 472 ~ 36.44%
G 140 of 472 ~ 29.66%
B 160 of 472 ~ 33.9%

%36.44
%29.66
%33.9

CMYK color model

#AC8CA0 color CMYK value is (0,19,7,33).

  • cyan value is 0.00%
  • magenta value is 18.60%
  • yellow value is 6.98%
  • key color value is 32.55%
CMYK:
(0,19,7,33)
C0M19Y7K33 
(0%,19%,7%,33%)
(0.00/0.19/0.07/0.33)	

CMYK percentages

%0
%18.6
%6.98
%32.55

Codes

Color #AC8CA0 in popluar color models

AC8CA0
RGB172140160
HSL323°16.16%61.18%
HSB/HSV323°18.60%67.45%
CMYK0.00%18.60%6.98%
32.55%

Color #AC8CA0 in popluar number systems.

HEXAC8CA0
Decimal172140160
Binary101011001000110010100000
Octal254214240

Shades and tints

Shades of #AC8CA0

#AC8CA0
(172,140,160)
#9D8092
(157,128,146)
#8E7484
(142,116,132)
#7F6876
(127,104,118)
#705C68
(112,92,104)
#61505A
(97,80,90)
#52444C
(82,68,76)
#43383E
(67,56,62)
#342C30
(52,44,48)
#252022
(37,32,34)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #AC8CA0

#AC8CA0
(172,140,160)
#B396A8
(179,150,168)
#BAA0B0
(186,160,176)
#C1AAB8
(193,170,184)
#C8B4C0
(200,180,192)
#CFBEC8
(207,190,200)
#D6C8D0
(214,200,208)
#DDD2D8
(221,210,216)
#E4DCE0
(228,220,224)
#EBE6E8
(235,230,232)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8CA0; }

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

This text font color is #AC8CA0.


Background Color

.myBgColor { background-color: #AC8CA0; }

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

This div background color is #AC8CA0.


Border color

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

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

This div border color is #AC8CA0.


Opacity

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

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

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

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

This text has shadow with #AC8CA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8CA0 on black background.


Color preview on white background

This text has color #AC8CA0 on white background.



Black color preview on #AC8CA0 background

This text has black color on #AC8CA0 background.


White color preview on #AC8CA0 background

This text has white color on #AC8CA0 background.