COLOR #AC8CA9

HEX: #AC8CA9
RGB: (172,140,169)

Color info

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

RGB color model

#AC8CA9 color RGB value is (172,140,169).

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

RGB channels and saturation

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

172
140
169

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

Portions of RGB colors in percentages

R + G + B =
172 + 140 + 169 = 481 (100%)
R 172 of 481 ~ 35.76%
G 140 of 481 ~ 29.11%
B 169 of 481 ~ 35.14%

%35.76
%29.11
%35.14

CMYK color model

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

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

Codes

Color #AC8CA9 in popluar color models

AC8CA9
RGB172140169
HSL306°16.16%61.18%
HSB/HSV306°18.60%67.45%
CMYK0.00%18.60%1.74%
32.55%

Color #AC8CA9 in popluar number systems.

HEXAC8CA9
Decimal172140169
Binary101011001000110010101001
Octal254214251

Shades and tints

Shades of #AC8CA9

#AC8CA9
(172,140,169)
#9D809A
(157,128,154)
#8E748B
(142,116,139)
#7F687C
(127,104,124)
#705C6D
(112,92,109)
#61505E
(97,80,94)
#52444F
(82,68,79)
#433840
(67,56,64)
#342C31
(52,44,49)
#252022
(37,32,34)
#161413
(22,20,19)
#000000
(0,0,0)

Tints of #AC8CA9

#AC8CA9
(172,140,169)
#B396B0
(179,150,176)
#BAA0B7
(186,160,183)
#C1AABE
(193,170,190)
#C8B4C5
(200,180,197)
#CFBECC
(207,190,204)
#D6C8D3
(214,200,211)
#DDD2DA
(221,210,218)
#E4DCE1
(228,220,225)
#EBE6E8
(235,230,232)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8CA9; }

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

This text font color is #AC8CA9.


Background Color

.myBgColor { background-color: #AC8CA9; }

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

This div background color is #AC8CA9.


Border color

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

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

This div border color is #AC8CA9.


Opacity

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

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

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

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

This text has shadow with #AC8CA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8CA9 on black background.


Color preview on white background

This text has color #AC8CA9 on white background.



Black color preview on #AC8CA9 background

This text has black color on #AC8CA9 background.


White color preview on #AC8CA9 background

This text has white color on #AC8CA9 background.