COLOR #A7ADBB

HEX: #A7ADBB
RGB: (167,173,187)

Color info

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

RGB color model

#A7ADBB color RGB value is (167,173,187).

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

RGB channels and saturation

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

167
173
187

R + G + B ~ 69%. #A7ADBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 173 + 187 = 527 (100%)
R 167 of 527 ~ 31.69%
G 173 of 527 ~ 32.83%
B 187 of 527 ~ 35.48%

%31.69
%32.83
%35.48

CMYK color model

#A7ADBB color CMYK value is (11,7,0,27).

  • cyan value is 10.70%
  • magenta value is 7.49%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(11,7,0,27)
C11M7Y0K27 
(11%,7%,0%,27%)
(0.11/0.07/0.00/0.27)	

CMYK percentages

%10.7
%7.49
%0
%26.67

Codes

Color #A7ADBB in popluar color models

A7ADBB
RGB167173187
HSL222°12.82%69.41%
HSB/HSV222°10.70%73.33%
CMYK10.70%7.49%0.00%
26.67%

Color #A7ADBB in popluar number systems.

HEXA7ADBB
Decimal167173187
Binary101001111010110110111011
Octal247255273

Shades and tints

Shades of #A7ADBB

#A7ADBB
(167,173,187)
#989EAA
(152,158,170)
#898F99
(137,143,153)
#7A8088
(122,128,136)
#6B7177
(107,113,119)
#5C6266
(92,98,102)
#4D5355
(77,83,85)
#3E4444
(62,68,68)
#2F3533
(47,53,51)
#202622
(32,38,34)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #A7ADBB

#A7ADBB
(167,173,187)
#AFB4C1
(175,180,193)
#B7BBC7
(183,187,199)
#BFC2CD
(191,194,205)
#C7C9D3
(199,201,211)
#CFD0D9
(207,208,217)
#D7D7DF
(215,215,223)
#DFDEE5
(223,222,229)
#E7E5EB
(231,229,235)
#EFECF1
(239,236,241)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7ADBB; }

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

This text font color is #A7ADBB.


Background Color

.myBgColor { background-color: #A7ADBB; }

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

This div background color is #A7ADBB.


Border color

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

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

This div border color is #A7ADBB.


Opacity

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

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

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

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

This text has shadow with #A7ADBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7ADBB on black background.


Color preview on white background

This text has color #A7ADBB on white background.



Black color preview on #A7ADBB background

This text has black color on #A7ADBB background.


White color preview on #A7ADBB background

This text has white color on #A7ADBB background.