COLOR #ACA3AC

HEX: #ACA3AC
RGB: (172,163,172)

Color info

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

RGB color model

#ACA3AC color RGB value is (172,163,172).

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

RGB channels and saturation

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

172
163
172

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

Portions of RGB colors in percentages

R + G + B =
172 + 163 + 172 = 507 (100%)
R 172 of 507 ~ 33.93%
G 163 of 507 ~ 32.15%
B 172 of 507 ~ 33.93%

%33.93
%32.15
%33.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.23%
  • 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
%5.23
%0
%32.55

Codes

Color #ACA3AC in popluar color models

ACA3AC
RGB172163172
HSL300°5.14%65.69%
HSB/HSV300°5.23%67.45%
CMYK0.00%5.23%0.00%
32.55%

Color #ACA3AC in popluar number systems.

HEXACA3AC
Decimal172163172
Binary101011001010001110101100
Octal254243254

Shades and tints

Shades of #ACA3AC

#ACA3AC
(172,163,172)
#9D959D
(157,149,157)
#8E878E
(142,135,142)
#7F797F
(127,121,127)
#706B70
(112,107,112)
#615D61
(97,93,97)
#524F52
(82,79,82)
#434143
(67,65,67)
#343334
(52,51,52)
#252525
(37,37,37)
#161716
(22,23,22)
#000000
(0,0,0)

Tints of #ACA3AC

#ACA3AC
(172,163,172)
#B3ABB3
(179,171,179)
#BAB3BA
(186,179,186)
#C1BBC1
(193,187,193)
#C8C3C8
(200,195,200)
#CFCBCF
(207,203,207)
#D6D3D6
(214,211,214)
#DDDBDD
(221,219,221)
#E4E3E4
(228,227,228)
#EBEBEB
(235,235,235)
#F2F3F2
(242,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA3AC; }

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

This text font color is #ACA3AC.


Background Color

.myBgColor { background-color: #ACA3AC; }

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

This div background color is #ACA3AC.


Border color

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

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

This div border color is #ACA3AC.


Opacity

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

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

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

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

This text has shadow with #ACA3AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA3AC on black background.


Color preview on white background

This text has color #ACA3AC on white background.



Black color preview on #ACA3AC background

This text has black color on #ACA3AC background.


White color preview on #ACA3AC background

This text has white color on #ACA3AC background.