COLOR #A7ADB5

HEX: #A7ADB5
RGB: (167,173,181)

Color info

#A7ADB5 contains red, green and blue colors in about the same proportion. Web safe color of #A7ADB5 is #9999CC (or #99C).

RGB color model

#A7ADB5 color RGB value is (167,173,181).

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

RGB channels and saturation

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

167
173
181

R + G + B ~ 68%. #A7ADB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 173 + 181 = 521 (100%)
R 167 of 521 ~ 32.05%
G 173 of 521 ~ 33.21%
B 181 of 521 ~ 34.74%

%32.05
%33.21
%34.74

CMYK color model

#A7ADB5 color CMYK value is (8,4,0,29).

  • cyan value is 7.73%
  • magenta value is 4.42%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(8,4,0,29)
C8M4Y0K29 
(8%,4%,0%,29%)
(0.08/0.04/0.00/0.29)	

CMYK percentages

%7.73
%4.42
%0
%29.02

Codes

Color #A7ADB5 in popluar color models

A7ADB5
RGB167173181
HSL214°8.64%68.24%
HSB/HSV214°7.73%70.98%
CMYK7.73%4.42%0.00%
29.02%

Color #A7ADB5 in popluar number systems.

HEXA7ADB5
Decimal167173181
Binary101001111010110110110101
Octal247255265

Shades and tints

Shades of #A7ADB5

#A7ADB5
(167,173,181)
#989EA5
(152,158,165)
#898F95
(137,143,149)
#7A8085
(122,128,133)
#6B7175
(107,113,117)
#5C6265
(92,98,101)
#4D5355
(77,83,85)
#3E4445
(62,68,69)
#2F3535
(47,53,53)
#202625
(32,38,37)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #A7ADB5

#A7ADB5
(167,173,181)
#AFB4BB
(175,180,187)
#B7BBC1
(183,187,193)
#BFC2C7
(191,194,199)
#C7C9CD
(199,201,205)
#CFD0D3
(207,208,211)
#D7D7D9
(215,215,217)
#DFDEDF
(223,222,223)
#E7E5E5
(231,229,229)
#EFECEB
(239,236,235)
#F7F3F1
(247,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7ADB5; }

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

This text font color is #A7ADB5.


Background Color

.myBgColor { background-color: #A7ADB5; }

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

This div background color is #A7ADB5.


Border color

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

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

This div border color is #A7ADB5.


Opacity

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

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

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

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

This text has shadow with #A7ADB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7ADB5 on black background.


Color preview on white background

This text has color #A7ADB5 on white background.



Black color preview on #A7ADB5 background

This text has black color on #A7ADB5 background.


White color preview on #A7ADB5 background

This text has white color on #A7ADB5 background.