COLOR #A7ACAE

HEX: #A7ACAE
RGB: (167,172,174)

Color info

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

RGB color model

#A7ACAE color RGB value is (167,172,174).

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

RGB channels and saturation

R 167 of 255 = 65%
G 172 of 255 = 67%
B 174 of 255 = 68%

167
172
174

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

Portions of RGB colors in percentages

R + G + B =
167 + 172 + 174 = 513 (100%)
R 167 of 513 ~ 32.55%
G 172 of 513 ~ 33.53%
B 174 of 513 ~ 33.92%

%32.55
%33.53
%33.92

CMYK color model

#A7ACAE color CMYK value is (4,1,0,32).

  • cyan value is 4.02%
  • magenta value is 1.15%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(4,1,0,32)
C4M1Y0K32 
(4%,1%,0%,32%)
(0.04/0.01/0.00/0.32)	

CMYK percentages

%4.02
%1.15
%0
%31.76

Codes

Color #A7ACAE in popluar color models

A7ACAE
RGB167172174
HSL197°4.14%66.86%
HSB/HSV197°4.02%68.24%
CMYK4.02%1.15%0.00%
31.76%

Color #A7ACAE in popluar number systems.

HEXA7ACAE
Decimal167172174
Binary101001111010110010101110
Octal247254256

Shades and tints

Shades of #A7ACAE

#A7ACAE
(167,172,174)
#989D9F
(152,157,159)
#898E90
(137,142,144)
#7A7F81
(122,127,129)
#6B7072
(107,112,114)
#5C6163
(92,97,99)
#4D5254
(77,82,84)
#3E4345
(62,67,69)
#2F3436
(47,52,54)
#202527
(32,37,39)
#111618
(17,22,24)
#000000
(0,0,0)

Tints of #A7ACAE

#A7ACAE
(167,172,174)
#AFB3B5
(175,179,181)
#B7BABC
(183,186,188)
#BFC1C3
(191,193,195)
#C7C8CA
(199,200,202)
#CFCFD1
(207,207,209)
#D7D6D8
(215,214,216)
#DFDDDF
(223,221,223)
#E7E4E6
(231,228,230)
#EFEBED
(239,235,237)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7ACAE; }

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

This text font color is #A7ACAE.


Background Color

.myBgColor { background-color: #A7ACAE; }

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

This div background color is #A7ACAE.


Border color

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

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

This div border color is #A7ACAE.


Opacity

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

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

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

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

This text has shadow with #A7ACAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7ACAE on black background.


Color preview on white background

This text has color #A7ACAE on white background.



Black color preview on #A7ACAE background

This text has black color on #A7ACAE background.


White color preview on #A7ACAE background

This text has white color on #A7ACAE background.