COLOR #ADA1B0

HEX: #ADA1B0
RGB: (173,161,176)

Color info

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

RGB color model

#ADA1B0 color RGB value is (173,161,176).

  • red value is 173;
  • green value is 161;
  • blue value is 176.
RGB:
(173,161,176)
(68%,63%,69%)

RGB channels and saturation

R 173 of 255 = 68%
G 161 of 255 = 63%
B 176 of 255 = 69%

173
161
176

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

Portions of RGB colors in percentages

R + G + B =
173 + 161 + 176 = 510 (100%)
R 173 of 510 ~ 33.92%
G 161 of 510 ~ 31.57%
B 176 of 510 ~ 34.51%

%33.92
%31.57
%34.51

CMYK color model

#ADA1B0 color CMYK value is (2,9,0,31).

  • cyan value is 1.70%
  • magenta value is 8.52%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(2,9,0,31)
C2M9Y0K31 
(2%,9%,0%,31%)
(0.02/0.09/0.00/0.31)	

CMYK percentages

%1.7
%8.52
%0
%30.98

Codes

Color #ADA1B0 in popluar color models

ADA1B0
RGB173161176
HSL288°8.67%66.08%
HSB/HSV288°8.52%69.02%
CMYK1.70%8.52%0.00%
30.98%

Color #ADA1B0 in popluar number systems.

HEXADA1B0
Decimal173161176
Binary101011011010000110110000
Octal255241260

Shades and tints

Shades of #ADA1B0

#ADA1B0
(173,161,176)
#9E93A0
(158,147,160)
#8F8590
(143,133,144)
#807780
(128,119,128)
#716970
(113,105,112)
#625B60
(98,91,96)
#534D50
(83,77,80)
#443F40
(68,63,64)
#353130
(53,49,48)
#262320
(38,35,32)
#171510
(23,21,16)
#000000
(0,0,0)

Tints of #ADA1B0

#ADA1B0
(173,161,176)
#B4A9B7
(180,169,183)
#BBB1BE
(187,177,190)
#C2B9C5
(194,185,197)
#C9C1CC
(201,193,204)
#D0C9D3
(208,201,211)
#D7D1DA
(215,209,218)
#DED9E1
(222,217,225)
#E5E1E8
(229,225,232)
#ECE9EF
(236,233,239)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA1B0; }

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

This text font color is #ADA1B0.


Background Color

.myBgColor { background-color: #ADA1B0; }

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

This div background color is #ADA1B0.


Border color

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

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

This div border color is #ADA1B0.


Opacity

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

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

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

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

This text has shadow with #ADA1B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA1B0 on black background.


Color preview on white background

This text has color #ADA1B0 on white background.



Black color preview on #ADA1B0 background

This text has black color on #ADA1B0 background.


White color preview on #ADA1B0 background

This text has white color on #ADA1B0 background.