COLOR #AC8C9D

HEX: #AC8C9D
RGB: (172,140,157)

Color info

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

RGB color model

#AC8C9D color RGB value is (172,140,157).

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

RGB channels and saturation

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

172
140
157

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

Portions of RGB colors in percentages

R + G + B =
172 + 140 + 157 = 469 (100%)
R 172 of 469 ~ 36.67%
G 140 of 469 ~ 29.85%
B 157 of 469 ~ 33.48%

%36.67
%29.85
%33.48

CMYK color model

#AC8C9D color CMYK value is (0,19,9,33).

  • cyan value is 0.00%
  • magenta value is 18.60%
  • yellow value is 8.72%
  • key color value is 32.55%
CMYK:
(0,19,9,33)
C0M19Y9K33 
(0%,19%,9%,33%)
(0.00/0.19/0.09/0.33)	

CMYK percentages

%0
%18.6
%8.72
%32.55

Codes

Color #AC8C9D in popluar color models

AC8C9D
RGB172140157
HSL328°16.16%61.18%
HSB/HSV328°18.60%67.45%
CMYK0.00%18.60%8.72%
32.55%

Color #AC8C9D in popluar number systems.

HEXAC8C9D
Decimal172140157
Binary101011001000110010011101
Octal254214235

Shades and tints

Shades of #AC8C9D

#AC8C9D
(172,140,157)
#9D808F
(157,128,143)
#8E7481
(142,116,129)
#7F6873
(127,104,115)
#705C65
(112,92,101)
#615057
(97,80,87)
#524449
(82,68,73)
#43383B
(67,56,59)
#342C2D
(52,44,45)
#25201F
(37,32,31)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #AC8C9D

#AC8C9D
(172,140,157)
#B396A5
(179,150,165)
#BAA0AD
(186,160,173)
#C1AAB5
(193,170,181)
#C8B4BD
(200,180,189)
#CFBEC5
(207,190,197)
#D6C8CD
(214,200,205)
#DDD2D5
(221,210,213)
#E4DCDD
(228,220,221)
#EBE6E5
(235,230,229)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8C9D; }

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

This text font color is #AC8C9D.


Background Color

.myBgColor { background-color: #AC8C9D; }

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

This div background color is #AC8C9D.


Border color

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

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

This div border color is #AC8C9D.


Opacity

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

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

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

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

This text has shadow with #AC8C9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8C9D on black background.


Color preview on white background

This text has color #AC8C9D on white background.



Black color preview on #AC8C9D background

This text has black color on #AC8C9D background.


White color preview on #AC8C9D background

This text has white color on #AC8C9D background.