COLOR #AC9DAF

HEX: #AC9DAF
RGB: (172,157,175)

Color info

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

RGB color model

#AC9DAF color RGB value is (172,157,175).

  • red value is 172;
  • green value is 157;
  • blue value is 175.
RGB:
(172,157,175)
(67%,62%,69%)

RGB channels and saturation

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

172
157
175

R + G + B ~ 66%. #AC9DAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 157 + 175 = 504 (100%)
R 172 of 504 ~ 34.13%
G 157 of 504 ~ 31.15%
B 175 of 504 ~ 34.72%

%34.13
%31.15
%34.72

CMYK color model

#AC9DAF color CMYK value is (2,10,0,31).

  • cyan value is 1.71%
  • magenta value is 10.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(2,10,0,31)
C2M10Y0K31 
(2%,10%,0%,31%)
(0.02/0.10/0.00/0.31)	

CMYK percentages

%1.71
%10.29
%0
%31.37

Codes

Color #AC9DAF in popluar color models

AC9DAF
RGB172157175
HSL290°10.11%65.10%
HSB/HSV290°10.29%68.63%
CMYK1.71%10.29%0.00%
31.37%

Color #AC9DAF in popluar number systems.

HEXAC9DAF
Decimal172157175
Binary101011001001110110101111
Octal254235257

Shades and tints

Shades of #AC9DAF

#AC9DAF
(172,157,175)
#9D8FA0
(157,143,160)
#8E8191
(142,129,145)
#7F7382
(127,115,130)
#706573
(112,101,115)
#615764
(97,87,100)
#524955
(82,73,85)
#433B46
(67,59,70)
#342D37
(52,45,55)
#251F28
(37,31,40)
#161119
(22,17,25)
#000000
(0,0,0)

Tints of #AC9DAF

#AC9DAF
(172,157,175)
#B3A5B6
(179,165,182)
#BAADBD
(186,173,189)
#C1B5C4
(193,181,196)
#C8BDCB
(200,189,203)
#CFC5D2
(207,197,210)
#D6CDD9
(214,205,217)
#DDD5E0
(221,213,224)
#E4DDE7
(228,221,231)
#EBE5EE
(235,229,238)
#F2EDF5
(242,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9DAF; }

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

This text font color is #AC9DAF.


Background Color

.myBgColor { background-color: #AC9DAF; }

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

This div background color is #AC9DAF.


Border color

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

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

This div border color is #AC9DAF.


Opacity

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

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

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

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

This text has shadow with #AC9DAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9DAF on black background.


Color preview on white background

This text has color #AC9DAF on white background.



Black color preview on #AC9DAF background

This text has black color on #AC9DAF background.


White color preview on #AC9DAF background

This text has white color on #AC9DAF background.