COLOR #A7ADA7

HEX: #A7ADA7
RGB: (167,173,167)

Color info

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

RGB color model

#A7ADA7 color RGB value is (167,173,167).

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

RGB channels and saturation

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

167
173
167

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

Portions of RGB colors in percentages

R + G + B =
167 + 173 + 167 = 507 (100%)
R 167 of 507 ~ 32.94%
G 173 of 507 ~ 34.12%
B 167 of 507 ~ 32.94%

%32.94
%34.12
%32.94

CMYK color model

#A7ADA7 color CMYK value is (3,0,3,32).

  • cyan value is 3.47%
  • magenta value is 0.00%
  • yellow value is 3.47%
  • key color value is 32.16%
CMYK:
(3,0,3,32)
C3M0Y3K32 
(3%,0%,3%,32%)
(0.03/0.00/0.03/0.32)	

CMYK percentages

%3.47
%0
%3.47
%32.16

Codes

Color #A7ADA7 in popluar color models

A7ADA7
RGB167173167
HSL120°3.53%66.67%
HSB/HSV120°3.47%67.84%
CMYK3.47%0.00%3.47%
32.16%

Color #A7ADA7 in popluar number systems.

HEXA7ADA7
Decimal167173167
Binary101001111010110110100111
Octal247255247

Shades and tints

Shades of #A7ADA7

#A7ADA7
(167,173,167)
#989E98
(152,158,152)
#898F89
(137,143,137)
#7A807A
(122,128,122)
#6B716B
(107,113,107)
#5C625C
(92,98,92)
#4D534D
(77,83,77)
#3E443E
(62,68,62)
#2F352F
(47,53,47)
#202620
(32,38,32)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #A7ADA7

#A7ADA7
(167,173,167)
#AFB4AF
(175,180,175)
#B7BBB7
(183,187,183)
#BFC2BF
(191,194,191)
#C7C9C7
(199,201,199)
#CFD0CF
(207,208,207)
#D7D7D7
(215,215,215)
#DFDEDF
(223,222,223)
#E7E5E7
(231,229,231)
#EFECEF
(239,236,239)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7ADA7; }

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

This text font color is #A7ADA7.


Background Color

.myBgColor { background-color: #A7ADA7; }

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

This div background color is #A7ADA7.


Border color

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

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

This div border color is #A7ADA7.


Opacity

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

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

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

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

This text has shadow with #A7ADA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7ADA7 on black background.


Color preview on white background

This text has color #A7ADA7 on white background.



Black color preview on #A7ADA7 background

This text has black color on #A7ADA7 background.


White color preview on #A7ADA7 background

This text has white color on #A7ADA7 background.