COLOR #AC8CA8

HEX: #AC8CA8
RGB: (172,140,168)

Color info

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

RGB color model

#AC8CA8 color RGB value is (172,140,168).

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

RGB channels and saturation

R 172 of 255 = 67%
G 140 of 255 = 55%
B 168 of 255 = 66%

172
140
168

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

Portions of RGB colors in percentages

R + G + B =
172 + 140 + 168 = 480 (100%)
R 172 of 480 ~ 35.83%
G 140 of 480 ~ 29.17%
B 168 of 480 ~ 35%

%35.83
%29.17
%35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.60%
  • yellow value is 2.33%
  • 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
%18.6
%2.33
%32.55

Codes

Color #AC8CA8 in popluar color models

AC8CA8
RGB172140168
HSL308°16.16%61.18%
HSB/HSV308°18.60%67.45%
CMYK0.00%18.60%2.33%
32.55%

Color #AC8CA8 in popluar number systems.

HEXAC8CA8
Decimal172140168
Binary101011001000110010101000
Octal254214250

Shades and tints

Shades of #AC8CA8

#AC8CA8
(172,140,168)
#9D8099
(157,128,153)
#8E748A
(142,116,138)
#7F687B
(127,104,123)
#705C6C
(112,92,108)
#61505D
(97,80,93)
#52444E
(82,68,78)
#43383F
(67,56,63)
#342C30
(52,44,48)
#252021
(37,32,33)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #AC8CA8

#AC8CA8
(172,140,168)
#B396AF
(179,150,175)
#BAA0B6
(186,160,182)
#C1AABD
(193,170,189)
#C8B4C4
(200,180,196)
#CFBECB
(207,190,203)
#D6C8D2
(214,200,210)
#DDD2D9
(221,210,217)
#E4DCE0
(228,220,224)
#EBE6E7
(235,230,231)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8CA8; }

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

This text font color is #AC8CA8.


Background Color

.myBgColor { background-color: #AC8CA8; }

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

This div background color is #AC8CA8.


Border color

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

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

This div border color is #AC8CA8.


Opacity

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

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

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

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

This text has shadow with #AC8CA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8CA8 on black background.


Color preview on white background

This text has color #AC8CA8 on white background.



Black color preview on #AC8CA8 background

This text has black color on #AC8CA8 background.


White color preview on #AC8CA8 background

This text has white color on #AC8CA8 background.