COLOR #A7ADAC

HEX: #A7ADAC
RGB: (167,173,172)

Color info

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

RGB color model

#A7ADAC color RGB value is (167,173,172).

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

RGB channels and saturation

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

167
173
172

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

Portions of RGB colors in percentages

R + G + B =
167 + 173 + 172 = 512 (100%)
R 167 of 512 ~ 32.62%
G 173 of 512 ~ 33.79%
B 172 of 512 ~ 33.59%

%32.62
%33.79
%33.59

CMYK color model

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

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

CMYK percentages

%3.47
%0
%0.58
%32.16

Codes

Color #A7ADAC in popluar color models

A7ADAC
RGB167173172
HSL170°3.53%66.67%
HSB/HSV170°3.47%67.84%
CMYK3.47%0.00%0.58%
32.16%

Color #A7ADAC in popluar number systems.

HEXA7ADAC
Decimal167173172
Binary101001111010110110101100
Octal247255254

Shades and tints

Shades of #A7ADAC

#A7ADAC
(167,173,172)
#989E9D
(152,158,157)
#898F8E
(137,143,142)
#7A807F
(122,128,127)
#6B7170
(107,113,112)
#5C6261
(92,98,97)
#4D5352
(77,83,82)
#3E4443
(62,68,67)
#2F3534
(47,53,52)
#202625
(32,38,37)
#111716
(17,23,22)
#000000
(0,0,0)

Tints of #A7ADAC

#A7ADAC
(167,173,172)
#AFB4B3
(175,180,179)
#B7BBBA
(183,187,186)
#BFC2C1
(191,194,193)
#C7C9C8
(199,201,200)
#CFD0CF
(207,208,207)
#D7D7D6
(215,215,214)
#DFDEDD
(223,222,221)
#E7E5E4
(231,229,228)
#EFECEB
(239,236,235)
#F7F3F2
(247,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7ADAC; }

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

This text font color is #A7ADAC.


Background Color

.myBgColor { background-color: #A7ADAC; }

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

This div background color is #A7ADAC.


Border color

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

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

This div border color is #A7ADAC.


Opacity

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

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

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

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

This text has shadow with #A7ADAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7ADAC on black background.


Color preview on white background

This text has color #A7ADAC on white background.



Black color preview on #A7ADAC background

This text has black color on #A7ADAC background.


White color preview on #A7ADAC background

This text has white color on #A7ADAC background.