COLOR #AC8CA1

HEX: #AC8CA1
RGB: (172,140,161)

Color info

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

RGB color model

#AC8CA1 color RGB value is (172,140,161).

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

RGB channels and saturation

R 172 of 255 = 67%
G 140 of 255 = 55%
B 161 of 255 = 63%

172
140
161

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

Portions of RGB colors in percentages

R + G + B =
172 + 140 + 161 = 473 (100%)
R 172 of 473 ~ 36.36%
G 140 of 473 ~ 29.6%
B 161 of 473 ~ 34.04%

%36.36
%29.6
%34.04

CMYK color model

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

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

Codes

Color #AC8CA1 in popluar color models

AC8CA1
RGB172140161
HSL321°16.16%61.18%
HSB/HSV321°18.60%67.45%
CMYK0.00%18.60%6.40%
32.55%

Color #AC8CA1 in popluar number systems.

HEXAC8CA1
Decimal172140161
Binary101011001000110010100001
Octal254214241

Shades and tints

Shades of #AC8CA1

#AC8CA1
(172,140,161)
#9D8093
(157,128,147)
#8E7485
(142,116,133)
#7F6877
(127,104,119)
#705C69
(112,92,105)
#61505B
(97,80,91)
#52444D
(82,68,77)
#43383F
(67,56,63)
#342C31
(52,44,49)
#252023
(37,32,35)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #AC8CA1

#AC8CA1
(172,140,161)
#B396A9
(179,150,169)
#BAA0B1
(186,160,177)
#C1AAB9
(193,170,185)
#C8B4C1
(200,180,193)
#CFBEC9
(207,190,201)
#D6C8D1
(214,200,209)
#DDD2D9
(221,210,217)
#E4DCE1
(228,220,225)
#EBE6E9
(235,230,233)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8CA1; }

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

This text font color is #AC8CA1.


Background Color

.myBgColor { background-color: #AC8CA1; }

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

This div background color is #AC8CA1.


Border color

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

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

This div border color is #AC8CA1.


Opacity

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

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

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

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

This text has shadow with #AC8CA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8CA1 on black background.


Color preview on white background

This text has color #AC8CA1 on white background.



Black color preview on #AC8CA1 background

This text has black color on #AC8CA1 background.


White color preview on #AC8CA1 background

This text has white color on #AC8CA1 background.