COLOR #A7ADAF

HEX: #A7ADAF
RGB: (167,173,175)

Color info

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

RGB color model

#A7ADAF color RGB value is (167,173,175).

  • red value is 167;
  • green value is 173;
  • blue value is 175.
RGB:
(167,173,175)
(65%,68%,69%)

RGB channels and saturation

R 167 of 255 = 65%
G 173 of 255 = 68%
B 175 of 255 = 69%

167
173
175

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

Portions of RGB colors in percentages

R + G + B =
167 + 173 + 175 = 515 (100%)
R 167 of 515 ~ 32.43%
G 173 of 515 ~ 33.59%
B 175 of 515 ~ 33.98%

%32.43
%33.59
%33.98

CMYK color model

#A7ADAF color CMYK value is (5,1,0,31).

  • cyan value is 4.57%
  • magenta value is 1.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(5,1,0,31)
C5M1Y0K31 
(5%,1%,0%,31%)
(0.05/0.01/0.00/0.31)	

CMYK percentages

%4.57
%1.14
%0
%31.37

Codes

Color #A7ADAF in popluar color models

A7ADAF
RGB167173175
HSL195°4.76%67.06%
HSB/HSV195°4.57%68.63%
CMYK4.57%1.14%0.00%
31.37%

Color #A7ADAF in popluar number systems.

HEXA7ADAF
Decimal167173175
Binary101001111010110110101111
Octal247255257

Shades and tints

Shades of #A7ADAF

#A7ADAF
(167,173,175)
#989EA0
(152,158,160)
#898F91
(137,143,145)
#7A8082
(122,128,130)
#6B7173
(107,113,115)
#5C6264
(92,98,100)
#4D5355
(77,83,85)
#3E4446
(62,68,70)
#2F3537
(47,53,55)
#202628
(32,38,40)
#111719
(17,23,25)
#000000
(0,0,0)

Tints of #A7ADAF

#A7ADAF
(167,173,175)
#AFB4B6
(175,180,182)
#B7BBBD
(183,187,189)
#BFC2C4
(191,194,196)
#C7C9CB
(199,201,203)
#CFD0D2
(207,208,210)
#D7D7D9
(215,215,217)
#DFDEE0
(223,222,224)
#E7E5E7
(231,229,231)
#EFECEE
(239,236,238)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7ADAF color. Also use rgb(167,173,175) instead hex code.

Text Font Color

.myTextColor { color: #A7ADAF; }

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

This text font color is #A7ADAF.


Background Color

.myBgColor { background-color: #A7ADAF; }

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

This div background color is #A7ADAF.


Border color

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

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

This div border color is #A7ADAF.


Opacity

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

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

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

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

This text has shadow with #A7ADAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7ADAF on black background.


Color preview on white background

This text has color #A7ADAF on white background.



Black color preview on #A7ADAF background

This text has black color on #A7ADAF background.


White color preview on #A7ADAF background

This text has white color on #A7ADAF background.