COLOR #ADA2B0

HEX: #ADA2B0
RGB: (173,162,176)

Color info

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

RGB color model

#ADA2B0 color RGB value is (173,162,176).

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

RGB channels and saturation

R 173 of 255 = 68%
G 162 of 255 = 64%
B 176 of 255 = 69%

173
162
176

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

Portions of RGB colors in percentages

R + G + B =
173 + 162 + 176 = 511 (100%)
R 173 of 511 ~ 33.86%
G 162 of 511 ~ 31.7%
B 176 of 511 ~ 34.44%

%33.86
%31.7
%34.44

CMYK color model

#ADA2B0 color CMYK value is (2,8,0,31).

  • cyan value is 1.70%
  • magenta value is 7.95%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(2,8,0,31)
C2M8Y0K31 
(2%,8%,0%,31%)
(0.02/0.08/0.00/0.31)	

CMYK percentages

%1.7
%7.95
%0
%30.98

Codes

Color #ADA2B0 in popluar color models

ADA2B0
RGB173162176
HSL287°8.14%66.27%
HSB/HSV287°7.95%69.02%
CMYK1.70%7.95%0.00%
30.98%

Color #ADA2B0 in popluar number systems.

HEXADA2B0
Decimal173162176
Binary101011011010001010110000
Octal255242260

Shades and tints

Shades of #ADA2B0

#ADA2B0
(173,162,176)
#9E94A0
(158,148,160)
#8F8690
(143,134,144)
#807880
(128,120,128)
#716A70
(113,106,112)
#625C60
(98,92,96)
#534E50
(83,78,80)
#444040
(68,64,64)
#353230
(53,50,48)
#262420
(38,36,32)
#171610
(23,22,16)
#000000
(0,0,0)

Tints of #ADA2B0

#ADA2B0
(173,162,176)
#B4AAB7
(180,170,183)
#BBB2BE
(187,178,190)
#C2BAC5
(194,186,197)
#C9C2CC
(201,194,204)
#D0CAD3
(208,202,211)
#D7D2DA
(215,210,218)
#DEDAE1
(222,218,225)
#E5E2E8
(229,226,232)
#ECEAEF
(236,234,239)
#F3F2F6
(243,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA2B0; }

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

This text font color is #ADA2B0.


Background Color

.myBgColor { background-color: #ADA2B0; }

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

This div background color is #ADA2B0.


Border color

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

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

This div border color is #ADA2B0.


Opacity

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

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

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

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

This text has shadow with #ADA2B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA2B0 on black background.


Color preview on white background

This text has color #ADA2B0 on white background.



Black color preview on #ADA2B0 background

This text has black color on #ADA2B0 background.


White color preview on #ADA2B0 background

This text has white color on #ADA2B0 background.