COLOR #AC9FC1

HEX: #AC9FC1
RGB: (172,159,193)

Color info

#AC9FC1 contains red, green and blue colors in about the same proportion. Web safe color of #AC9FC1 is #9999CC (or #99C).

RGB color model

#AC9FC1 color RGB value is (172,159,193).

  • red value is 172;
  • green value is 159;
  • blue value is 193.
RGB:
(172,159,193)
(67%,62%,76%)

RGB channels and saturation

R 172 of 255 = 67%
G 159 of 255 = 62%
B 193 of 255 = 76%

172
159
193

R + G + B ~ 68%. #AC9FC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 159 + 193 = 524 (100%)
R 172 of 524 ~ 32.82%
G 159 of 524 ~ 30.34%
B 193 of 524 ~ 36.83%

%32.82
%30.34
%36.83

CMYK color model

#AC9FC1 color CMYK value is (11,18,0,24).

  • cyan value is 10.88%
  • magenta value is 17.62%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(11,18,0,24)
C11M18Y0K24 
(11%,18%,0%,24%)
(0.11/0.18/0.00/0.24)	

CMYK percentages

%10.88
%17.62
%0
%24.31

Codes

Color #AC9FC1 in popluar color models

AC9FC1
RGB172159193
HSL263°21.52%69.02%
HSB/HSV263°17.62%75.69%
CMYK10.88%17.62%0.00%
24.31%

Color #AC9FC1 in popluar number systems.

HEXAC9FC1
Decimal172159193
Binary101011001001111111000001
Octal254237301

Shades and tints

Shades of #AC9FC1

#AC9FC1
(172,159,193)
#9D91B0
(157,145,176)
#8E839F
(142,131,159)
#7F758E
(127,117,142)
#70677D
(112,103,125)
#61596C
(97,89,108)
#524B5B
(82,75,91)
#433D4A
(67,61,74)
#342F39
(52,47,57)
#252128
(37,33,40)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #AC9FC1

#AC9FC1
(172,159,193)
#B3A7C6
(179,167,198)
#BAAFCB
(186,175,203)
#C1B7D0
(193,183,208)
#C8BFD5
(200,191,213)
#CFC7DA
(207,199,218)
#D6CFDF
(214,207,223)
#DDD7E4
(221,215,228)
#E4DFE9
(228,223,233)
#EBE7EE
(235,231,238)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC9FC1 color. Also use rgb(172,159,193) instead hex code.

Text Font Color

.myTextColor { color: #AC9FC1; }

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

This text font color is #AC9FC1.


Background Color

.myBgColor { background-color: #AC9FC1; }

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

This div background color is #AC9FC1.


Border color

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

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

This div border color is #AC9FC1.


Opacity

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

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

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

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

This text has shadow with #AC9FC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9FC1 on black background.


Color preview on white background

This text has color #AC9FC1 on white background.



Black color preview on #AC9FC1 background

This text has black color on #AC9FC1 background.


White color preview on #AC9FC1 background

This text has white color on #AC9FC1 background.