COLOR #ADA0B1

HEX: #ADA0B1 RGB: (173,160,177)

Color info

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

RGB color model

#ADA0B1 color RGB value is (173,160,177).

RGB: (173,160,177) (68%, 63%, 69%)

RGB channels and saturation

R 173 of 255 = 68%
G 160 of 255 = 63%
B 177 of 255 = 69%

173
160
177

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

Portions of RGB colors in percentages

R + G + B = 173 + 160 + 177 = 510 (100%)
R 173 of 510 ~ 33.92%
G 160 of 510 ~ 31.37%
B 177 of 510 ~ 34.71'%

%33.92
%31.37
%34.71

CMYK color model

#ADA0B1 color CMYK value is (2,10,0,31).

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

CMYK: (2,10,0,31)
C2M10Y0K31 (2%, 10%, 0%, 31%)
(0.02 / 0.10 / 0.00 / 0.31)

CMYK percentages

%2.26
%9.6
%0
%30.59

Codes

Color #ADA0B1 in popluar color models

AD A0 B1
RGB 173 160 177
HSL 286° 9.83% 66.08%
HSB/HSV 286° 9.60% 69.41%
CMYK 2.26% 9.60% 0.00%
30.59%

Color #ADA0B1 in popluar number systems.

HEX AD A0 B1
Decimal 173 160 177
Binary 10101101 10100000 10110001
Octal 255 240 261

Shades and tints

Shades of #ADA0B1

#ADA0B1
(173,160,177)
#9E92A1
(158,146,161)
#8F8491
(143,132,145)
#807681
(128,118,129)
#716871
(113,104,113)
#625A61
(98,90,97)
#534C51
(83,76,81)
#443E41
(68,62,65)
#353031
(53,48,49)
#262221
(38,34,33)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #ADA0B1

#ADA0B1
(173,160,177)
#B4A8B8
(180,168,184)
#BBB0BF
(187,176,191)
#C2B8C6
(194,184,198)
#C9C0CD
(201,192,205)
#D0C8D4
(208,200,212)
#D7D0DB
(215,208,219)
#DED8E2
(222,216,226)
#E5E0E9
(229,224,233)
#ECE8F0
(236,232,240)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA0B1; }

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

This text font color is #ADA0B1.

Background Color

.myBgColor { background-color: #ADA0B1; }

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

This div background color is #ADA0B1.

Border color

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

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

This div border color is #ADA0B1.

Opacity

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

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

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

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

This text has shadow with #ADA0B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA0B1.

Preview

Color preview on black background

This text has color #ADA0B1 on black background.


Color preview on white background

This text has color #ADA0B1 on white background.


Black color preview on #ADA0B1 background

This text has black color on #ADA0B1 background.


White color preview on #ADA0B1 background

This text has white color on #ADA0B1 background.


Related colors

Complementary color

Complementary color for #hex is #525F4E.


I love getcolorcode.com

Triadic colors

1 #B1ADA0 and #A0B1AD with #ADA0B1 are triadic colors.

2 #B1A0AD and #A0ADB1 with #ADA0B1 are triadic colors.