COLOR #AC9DAC

HEX: #AC9DAC RGB: (172,157,172)

Color info

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

RGB color model

#AC9DAC color RGB value is (172,157,172).

RGB: (172,157,172) (67%, 62%, 67%)

RGB channels and saturation

R 172 of 255 = 67%
G 157 of 255 = 62%
B 172 of 255 = 67%

172
157
172

R + G + B ~ 65%. #AC9DAC is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 157 + 172 = 501 (100%)
R 172 of 501 ~ 34.33%
G 157 of 501 ~ 31.34%
B 172 of 501 ~ 34.33'%

%34.33
%31.34
%34.33

CMYK color model

#AC9DAC color CMYK value is (0,9,0,33).

  • cyan value is 0.00%
  • magenta value is 8.72%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK: (0,9,0,33) C0M9Y0K33 (0%,9%,0%,33%) (0.00/0.09/0.00/0.33) 

CMYK percentages

%0
%8.72
%0
%32.55

Codes

Color #AC9DAC in popluar color models

AC 9D AC
RGB 172 157 172
HSL 300° 8.29% 64.51%
HSB/HSV 300° 8.72% 67.45%
CMYK 0.00% 8.72% 0.00%
32.55%

Color #AC9DAC in popluar number systems.

HEX AC 9D AC
Decimal 172 157 172
Binary 10101100 10011101 10101100
Octal 254 235 254

Shades and tints

Shades of #AC9DAC

#AC9DAC
(172,157,172)
#9D8F9D
(157,143,157)
#8E818E
(142,129,142)
#7F737F
(127,115,127)
#706570
(112,101,112)
#615761
(97,87,97)
#524952
(82,73,82)
#433B43
(67,59,67)
#342D34
(52,45,52)
#251F25
(37,31,37)
#161116
(22,17,22)
#000000
(0,0,0)

Tints of #AC9DAC

#AC9DAC
(172,157,172)
#B3A5B3
(179,165,179)
#BAADBA
(186,173,186)
#C1B5C1
(193,181,193)
#C8BDC8
(200,189,200)
#CFC5CF
(207,197,207)
#D6CDD6
(214,205,214)
#DDD5DD
(221,213,221)
#E4DDE4
(228,221,228)
#EBE5EB
(235,229,235)
#F2EDF2
(242,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9DAC; }

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

This text font color is #AC9DAC.

Background Color

.myBgColor { background-color: #AC9DAC; }

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

This div background color is #AC9DAC.

Border color

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

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

This div border color is #AC9DAC.

Opacity

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

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

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

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

This text has shadow with #AC9DAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9DAC.

Preview

Color preview on black background

This text has color #AC9DAC on black background.


Color preview on white background

This text has color #AC9DAC on white background.


Black color preview on #AC9DAC background

This text has black color on #AC9DAC background.


White color preview on #AC9DAC background

This text has white color on #AC9DAC background.


Related colors

Complementary color

Complementary color for #hex is #536253.


I love getcolorcode.com

Triadic colors

1 #ACAC9D and #9DACAC with #AC9DAC are triadic colors.

2 #AC9DAC and #9DACAC with #AC9DAC are triadic colors.