COLOR #A7ACAB

HEX: #A7ACAB
RGB: (167,172,171)

Color info

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

RGB color model

#A7ACAB color RGB value is (167,172,171).

  • red value is 167;
  • green value is 172;
  • blue value is 171.
RGB:
(167,172,171)
(65%,67%,67%)

RGB channels and saturation

R 167 of 255 = 65%
G 172 of 255 = 67%
B 171 of 255 = 67%

167
172
171

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

Portions of RGB colors in percentages

R + G + B =
167 + 172 + 171 = 510 (100%)
R 167 of 510 ~ 32.75%
G 172 of 510 ~ 33.73%
B 171 of 510 ~ 33.53%

%32.75
%33.73
%33.53

CMYK color model

#A7ACAB color CMYK value is (3,0,1,33).

  • cyan value is 2.91%
  • magenta value is 0.00%
  • yellow value is 0.58%
  • key color value is 32.55%
CMYK:
(3,0,1,33)
C3M0Y1K33 
(3%,0%,1%,33%)
(0.03/0.00/0.01/0.33)	

CMYK percentages

%2.91
%0
%0.58
%32.55

Codes

Color #A7ACAB in popluar color models

A7ACAB
RGB167172171
HSL168°2.92%66.47%
HSB/HSV168°2.91%67.45%
CMYK2.91%0.00%0.58%
32.55%

Color #A7ACAB in popluar number systems.

HEXA7ACAB
Decimal167172171
Binary101001111010110010101011
Octal247254253

Shades and tints

Shades of #A7ACAB

#A7ACAB
(167,172,171)
#989D9C
(152,157,156)
#898E8D
(137,142,141)
#7A7F7E
(122,127,126)
#6B706F
(107,112,111)
#5C6160
(92,97,96)
#4D5251
(77,82,81)
#3E4342
(62,67,66)
#2F3433
(47,52,51)
#202524
(32,37,36)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #A7ACAB

#A7ACAB
(167,172,171)
#AFB3B2
(175,179,178)
#B7BAB9
(183,186,185)
#BFC1C0
(191,193,192)
#C7C8C7
(199,200,199)
#CFCFCE
(207,207,206)
#D7D6D5
(215,214,213)
#DFDDDC
(223,221,220)
#E7E4E3
(231,228,227)
#EFEBEA
(239,235,234)
#F7F2F1
(247,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7ACAB; }

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

This text font color is #A7ACAB.


Background Color

.myBgColor { background-color: #A7ACAB; }

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

This div background color is #A7ACAB.


Border color

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

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

This div border color is #A7ACAB.


Opacity

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

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

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

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

This text has shadow with #A7ACAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7ACAB on black background.


Color preview on white background

This text has color #A7ACAB on white background.



Black color preview on #A7ACAB background

This text has black color on #A7ACAB background.


White color preview on #A7ACAB background

This text has white color on #A7ACAB background.