COLOR #ADA8B1

HEX: #ADA8B1
RGB: (173,168,177)

Color info

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

RGB color model

#ADA8B1 color RGB value is (173,168,177).

  • red value is 173;
  • green value is 168;
  • blue value is 177.
RGB:
(173,168,177)
(68%,66%,69%)

RGB channels and saturation

R 173 of 255 = 68%
G 168 of 255 = 66%
B 177 of 255 = 69%

173
168
177

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

Portions of RGB colors in percentages

R + G + B =
173 + 168 + 177 = 518 (100%)
R 173 of 518 ~ 33.4%
G 168 of 518 ~ 32.43%
B 177 of 518 ~ 34.17%

%33.4
%32.43
%34.17

CMYK color model

#ADA8B1 color CMYK value is (2,5,0,31).

  • cyan value is 2.26%
  • magenta value is 5.08%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(2,5,0,31)
C2M5Y0K31 
(2%,5%,0%,31%)
(0.02/0.05/0.00/0.31)	

CMYK percentages

%2.26
%5.08
%0
%30.59

Codes

Color #ADA8B1 in popluar color models

ADA8B1
RGB173168177
HSL273°5.45%67.65%
HSB/HSV273°5.08%69.41%
CMYK2.26%5.08%0.00%
30.59%

Color #ADA8B1 in popluar number systems.

HEXADA8B1
Decimal173168177
Binary101011011010100010110001
Octal255250261

Shades and tints

Shades of #ADA8B1

#ADA8B1
(173,168,177)
#9E99A1
(158,153,161)
#8F8A91
(143,138,145)
#807B81
(128,123,129)
#716C71
(113,108,113)
#625D61
(98,93,97)
#534E51
(83,78,81)
#443F41
(68,63,65)
#353031
(53,48,49)
#262121
(38,33,33)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #ADA8B1

#ADA8B1
(173,168,177)
#B4AFB8
(180,175,184)
#BBB6BF
(187,182,191)
#C2BDC6
(194,189,198)
#C9C4CD
(201,196,205)
#D0CBD4
(208,203,212)
#D7D2DB
(215,210,219)
#DED9E2
(222,217,226)
#E5E0E9
(229,224,233)
#ECE7F0
(236,231,240)
#F3EEF7
(243,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA8B1; }

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

This text font color is #ADA8B1.


Background Color

.myBgColor { background-color: #ADA8B1; }

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

This div background color is #ADA8B1.


Border color

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

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

This div border color is #ADA8B1.


Opacity

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

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

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

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

This text has shadow with #ADA8B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA8B1 on black background.


Color preview on white background

This text has color #ADA8B1 on white background.



Black color preview on #ADA8B1 background

This text has black color on #ADA8B1 background.


White color preview on #ADA8B1 background

This text has white color on #ADA8B1 background.