COLOR #AC8BA2

HEX: #AC8BA2
RGB: (172,139,162)

Color info

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

RGB color model

#AC8BA2 color RGB value is (172,139,162).

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

RGB channels and saturation

R 172 of 255 = 67%
G 139 of 255 = 55%
B 162 of 255 = 64%

172
139
162

R + G + B ~ 62%. #AC8BA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 139 + 162 = 473 (100%)
R 172 of 473 ~ 36.36%
G 139 of 473 ~ 29.39%
B 162 of 473 ~ 34.25%

%36.36
%29.39
%34.25

CMYK color model

#AC8BA2 color CMYK value is (0,19,6,33).

  • cyan value is 0.00%
  • magenta value is 19.19%
  • yellow value is 5.81%
  • key color value is 32.55%
CMYK:
(0,19,6,33)
C0M19Y6K33 
(0%,19%,6%,33%)
(0.00/0.19/0.06/0.33)	

CMYK percentages

%0
%19.19
%5.81
%32.55

Codes

Color #AC8BA2 in popluar color models

AC8BA2
RGB172139162
HSL318°16.58%60.98%
HSB/HSV318°19.19%67.45%
CMYK0.00%19.19%5.81%
32.55%

Color #AC8BA2 in popluar number systems.

HEXAC8BA2
Decimal172139162
Binary101011001000101110100010
Octal254213242

Shades and tints

Shades of #AC8BA2

#AC8BA2
(172,139,162)
#9D7F94
(157,127,148)
#8E7386
(142,115,134)
#7F6778
(127,103,120)
#705B6A
(112,91,106)
#614F5C
(97,79,92)
#52434E
(82,67,78)
#433740
(67,55,64)
#342B32
(52,43,50)
#251F24
(37,31,36)
#161316
(22,19,22)
#000000
(0,0,0)

Tints of #AC8BA2

#AC8BA2
(172,139,162)
#B395AA
(179,149,170)
#BA9FB2
(186,159,178)
#C1A9BA
(193,169,186)
#C8B3C2
(200,179,194)
#CFBDCA
(207,189,202)
#D6C7D2
(214,199,210)
#DDD1DA
(221,209,218)
#E4DBE2
(228,219,226)
#EBE5EA
(235,229,234)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8BA2; }

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

This text font color is #AC8BA2.


Background Color

.myBgColor { background-color: #AC8BA2; }

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

This div background color is #AC8BA2.


Border color

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

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

This div border color is #AC8BA2.


Opacity

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

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

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

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

This text has shadow with #AC8BA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8BA2 on black background.


Color preview on white background

This text has color #AC8BA2 on white background.



Black color preview on #AC8BA2 background

This text has black color on #AC8BA2 background.


White color preview on #AC8BA2 background

This text has white color on #AC8BA2 background.