COLOR #ADA6B4

HEX: #ADA6B4 RGB: (173,166,180)

Color info

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

RGB color model

#ADA6B4 color RGB value is (173,166,180).

RGB: (173,166,180) (68%, 65%, 71%)

RGB channels and saturation

R 173 of 255 = 68%
G 166 of 255 = 65%
B 180 of 255 = 71%

173
166
180

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

Portions of RGB colors in percentages

R + G + B = 173 + 166 + 180 = 519 (100%)
R 173 of 519 ~ 33.33%
G 166 of 519 ~ 31.98%
B 180 of 519 ~ 34.68'%

%33.33
%31.98
%34.68

CMYK color model

#ADA6B4 color CMYK value is (4,8,0,29).

  • cyan value is 3.89%
  • magenta value is 7.78%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (4,8,0,29)
C4M8Y0K29 (4%, 8%, 0%, 29%)
(0.04 / 0.08 / 0.00 / 0.29)

CMYK percentages

%3.89
%7.78
%0
%29.41

Codes

Color #ADA6B4 in popluar color models

AD A6 B4
RGB 173 166 180
HSL 270° 8.54% 67.84%
HSB/HSV 270° 7.78% 70.59%
CMYK 3.89% 7.78% 0.00%
29.41%

Color #ADA6B4 in popluar number systems.

HEX AD A6 B4
Decimal 173 166 180
Binary 10101101 10100110 10110100
Octal 255 246 264

Shades and tints

Shades of #ADA6B4

#ADA6B4
(173,166,180)
#9E97A4
(158,151,164)
#8F8894
(143,136,148)
#807984
(128,121,132)
#716A74
(113,106,116)
#625B64
(98,91,100)
#534C54
(83,76,84)
#443D44
(68,61,68)
#352E34
(53,46,52)
#261F24
(38,31,36)
#171014
(23,16,20)
#000000
(0,0,0)

Tints of #ADA6B4

#ADA6B4
(173,166,180)
#B4AEBA
(180,174,186)
#BBB6C0
(187,182,192)
#C2BEC6
(194,190,198)
#C9C6CC
(201,198,204)
#D0CED2
(208,206,210)
#D7D6D8
(215,214,216)
#DEDEDE
(222,222,222)
#E5E6E4
(229,230,228)
#ECEEEA
(236,238,234)
#F3F6F0
(243,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA6B4; }

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

This text font color is #ADA6B4.

Background Color

.myBgColor { background-color: #ADA6B4; }

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

This div background color is #ADA6B4.

Border color

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

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

This div border color is #ADA6B4.

Opacity

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

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

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

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

This text has shadow with #ADA6B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA6B4.

Preview

Color preview on black background

This text has color #ADA6B4 on black background.


Color preview on white background

This text has color #ADA6B4 on white background.


Black color preview on #ADA6B4 background

This text has black color on #ADA6B4 background.


White color preview on #ADA6B4 background

This text has white color on #ADA6B4 background.


Related colors

Complementary color

Complementary color for #hex is #52594B.


I love getcolorcode.com

Triadic colors

1 #B4ADA6 and #A6B4AD with #ADA6B4 are triadic colors.

2 #B4A6AD and #A6ADB4 with #ADA6B4 are triadic colors.