COLOR #ADA5B6

HEX: #ADA5B6
RGB: (173,165,182)

Color info

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

RGB color model

#ADA5B6 color RGB value is (173,165,182).

  • red value is 173;
  • green value is 165;
  • blue value is 182.
RGB:
(173,165,182)
(68%,65%,71%)

RGB channels and saturation

R 173 of 255 = 68%
G 165 of 255 = 65%
B 182 of 255 = 71%

173
165
182

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

Portions of RGB colors in percentages

R + G + B =
173 + 165 + 182 = 520 (100%)
R 173 of 520 ~ 33.27%
G 165 of 520 ~ 31.73%
B 182 of 520 ~ 35%

%33.27
%31.73
%35

CMYK color model

#ADA5B6 color CMYK value is (5,9,0,29).

  • cyan value is 4.95%
  • magenta value is 9.34%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(5,9,0,29)
C5M9Y0K29 
(5%,9%,0%,29%)
(0.05/0.09/0.00/0.29)	

CMYK percentages

%4.95
%9.34
%0
%28.63

Codes

Color #ADA5B6 in popluar color models

ADA5B6
RGB173165182
HSL268°10.43%68.04%
HSB/HSV268°9.34%71.37%
CMYK4.95%9.34%0.00%
28.63%

Color #ADA5B6 in popluar number systems.

HEXADA5B6
Decimal173165182
Binary101011011010010110110110
Octal255245266

Shades and tints

Shades of #ADA5B6

#ADA5B6
(173,165,182)
#9E96A6
(158,150,166)
#8F8796
(143,135,150)
#807886
(128,120,134)
#716976
(113,105,118)
#625A66
(98,90,102)
#534B56
(83,75,86)
#443C46
(68,60,70)
#352D36
(53,45,54)
#261E26
(38,30,38)
#170F16
(23,15,22)
#000000
(0,0,0)

Tints of #ADA5B6

#ADA5B6
(173,165,182)
#B4ADBC
(180,173,188)
#BBB5C2
(187,181,194)
#C2BDC8
(194,189,200)
#C9C5CE
(201,197,206)
#D0CDD4
(208,205,212)
#D7D5DA
(215,213,218)
#DEDDE0
(222,221,224)
#E5E5E6
(229,229,230)
#ECEDEC
(236,237,236)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA5B6 color. Also use rgb(173,165,182) instead hex code.

Text Font Color

.myTextColor { color: #ADA5B6; }

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

This text font color is #ADA5B6.


Background Color

.myBgColor { background-color: #ADA5B6; }

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

This div background color is #ADA5B6.


Border color

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

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

This div border color is #ADA5B6.


Opacity

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

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

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

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

This text has shadow with #ADA5B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA5B6 on black background.


Color preview on white background

This text has color #ADA5B6 on white background.



Black color preview on #ADA5B6 background

This text has black color on #ADA5B6 background.


White color preview on #ADA5B6 background

This text has white color on #ADA5B6 background.