COLOR #AC8DA0

HEX: #AC8DA0
RGB: (172,141,160)

Color info

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

RGB color model

#AC8DA0 color RGB value is (172,141,160).

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

RGB channels and saturation

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

172
141
160

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

Portions of RGB colors in percentages

R + G + B =
172 + 141 + 160 = 473 (100%)
R 172 of 473 ~ 36.36%
G 141 of 473 ~ 29.81%
B 160 of 473 ~ 33.83%

%36.36
%29.81
%33.83

CMYK color model

#AC8DA0 color CMYK value is (0,18,7,33).

  • cyan value is 0.00%
  • magenta value is 18.02%
  • yellow value is 6.98%
  • key color value is 32.55%
CMYK:
(0,18,7,33)
C0M18Y7K33 
(0%,18%,7%,33%)
(0.00/0.18/0.07/0.33)	

CMYK percentages

%0
%18.02
%6.98
%32.55

Codes

Color #AC8DA0 in popluar color models

AC8DA0
RGB172141160
HSL323°15.74%61.37%
HSB/HSV323°18.02%67.45%
CMYK0.00%18.02%6.98%
32.55%

Color #AC8DA0 in popluar number systems.

HEXAC8DA0
Decimal172141160
Binary101011001000110110100000
Octal254215240

Shades and tints

Shades of #AC8DA0

#AC8DA0
(172,141,160)
#9D8192
(157,129,146)
#8E7584
(142,117,132)
#7F6976
(127,105,118)
#705D68
(112,93,104)
#61515A
(97,81,90)
#52454C
(82,69,76)
#43393E
(67,57,62)
#342D30
(52,45,48)
#252122
(37,33,34)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #AC8DA0

#AC8DA0
(172,141,160)
#B397A8
(179,151,168)
#BAA1B0
(186,161,176)
#C1ABB8
(193,171,184)
#C8B5C0
(200,181,192)
#CFBFC8
(207,191,200)
#D6C9D0
(214,201,208)
#DDD3D8
(221,211,216)
#E4DDE0
(228,221,224)
#EBE7E8
(235,231,232)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8DA0; }

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

This text font color is #AC8DA0.


Background Color

.myBgColor { background-color: #AC8DA0; }

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

This div background color is #AC8DA0.


Border color

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

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

This div border color is #AC8DA0.


Opacity

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

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

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

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

This text has shadow with #AC8DA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8DA0 on black background.


Color preview on white background

This text has color #AC8DA0 on white background.



Black color preview on #AC8DA0 background

This text has black color on #AC8DA0 background.


White color preview on #AC8DA0 background

This text has white color on #AC8DA0 background.