COLOR #AC9CA9

HEX: #AC9CA9
RGB: (172,156,169)

Color info

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

RGB color model

#AC9CA9 color RGB value is (172,156,169).

  • red value is 172;
  • green value is 156;
  • blue value is 169.
RGB:
(172,156,169)
(67%,61%,66%)

RGB channels and saturation

R 172 of 255 = 67%
G 156 of 255 = 61%
B 169 of 255 = 66%

172
156
169

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

Portions of RGB colors in percentages

R + G + B =
172 + 156 + 169 = 497 (100%)
R 172 of 497 ~ 34.61%
G 156 of 497 ~ 31.39%
B 169 of 497 ~ 34%

%34.61
%31.39
%34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.30%
  • yellow value is 1.74%
  • key color value is 32.55%
CMYK:
(0,9,2,33)
C0M9Y2K33 
(0%,9%,2%,33%)
(0.00/0.09/0.02/0.33)	

CMYK percentages

%0
%9.3
%1.74
%32.55

Codes

Color #AC9CA9 in popluar color models

AC9CA9
RGB172156169
HSL311°8.79%64.31%
HSB/HSV311°9.30%67.45%
CMYK0.00%9.30%1.74%
32.55%

Color #AC9CA9 in popluar number systems.

HEXAC9CA9
Decimal172156169
Binary101011001001110010101001
Octal254234251

Shades and tints

Shades of #AC9CA9

#AC9CA9
(172,156,169)
#9D8E9A
(157,142,154)
#8E808B
(142,128,139)
#7F727C
(127,114,124)
#70646D
(112,100,109)
#61565E
(97,86,94)
#52484F
(82,72,79)
#433A40
(67,58,64)
#342C31
(52,44,49)
#251E22
(37,30,34)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #AC9CA9

#AC9CA9
(172,156,169)
#B3A5B0
(179,165,176)
#BAAEB7
(186,174,183)
#C1B7BE
(193,183,190)
#C8C0C5
(200,192,197)
#CFC9CC
(207,201,204)
#D6D2D3
(214,210,211)
#DDDBDA
(221,219,218)
#E4E4E1
(228,228,225)
#EBEDE8
(235,237,232)
#F2F6EF
(242,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9CA9; }

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

This text font color is #AC9CA9.


Background Color

.myBgColor { background-color: #AC9CA9; }

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

This div background color is #AC9CA9.


Border color

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

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

This div border color is #AC9CA9.


Opacity

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

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

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

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

This text has shadow with #AC9CA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9CA9 on black background.


Color preview on white background

This text has color #AC9CA9 on white background.



Black color preview on #AC9CA9 background

This text has black color on #AC9CA9 background.


White color preview on #AC9CA9 background

This text has white color on #AC9CA9 background.