COLOR #AC8BA3

HEX: #AC8BA3 RGB: (172,139,163)

Color info

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

RGB color model

#AC8BA3 color RGB value is (172,139,163).

RGB: (172,139,163) (67%, 55%, 64%)

RGB channels and saturation

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

172
139
163

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

Portions of RGB colors in percentages

R + G + B = 172 + 139 + 163 = 474 (100%)
R 172 of 474 ~ 36.29%
G 139 of 474 ~ 29.32%
B 163 of 474 ~ 34.39'%

%36.29
%29.32
%34.39

CMYK color model

#AC8BA3 color CMYK value is (0,19,5,33).

  • cyan value is 0.00%
  • magenta value is 19.19%
  • yellow value is 5.23%
  • key color value is 32.55%

CMYK: (0,19,5,33)
C0M19Y5K33 (0%, 19%, 5%, 33%)
(0.00 / 0.19 / 0.05 / 0.33)

CMYK percentages

%0
%19.19
%5.23
%32.55

Codes

Color #AC8BA3 in popluar color models

AC 8B A3
RGB 172 139 163
HSL 316° 16.58% 60.98%
HSB/HSV 316° 19.19% 67.45%
CMYK 0.00% 19.19% 5.23%
32.55%

Color #AC8BA3 in popluar number systems.

HEX AC 8B A3
Decimal 172 139 163
Binary 10101100 10001011 10100011
Octal 254 213 243

Shades and tints

Shades of #AC8BA3

#AC8BA3
(172,139,163)
#9D7F95
(157,127,149)
#8E7387
(142,115,135)
#7F6779
(127,103,121)
#705B6B
(112,91,107)
#614F5D
(97,79,93)
#52434F
(82,67,79)
#433741
(67,55,65)
#342B33
(52,43,51)
#251F25
(37,31,37)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #AC8BA3

#AC8BA3
(172,139,163)
#B395AB
(179,149,171)
#BA9FB3
(186,159,179)
#C1A9BB
(193,169,187)
#C8B3C3
(200,179,195)
#CFBDCB
(207,189,203)
#D6C7D3
(214,199,211)
#DDD1DB
(221,209,219)
#E4DBE3
(228,219,227)
#EBE5EB
(235,229,235)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8BA3; }

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

This text font color is #AC8BA3.

Background Color

.myBgColor { background-color: #AC8BA3; }

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

This div background color is #AC8BA3.

Border color

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

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

This div border color is #AC8BA3.

Opacity

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

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

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

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

This text has shadow with #AC8BA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC8BA3.

Preview

Color preview on black background

This text has color #AC8BA3 on black background.


Color preview on white background

This text has color #AC8BA3 on white background.


Black color preview on #AC8BA3 background

This text has black color on #AC8BA3 background.


White color preview on #AC8BA3 background

This text has white color on #AC8BA3 background.


Related colors

Complementary color

Complementary color for #hex is #53745C.


I love getcolorcode.com

Triadic colors

1 #A3AC8B and #8BA3AC with #AC8BA3 are triadic colors.

2 #A38BAC and #8BACA3 with #AC8BA3 are triadic colors.