COLOR #ADA5B1

HEX: #ADA5B1 RGB: (173,165,177)

Color info

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

RGB color model

#ADA5B1 color RGB value is (173,165,177).

RGB: (173,165,177) (68%, 65%, 69%)

RGB channels and saturation

R 173 of 255 = 68%
G 165 of 255 = 65%
B 177 of 255 = 69%

173
165
177

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

Portions of RGB colors in percentages

R + G + B = 173 + 165 + 177 = 515 (100%)
R 173 of 515 ~ 33.59%
G 165 of 515 ~ 32.04%
B 177 of 515 ~ 34.37'%

%33.59
%32.04
%34.37

CMYK color model

#ADA5B1 color CMYK value is (2,7,0,31).

  • cyan value is 2.26%
  • magenta value is 6.78%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (2,7,0,31)
C2M7Y0K31 (2%, 7%, 0%, 31%)
(0.02 / 0.07 / 0.00 / 0.31)

CMYK percentages

%2.26
%6.78
%0
%30.59

Codes

Color #ADA5B1 in popluar color models

AD A5 B1
RGB 173 165 177
HSL 280° 7.14% 67.06%
HSB/HSV 280° 6.78% 69.41%
CMYK 2.26% 6.78% 0.00%
30.59%

Color #ADA5B1 in popluar number systems.

HEX AD A5 B1
Decimal 173 165 177
Binary 10101101 10100101 10110001
Octal 255 245 261

Shades and tints

Shades of #ADA5B1

#ADA5B1
(173,165,177)
#9E96A1
(158,150,161)
#8F8791
(143,135,145)
#807881
(128,120,129)
#716971
(113,105,113)
#625A61
(98,90,97)
#534B51
(83,75,81)
#443C41
(68,60,65)
#352D31
(53,45,49)
#261E21
(38,30,33)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #ADA5B1

#ADA5B1
(173,165,177)
#B4ADB8
(180,173,184)
#BBB5BF
(187,181,191)
#C2BDC6
(194,189,198)
#C9C5CD
(201,197,205)
#D0CDD4
(208,205,212)
#D7D5DB
(215,213,219)
#DEDDE2
(222,221,226)
#E5E5E9
(229,229,233)
#ECEDF0
(236,237,240)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA5B1; }

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

This text font color is #ADA5B1.

Background Color

.myBgColor { background-color: #ADA5B1; }

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

This div background color is #ADA5B1.

Border color

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

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

This div border color is #ADA5B1.

Opacity

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

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

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

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

This text has shadow with #ADA5B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA5B1.

Preview

Color preview on black background

This text has color #ADA5B1 on black background.


Color preview on white background

This text has color #ADA5B1 on white background.


Black color preview on #ADA5B1 background

This text has black color on #ADA5B1 background.


White color preview on #ADA5B1 background

This text has white color on #ADA5B1 background.


Related colors

Complementary color

Complementary color for #hex is #525A4E.


I love getcolorcode.com

Triadic colors

1 #B1ADA5 and #A5B1AD with #ADA5B1 are triadic colors.

2 #B1A5AD and #A5ADB1 with #ADA5B1 are triadic colors.