COLOR #AC9AC7

HEX: #AC9AC7
RGB: (172,154,199)

Color info

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

RGB color model

#AC9AC7 color RGB value is (172,154,199).

  • red value is 172;
  • green value is 154;
  • blue value is 199.
RGB:
(172,154,199)
(67%,60%,78%)

RGB channels and saturation

R 172 of 255 = 67%
G 154 of 255 = 60%
B 199 of 255 = 78%

172
154
199

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

Portions of RGB colors in percentages

R + G + B =
172 + 154 + 199 = 525 (100%)
R 172 of 525 ~ 32.76%
G 154 of 525 ~ 29.33%
B 199 of 525 ~ 37.9%

%32.76
%29.33
%37.9

CMYK color model

#AC9AC7 color CMYK value is (14,23,0,22).

  • cyan value is 13.57%
  • magenta value is 22.61%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(14,23,0,22)
C14M23Y0K22 
(14%,23%,0%,22%)
(0.14/0.23/0.00/0.22)	

CMYK percentages

%13.57
%22.61
%0
%21.96

Codes

Color #AC9AC7 in popluar color models

AC9AC7
RGB172154199
HSL264°28.66%69.22%
HSB/HSV264°22.61%78.04%
CMYK13.57%22.61%0.00%
21.96%

Color #AC9AC7 in popluar number systems.

HEXAC9AC7
Decimal172154199
Binary101011001001101011000111
Octal254232307

Shades and tints

Shades of #AC9AC7

#AC9AC7
(172,154,199)
#9D8CB5
(157,140,181)
#8E7EA3
(142,126,163)
#7F7091
(127,112,145)
#70627F
(112,98,127)
#61546D
(97,84,109)
#52465B
(82,70,91)
#433849
(67,56,73)
#342A37
(52,42,55)
#251C25
(37,28,37)
#160E13
(22,14,19)
#000000
(0,0,0)

Tints of #AC9AC7

#AC9AC7
(172,154,199)
#B3A3CC
(179,163,204)
#BAACD1
(186,172,209)
#C1B5D6
(193,181,214)
#C8BEDB
(200,190,219)
#CFC7E0
(207,199,224)
#D6D0E5
(214,208,229)
#DDD9EA
(221,217,234)
#E4E2EF
(228,226,239)
#EBEBF4
(235,235,244)
#F2F4F9
(242,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC9AC7 color. Also use rgb(172,154,199) instead hex code.

Text Font Color

.myTextColor { color: #AC9AC7; }

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

This text font color is #AC9AC7.


Background Color

.myBgColor { background-color: #AC9AC7; }

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

This div background color is #AC9AC7.


Border color

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

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

This div border color is #AC9AC7.


Opacity

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

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

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

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

This text has shadow with #AC9AC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9AC7 on black background.


Color preview on white background

This text has color #AC9AC7 on white background.



Black color preview on #AC9AC7 background

This text has black color on #AC9AC7 background.


White color preview on #AC9AC7 background

This text has white color on #AC9AC7 background.