COLOR #ACA4AC

HEX: #ACA4AC
RGB: (172,164,172)

Color info

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

RGB color model

#ACA4AC color RGB value is (172,164,172).

  • red value is 172;
  • green value is 164;
  • blue value is 172.
RGB:
(172,164,172)
(67%,64%,67%)

RGB channels and saturation

R 172 of 255 = 67%
G 164 of 255 = 64%
B 172 of 255 = 67%

172
164
172

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

Portions of RGB colors in percentages

R + G + B =
172 + 164 + 172 = 508 (100%)
R 172 of 508 ~ 33.86%
G 164 of 508 ~ 32.28%
B 172 of 508 ~ 33.86%

%33.86
%32.28
%33.86

CMYK color model

#ACA4AC color CMYK value is (0,5,0,33).

  • cyan value is 0.00%
  • magenta value is 4.65%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(0,5,0,33)
C0M5Y0K33 
(0%,5%,0%,33%)
(0.00/0.05/0.00/0.33)	

CMYK percentages

%0
%4.65
%0
%32.55

Codes

Color #ACA4AC in popluar color models

ACA4AC
RGB172164172
HSL300°4.60%65.88%
HSB/HSV300°4.65%67.45%
CMYK0.00%4.65%0.00%
32.55%

Color #ACA4AC in popluar number systems.

HEXACA4AC
Decimal172164172
Binary101011001010010010101100
Octal254244254

Shades and tints

Shades of #ACA4AC

#ACA4AC
(172,164,172)
#9D969D
(157,150,157)
#8E888E
(142,136,142)
#7F7A7F
(127,122,127)
#706C70
(112,108,112)
#615E61
(97,94,97)
#525052
(82,80,82)
#434243
(67,66,67)
#343434
(52,52,52)
#252625
(37,38,37)
#161816
(22,24,22)
#000000
(0,0,0)

Tints of #ACA4AC

#ACA4AC
(172,164,172)
#B3ACB3
(179,172,179)
#BAB4BA
(186,180,186)
#C1BCC1
(193,188,193)
#C8C4C8
(200,196,200)
#CFCCCF
(207,204,207)
#D6D4D6
(214,212,214)
#DDDCDD
(221,220,221)
#E4E4E4
(228,228,228)
#EBECEB
(235,236,235)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA4AC; }

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

This text font color is #ACA4AC.


Background Color

.myBgColor { background-color: #ACA4AC; }

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

This div background color is #ACA4AC.


Border color

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

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

This div border color is #ACA4AC.


Opacity

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

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

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

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

This text has shadow with #ACA4AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA4AC on black background.


Color preview on white background

This text has color #ACA4AC on white background.



Black color preview on #ACA4AC background

This text has black color on #ACA4AC background.


White color preview on #ACA4AC background

This text has white color on #ACA4AC background.