COLOR #AC8B9B

HEX: #AC8B9B
RGB: (172,139,155)

Color info

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

RGB color model

#AC8B9B color RGB value is (172,139,155).

  • red value is 172;
  • green value is 139;
  • blue value is 155.
RGB:
(172,139,155)
(67%,55%,61%)

RGB channels and saturation

R 172 of 255 = 67%
G 139 of 255 = 55%
B 155 of 255 = 61%

172
139
155

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

Portions of RGB colors in percentages

R + G + B =
172 + 139 + 155 = 466 (100%)
R 172 of 466 ~ 36.91%
G 139 of 466 ~ 29.83%
B 155 of 466 ~ 33.26%

%36.91
%29.83
%33.26

CMYK color model

#AC8B9B color CMYK value is (0,19,10,33).

  • cyan value is 0.00%
  • magenta value is 19.19%
  • yellow value is 9.88%
  • key color value is 32.55%
CMYK:
(0,19,10,33)
C0M19Y10K33 
(0%,19%,10%,33%)
(0.00/0.19/0.10/0.33)	

CMYK percentages

%0
%19.19
%9.88
%32.55

Codes

Color #AC8B9B in popluar color models

AC8B9B
RGB172139155
HSL331°16.58%60.98%
HSB/HSV331°19.19%67.45%
CMYK0.00%19.19%9.88%
32.55%

Color #AC8B9B in popluar number systems.

HEXAC8B9B
Decimal172139155
Binary101011001000101110011011
Octal254213233

Shades and tints

Shades of #AC8B9B

#AC8B9B
(172,139,155)
#9D7F8D
(157,127,141)
#8E737F
(142,115,127)
#7F6771
(127,103,113)
#705B63
(112,91,99)
#614F55
(97,79,85)
#524347
(82,67,71)
#433739
(67,55,57)
#342B2B
(52,43,43)
#251F1D
(37,31,29)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #AC8B9B

#AC8B9B
(172,139,155)
#B395A4
(179,149,164)
#BA9FAD
(186,159,173)
#C1A9B6
(193,169,182)
#C8B3BF
(200,179,191)
#CFBDC8
(207,189,200)
#D6C7D1
(214,199,209)
#DDD1DA
(221,209,218)
#E4DBE3
(228,219,227)
#EBE5EC
(235,229,236)
#F2EFF5
(242,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC8B9B color. Also use rgb(172,139,155) instead hex code.

Text Font Color

.myTextColor { color: #AC8B9B; }

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

This text font color is #AC8B9B.


Background Color

.myBgColor { background-color: #AC8B9B; }

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

This div background color is #AC8B9B.


Border color

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

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

This div border color is #AC8B9B.


Opacity

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

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

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

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

This text has shadow with #AC8B9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8B9B on black background.


Color preview on white background

This text has color #AC8B9B on white background.



Black color preview on #AC8B9B background

This text has black color on #AC8B9B background.


White color preview on #AC8B9B background

This text has white color on #AC8B9B background.