COLOR #ADA6B2

HEX: #ADA6B2
RGB: (173,166,178)

Color info

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

RGB color model

#ADA6B2 color RGB value is (173,166,178).

  • red value is 173;
  • green value is 166;
  • blue value is 178.
RGB:
(173,166,178)
(68%,65%,70%)

RGB channels and saturation

R 173 of 255 = 68%
G 166 of 255 = 65%
B 178 of 255 = 70%

173
166
178

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

Portions of RGB colors in percentages

R + G + B =
173 + 166 + 178 = 517 (100%)
R 173 of 517 ~ 33.46%
G 166 of 517 ~ 32.11%
B 178 of 517 ~ 34.43%

%33.46
%32.11
%34.43

CMYK color model

#ADA6B2 color CMYK value is (3,7,0,30).

  • cyan value is 2.81%
  • magenta value is 6.74%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(3,7,0,30)
C3M7Y0K30 
(3%,7%,0%,30%)
(0.03/0.07/0.00/0.30)	

CMYK percentages

%2.81
%6.74
%0
%30.2

Codes

Color #ADA6B2 in popluar color models

ADA6B2
RGB173166178
HSL275°7.23%67.45%
HSB/HSV275°6.74%69.80%
CMYK2.81%6.74%0.00%
30.20%

Color #ADA6B2 in popluar number systems.

HEXADA6B2
Decimal173166178
Binary101011011010011010110010
Octal255246262

Shades and tints

Shades of #ADA6B2

#ADA6B2
(173,166,178)
#9E97A2
(158,151,162)
#8F8892
(143,136,146)
#807982
(128,121,130)
#716A72
(113,106,114)
#625B62
(98,91,98)
#534C52
(83,76,82)
#443D42
(68,61,66)
#352E32
(53,46,50)
#261F22
(38,31,34)
#171012
(23,16,18)
#000000
(0,0,0)

Tints of #ADA6B2

#ADA6B2
(173,166,178)
#B4AEB9
(180,174,185)
#BBB6C0
(187,182,192)
#C2BEC7
(194,190,199)
#C9C6CE
(201,198,206)
#D0CED5
(208,206,213)
#D7D6DC
(215,214,220)
#DEDEE3
(222,222,227)
#E5E6EA
(229,230,234)
#ECEEF1
(236,238,241)
#F3F6F8
(243,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA6B2 color. Also use rgb(173,166,178) instead hex code.

Text Font Color

.myTextColor { color: #ADA6B2; }

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

This text font color is #ADA6B2.


Background Color

.myBgColor { background-color: #ADA6B2; }

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

This div background color is #ADA6B2.


Border color

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

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

This div border color is #ADA6B2.


Opacity

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

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

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

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

This text has shadow with #ADA6B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA6B2 on black background.


Color preview on white background

This text has color #ADA6B2 on white background.



Black color preview on #ADA6B2 background

This text has black color on #ADA6B2 background.


White color preview on #ADA6B2 background

This text has white color on #ADA6B2 background.