COLOR #ACAAA8

HEX: #ACAAA8
RGB: (172,170,168)

Color info

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

RGB color model

#ACAAA8 color RGB value is (172,170,168).

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

RGB channels and saturation

R 172 of 255 = 67%
G 170 of 255 = 67%
B 168 of 255 = 66%

172
170
168

R + G + B ~ 67%. #ACAAA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 170 + 168 = 510 (100%)
R 172 of 510 ~ 33.73%
G 170 of 510 ~ 33.33%
B 168 of 510 ~ 32.94%

%33.73
%33.33
%32.94

CMYK color model

#ACAAA8 color CMYK value is (0,1,2,33).

  • cyan value is 0.00%
  • magenta value is 1.16%
  • yellow value is 2.33%
  • key color value is 32.55%
CMYK:
(0,1,2,33)
C0M1Y2K33 
(0%,1%,2%,33%)
(0.00/0.01/0.02/0.33)	

CMYK percentages

%0
%1.16
%2.33
%32.55

Codes

Color #ACAAA8 in popluar color models

ACAAA8
RGB172170168
HSL30°2.35%66.67%
HSB/HSV30°2.33%67.45%
CMYK0.00%1.16%2.33%
32.55%

Color #ACAAA8 in popluar number systems.

HEXACAAA8
Decimal172170168
Binary101011001010101010101000
Octal254252250

Shades and tints

Shades of #ACAAA8

#ACAAA8
(172,170,168)
#9D9B99
(157,155,153)
#8E8C8A
(142,140,138)
#7F7D7B
(127,125,123)
#706E6C
(112,110,108)
#615F5D
(97,95,93)
#52504E
(82,80,78)
#43413F
(67,65,63)
#343230
(52,50,48)
#252321
(37,35,33)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #ACAAA8

#ACAAA8
(172,170,168)
#B3B1AF
(179,177,175)
#BAB8B6
(186,184,182)
#C1BFBD
(193,191,189)
#C8C6C4
(200,198,196)
#CFCDCB
(207,205,203)
#D6D4D2
(214,212,210)
#DDDBD9
(221,219,217)
#E4E2E0
(228,226,224)
#EBE9E7
(235,233,231)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAAA8; }

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

This text font color is #ACAAA8.


Background Color

.myBgColor { background-color: #ACAAA8; }

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

This div background color is #ACAAA8.


Border color

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

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

This div border color is #ACAAA8.


Opacity

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

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

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

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

This text has shadow with #ACAAA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAAA8 on black background.


Color preview on white background

This text has color #ACAAA8 on white background.



Black color preview on #ACAAA8 background

This text has black color on #ACAAA8 background.


White color preview on #ACAAA8 background

This text has white color on #ACAAA8 background.