COLOR #AC8BA9

HEX: #AC8BA9
RGB: (172,139,169)

Color info

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

RGB color model

#AC8BA9 color RGB value is (172,139,169).

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

RGB channels and saturation

R 172 of 255 = 67%
G 139 of 255 = 55%
B 169 of 255 = 66%

172
139
169

R + G + B ~ 63%. #AC8BA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 139 + 169 = 480 (100%)
R 172 of 480 ~ 35.83%
G 139 of 480 ~ 28.96%
B 169 of 480 ~ 35.21%

%35.83
%28.96
%35.21

CMYK color model

#AC8BA9 color CMYK value is (0,19,2,33).

  • cyan value is 0.00%
  • magenta value is 19.19%
  • yellow value is 1.74%
  • key color value is 32.55%
CMYK:
(0,19,2,33)
C0M19Y2K33 
(0%,19%,2%,33%)
(0.00/0.19/0.02/0.33)	

CMYK percentages

%0
%19.19
%1.74
%32.55

Codes

Color #AC8BA9 in popluar color models

AC8BA9
RGB172139169
HSL305°16.58%60.98%
HSB/HSV305°19.19%67.45%
CMYK0.00%19.19%1.74%
32.55%

Color #AC8BA9 in popluar number systems.

HEXAC8BA9
Decimal172139169
Binary101011001000101110101001
Octal254213251

Shades and tints

Shades of #AC8BA9

#AC8BA9
(172,139,169)
#9D7F9A
(157,127,154)
#8E738B
(142,115,139)
#7F677C
(127,103,124)
#705B6D
(112,91,109)
#614F5E
(97,79,94)
#52434F
(82,67,79)
#433740
(67,55,64)
#342B31
(52,43,49)
#251F22
(37,31,34)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #AC8BA9

#AC8BA9
(172,139,169)
#B395B0
(179,149,176)
#BA9FB7
(186,159,183)
#C1A9BE
(193,169,190)
#C8B3C5
(200,179,197)
#CFBDCC
(207,189,204)
#D6C7D3
(214,199,211)
#DDD1DA
(221,209,218)
#E4DBE1
(228,219,225)
#EBE5E8
(235,229,232)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8BA9; }

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

This text font color is #AC8BA9.


Background Color

.myBgColor { background-color: #AC8BA9; }

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

This div background color is #AC8BA9.


Border color

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

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

This div border color is #AC8BA9.


Opacity

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

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

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

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

This text has shadow with #AC8BA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8BA9 on black background.


Color preview on white background

This text has color #AC8BA9 on white background.



Black color preview on #AC8BA9 background

This text has black color on #AC8BA9 background.


White color preview on #AC8BA9 background

This text has white color on #AC8BA9 background.