COLOR #ACA4A8

HEX: #ACA4A8
RGB: (172,164,168)

Color info

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

RGB color model

#ACA4A8 color RGB value is (172,164,168).

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

RGB channels and saturation

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

172
164
168

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

Portions of RGB colors in percentages

R + G + B =
172 + 164 + 168 = 504 (100%)
R 172 of 504 ~ 34.13%
G 164 of 504 ~ 32.54%
B 168 of 504 ~ 33.33%

%34.13
%32.54
%33.33

CMYK color model

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

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

CMYK percentages

%0
%4.65
%2.33
%32.55

Codes

Color #ACA4A8 in popluar color models

ACA4A8
RGB172164168
HSL330°4.60%65.88%
HSB/HSV330°4.65%67.45%
CMYK0.00%4.65%2.33%
32.55%

Color #ACA4A8 in popluar number systems.

HEXACA4A8
Decimal172164168
Binary101011001010010010101000
Octal254244250

Shades and tints

Shades of #ACA4A8

#ACA4A8
(172,164,168)
#9D9699
(157,150,153)
#8E888A
(142,136,138)
#7F7A7B
(127,122,123)
#706C6C
(112,108,108)
#615E5D
(97,94,93)
#52504E
(82,80,78)
#43423F
(67,66,63)
#343430
(52,52,48)
#252621
(37,38,33)
#161812
(22,24,18)
#000000
(0,0,0)

Tints of #ACA4A8

#ACA4A8
(172,164,168)
#B3ACAF
(179,172,175)
#BAB4B6
(186,180,182)
#C1BCBD
(193,188,189)
#C8C4C4
(200,196,196)
#CFCCCB
(207,204,203)
#D6D4D2
(214,212,210)
#DDDCD9
(221,220,217)
#E4E4E0
(228,228,224)
#EBECE7
(235,236,231)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA4A8; }

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

This text font color is #ACA4A8.


Background Color

.myBgColor { background-color: #ACA4A8; }

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

This div background color is #ACA4A8.


Border color

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

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

This div border color is #ACA4A8.


Opacity

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

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

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

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

This text has shadow with #ACA4A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA4A8 on black background.


Color preview on white background

This text has color #ACA4A8 on white background.



Black color preview on #ACA4A8 background

This text has black color on #ACA4A8 background.


White color preview on #ACA4A8 background

This text has white color on #ACA4A8 background.