COLOR #AC8CB0

HEX: #AC8CB0 RGB: (172,140,176)

Color info

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

RGB color model

#AC8CB0 color RGB value is (172,140,176).

RGB: (172,140,176) (67%, 55%, 69%)

RGB channels and saturation

R 172 of 255 = 67%
G 140 of 255 = 55%
B 176 of 255 = 69%

172
140
176

R + G + B ~ 64%. #AC8CB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 140 + 176 = 488 (100%)
R 172 of 488 ~ 35.25%
G 140 of 488 ~ 28.69%
B 176 of 488 ~ 36.07'%

%35.25
%28.69
%36.07

CMYK color model

#AC8CB0 color CMYK value is (2,20,0,31).

  • cyan value is 2.27%
  • magenta value is 20.45%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (2,20,0,31)
C2M20Y0K31 (2%, 20%, 0%, 31%)
(0.02 / 0.20 / 0.00 / 0.31)

CMYK percentages

%2.27
%20.45
%0
%30.98

Codes

Color #AC8CB0 in popluar color models

AC 8C B0
RGB 172 140 176
HSL 293° 18.56% 61.96%
HSB/HSV 293° 20.45% 69.02%
CMYK 2.27% 20.45% 0.00%
30.98%

Color #AC8CB0 in popluar number systems.

HEX AC 8C B0
Decimal 172 140 176
Binary 10101100 10001100 10110000
Octal 254 214 260

Shades and tints

Shades of #AC8CB0

#AC8CB0
(172,140,176)
#9D80A0
(157,128,160)
#8E7490
(142,116,144)
#7F6880
(127,104,128)
#705C70
(112,92,112)
#615060
(97,80,96)
#524450
(82,68,80)
#433840
(67,56,64)
#342C30
(52,44,48)
#252020
(37,32,32)
#161410
(22,20,16)
#000000
(0,0,0)

Tints of #AC8CB0

#AC8CB0
(172,140,176)
#B396B7
(179,150,183)
#BAA0BE
(186,160,190)
#C1AAC5
(193,170,197)
#C8B4CC
(200,180,204)
#CFBED3
(207,190,211)
#D6C8DA
(214,200,218)
#DDD2E1
(221,210,225)
#E4DCE8
(228,220,232)
#EBE6EF
(235,230,239)
#F2F0F6
(242,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC8CB0 color. Also use rgb(172,140,176) instead hex code.

Text Font Color

.myTextColor { color: #AC8CB0; }

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

This text font color is #AC8CB0.

Background Color

.myBgColor { background-color: #AC8CB0; }

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

This div background color is #AC8CB0.

Border color

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

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

This div border color is #AC8CB0.

Opacity

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

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

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

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

This text has shadow with #AC8CB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC8CB0.

Preview

Color preview on black background

This text has color #AC8CB0 on black background.


Color preview on white background

This text has color #AC8CB0 on white background.


Black color preview on #AC8CB0 background

This text has black color on #AC8CB0 background.


White color preview on #AC8CB0 background

This text has white color on #AC8CB0 background.


Related colors

Complementary color

Complementary color for #hex is #53734F.


I love getcolorcode.com

Triadic colors

1 #B0AC8C and #8CB0AC with #AC8CB0 are triadic colors.

2 #B08CAC and #8CACB0 with #AC8CB0 are triadic colors.