COLOR #AC8D9E

HEX: #AC8D9E
RGB: (172,141,158)

Color info

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

RGB color model

#AC8D9E color RGB value is (172,141,158).

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

RGB channels and saturation

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

172
141
158

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

Portions of RGB colors in percentages

R + G + B =
172 + 141 + 158 = 471 (100%)
R 172 of 471 ~ 36.52%
G 141 of 471 ~ 29.94%
B 158 of 471 ~ 33.55%

%36.52
%29.94
%33.55

CMYK color model

#AC8D9E color CMYK value is (0,18,8,33).

  • cyan value is 0.00%
  • magenta value is 18.02%
  • yellow value is 8.14%
  • key color value is 32.55%
CMYK:
(0,18,8,33)
C0M18Y8K33 
(0%,18%,8%,33%)
(0.00/0.18/0.08/0.33)	

CMYK percentages

%0
%18.02
%8.14
%32.55

Codes

Color #AC8D9E in popluar color models

AC8D9E
RGB172141158
HSL327°15.74%61.37%
HSB/HSV327°18.02%67.45%
CMYK0.00%18.02%8.14%
32.55%

Color #AC8D9E in popluar number systems.

HEXAC8D9E
Decimal172141158
Binary101011001000110110011110
Octal254215236

Shades and tints

Shades of #AC8D9E

#AC8D9E
(172,141,158)
#9D8190
(157,129,144)
#8E7582
(142,117,130)
#7F6974
(127,105,116)
#705D66
(112,93,102)
#615158
(97,81,88)
#52454A
(82,69,74)
#43393C
(67,57,60)
#342D2E
(52,45,46)
#252120
(37,33,32)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #AC8D9E

#AC8D9E
(172,141,158)
#B397A6
(179,151,166)
#BAA1AE
(186,161,174)
#C1ABB6
(193,171,182)
#C8B5BE
(200,181,190)
#CFBFC6
(207,191,198)
#D6C9CE
(214,201,206)
#DDD3D6
(221,211,214)
#E4DDDE
(228,221,222)
#EBE7E6
(235,231,230)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8D9E; }

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

This text font color is #AC8D9E.


Background Color

.myBgColor { background-color: #AC8D9E; }

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

This div background color is #AC8D9E.


Border color

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

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

This div border color is #AC8D9E.


Opacity

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

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

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

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

This text has shadow with #AC8D9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8D9E on black background.


Color preview on white background

This text has color #AC8D9E on white background.



Black color preview on #AC8D9E background

This text has black color on #AC8D9E background.


White color preview on #AC8D9E background

This text has white color on #AC8D9E background.