COLOR #ADA5B3

HEX: #ADA5B3 RGB: (173,165,179)

Color info

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

RGB color model

#ADA5B3 color RGB value is (173,165,179).

RGB: (173,165,179) (68%, 65%, 70%)

RGB channels and saturation

R 173 of 255 = 68%
G 165 of 255 = 65%
B 179 of 255 = 70%

173
165
179

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

Portions of RGB colors in percentages

R + G + B = 173 + 165 + 179 = 517 (100%)
R 173 of 517 ~ 33.46%
G 165 of 517 ~ 31.91%
B 179 of 517 ~ 34.62'%

%33.46
%31.91
%34.62

CMYK color model

#ADA5B3 color CMYK value is (3,8,0,30).

  • cyan value is 3.35%
  • magenta value is 7.82%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (3,8,0,30)
C3M8Y0K30 (3%, 8%, 0%, 30%)
(0.03 / 0.08 / 0.00 / 0.30)

CMYK percentages

%3.35
%7.82
%0
%29.8

Codes

Color #ADA5B3 in popluar color models

AD A5 B3
RGB 173 165 179
HSL 274° 8.43% 67.45%
HSB/HSV 274° 7.82% 70.20%
CMYK 3.35% 7.82% 0.00%
29.80%

Color #ADA5B3 in popluar number systems.

HEX AD A5 B3
Decimal 173 165 179
Binary 10101101 10100101 10110011
Octal 255 245 263

Shades and tints

Shades of #ADA5B3

#ADA5B3
(173,165,179)
#9E96A3
(158,150,163)
#8F8793
(143,135,147)
#807883
(128,120,131)
#716973
(113,105,115)
#625A63
(98,90,99)
#534B53
(83,75,83)
#443C43
(68,60,67)
#352D33
(53,45,51)
#261E23
(38,30,35)
#170F13
(23,15,19)
#000000
(0,0,0)

Tints of #ADA5B3

#ADA5B3
(173,165,179)
#B4ADB9
(180,173,185)
#BBB5BF
(187,181,191)
#C2BDC5
(194,189,197)
#C9C5CB
(201,197,203)
#D0CDD1
(208,205,209)
#D7D5D7
(215,213,215)
#DEDDDD
(222,221,221)
#E5E5E3
(229,229,227)
#ECEDE9
(236,237,233)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA5B3; }

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

This text font color is #ADA5B3.

Background Color

.myBgColor { background-color: #ADA5B3; }

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

This div background color is #ADA5B3.

Border color

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

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

This div border color is #ADA5B3.

Opacity

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

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

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

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

This text has shadow with #ADA5B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA5B3.

Preview

Color preview on black background

This text has color #ADA5B3 on black background.


Color preview on white background

This text has color #ADA5B3 on white background.


Black color preview on #ADA5B3 background

This text has black color on #ADA5B3 background.


White color preview on #ADA5B3 background

This text has white color on #ADA5B3 background.


Related colors

Complementary color

Complementary color for #hex is #525A4C.


I love getcolorcode.com

Triadic colors

1 #B3ADA5 and #A5B3AD with #ADA5B3 are triadic colors.

2 #B3A5AD and #A5ADB3 with #ADA5B3 are triadic colors.