COLOR #ACAAB1

HEX: #ACAAB1
RGB: (172,170,177)

Color info

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

RGB color model

#ACAAB1 color RGB value is (172,170,177).

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

RGB channels and saturation

R 172 of 255 = 67%
G 170 of 255 = 67%
B 177 of 255 = 69%

172
170
177

R + G + B ~ 68%. #ACAAB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 170 + 177 = 519 (100%)
R 172 of 519 ~ 33.14%
G 170 of 519 ~ 32.76%
B 177 of 519 ~ 34.1%

%33.14
%32.76
%34.1

CMYK color model

#ACAAB1 color CMYK value is (3,4,0,31).

  • cyan value is 2.82%
  • magenta value is 3.95%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(3,4,0,31)
C3M4Y0K31 
(3%,4%,0%,31%)
(0.03/0.04/0.00/0.31)	

CMYK percentages

%2.82
%3.95
%0
%30.59

Codes

Color #ACAAB1 in popluar color models

ACAAB1
RGB172170177
HSL257°4.29%68.04%
HSB/HSV257°3.95%69.41%
CMYK2.82%3.95%0.00%
30.59%

Color #ACAAB1 in popluar number systems.

HEXACAAB1
Decimal172170177
Binary101011001010101010110001
Octal254252261

Shades and tints

Shades of #ACAAB1

#ACAAB1
(172,170,177)
#9D9BA1
(157,155,161)
#8E8C91
(142,140,145)
#7F7D81
(127,125,129)
#706E71
(112,110,113)
#615F61
(97,95,97)
#525051
(82,80,81)
#434141
(67,65,65)
#343231
(52,50,49)
#252321
(37,35,33)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #ACAAB1

#ACAAB1
(172,170,177)
#B3B1B8
(179,177,184)
#BAB8BF
(186,184,191)
#C1BFC6
(193,191,198)
#C8C6CD
(200,198,205)
#CFCDD4
(207,205,212)
#D6D4DB
(214,212,219)
#DDDBE2
(221,219,226)
#E4E2E9
(228,226,233)
#EBE9F0
(235,233,240)
#F2F0F7
(242,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAAB1; }

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

This text font color is #ACAAB1.


Background Color

.myBgColor { background-color: #ACAAB1; }

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

This div background color is #ACAAB1.


Border color

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

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

This div border color is #ACAAB1.


Opacity

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

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

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

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

This text has shadow with #ACAAB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAAB1 on black background.


Color preview on white background

This text has color #ACAAB1 on white background.



Black color preview on #ACAAB1 background

This text has black color on #ACAAB1 background.


White color preview on #ACAAB1 background

This text has white color on #ACAAB1 background.