COLOR #AC9DA6

HEX: #AC9DA6
RGB: (172,157,166)

Color info

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

RGB color model

#AC9DA6 color RGB value is (172,157,166).

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

RGB channels and saturation

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

172
157
166

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

Portions of RGB colors in percentages

R + G + B =
172 + 157 + 166 = 495 (100%)
R 172 of 495 ~ 34.75%
G 157 of 495 ~ 31.72%
B 166 of 495 ~ 33.54%

%34.75
%31.72
%33.54

CMYK color model

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

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

CMYK percentages

%0
%8.72
%3.49
%32.55

Codes

Color #AC9DA6 in popluar color models

AC9DA6
RGB172157166
HSL324°8.29%64.51%
HSB/HSV324°8.72%67.45%
CMYK0.00%8.72%3.49%
32.55%

Color #AC9DA6 in popluar number systems.

HEXAC9DA6
Decimal172157166
Binary101011001001110110100110
Octal254235246

Shades and tints

Shades of #AC9DA6

#AC9DA6
(172,157,166)
#9D8F97
(157,143,151)
#8E8188
(142,129,136)
#7F7379
(127,115,121)
#70656A
(112,101,106)
#61575B
(97,87,91)
#52494C
(82,73,76)
#433B3D
(67,59,61)
#342D2E
(52,45,46)
#251F1F
(37,31,31)
#161110
(22,17,16)
#000000
(0,0,0)

Tints of #AC9DA6

#AC9DA6
(172,157,166)
#B3A5AE
(179,165,174)
#BAADB6
(186,173,182)
#C1B5BE
(193,181,190)
#C8BDC6
(200,189,198)
#CFC5CE
(207,197,206)
#D6CDD6
(214,205,214)
#DDD5DE
(221,213,222)
#E4DDE6
(228,221,230)
#EBE5EE
(235,229,238)
#F2EDF6
(242,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9DA6; }

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

This text font color is #AC9DA6.


Background Color

.myBgColor { background-color: #AC9DA6; }

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

This div background color is #AC9DA6.


Border color

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

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

This div border color is #AC9DA6.


Opacity

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

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

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

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

This text has shadow with #AC9DA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9DA6 on black background.


Color preview on white background

This text has color #AC9DA6 on white background.



Black color preview on #AC9DA6 background

This text has black color on #AC9DA6 background.


White color preview on #AC9DA6 background

This text has white color on #AC9DA6 background.