COLOR #AC8D9D

HEX: #AC8D9D
RGB: (172,141,157)

Color info

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

RGB color model

#AC8D9D color RGB value is (172,141,157).

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

RGB channels and saturation

R 172 of 255 = 67%
G 141 of 255 = 55%
B 157 of 255 = 62%

172
141
157

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

Portions of RGB colors in percentages

R + G + B =
172 + 141 + 157 = 470 (100%)
R 172 of 470 ~ 36.6%
G 141 of 470 ~ 30%
B 157 of 470 ~ 33.4%

%36.6
%30
%33.4

CMYK color model

#AC8D9D color CMYK value is (0,18,9,33).

  • cyan value is 0.00%
  • magenta value is 18.02%
  • yellow value is 8.72%
  • key color value is 32.55%
CMYK:
(0,18,9,33)
C0M18Y9K33 
(0%,18%,9%,33%)
(0.00/0.18/0.09/0.33)	

CMYK percentages

%0
%18.02
%8.72
%32.55

Codes

Color #AC8D9D in popluar color models

AC8D9D
RGB172141157
HSL329°15.74%61.37%
HSB/HSV329°18.02%67.45%
CMYK0.00%18.02%8.72%
32.55%

Color #AC8D9D in popluar number systems.

HEXAC8D9D
Decimal172141157
Binary101011001000110110011101
Octal254215235

Shades and tints

Shades of #AC8D9D

#AC8D9D
(172,141,157)
#9D818F
(157,129,143)
#8E7581
(142,117,129)
#7F6973
(127,105,115)
#705D65
(112,93,101)
#615157
(97,81,87)
#524549
(82,69,73)
#43393B
(67,57,59)
#342D2D
(52,45,45)
#25211F
(37,33,31)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #AC8D9D

#AC8D9D
(172,141,157)
#B397A5
(179,151,165)
#BAA1AD
(186,161,173)
#C1ABB5
(193,171,181)
#C8B5BD
(200,181,189)
#CFBFC5
(207,191,197)
#D6C9CD
(214,201,205)
#DDD3D5
(221,211,213)
#E4DDDD
(228,221,221)
#EBE7E5
(235,231,229)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8D9D; }

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

This text font color is #AC8D9D.


Background Color

.myBgColor { background-color: #AC8D9D; }

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

This div background color is #AC8D9D.


Border color

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

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

This div border color is #AC8D9D.


Opacity

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

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

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

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

This text has shadow with #AC8D9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8D9D on black background.


Color preview on white background

This text has color #AC8D9D on white background.



Black color preview on #AC8D9D background

This text has black color on #AC8D9D background.


White color preview on #AC8D9D background

This text has white color on #AC8D9D background.