COLOR #ADA0BD

HEX: #ADA0BD RGB: (173,160,189)

Color info

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

RGB color model

#ADA0BD color RGB value is (173,160,189).

RGB: (173,160,189) (68%, 63%, 74%)

RGB channels and saturation

R 173 of 255 = 68%
G 160 of 255 = 63%
B 189 of 255 = 74%

173
160
189

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

Portions of RGB colors in percentages

R + G + B = 173 + 160 + 189 = 522 (100%)
R 173 of 522 ~ 33.14%
G 160 of 522 ~ 30.65%
B 189 of 522 ~ 36.21'%

%33.14
%30.65
%36.21

CMYK color model

#ADA0BD color CMYK value is (8,15,0,26).

  • cyan value is 8.47%
  • magenta value is 15.34%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (8,15,0,26)
C8M15Y0K26 (8%, 15%, 0%, 26%)
(0.08 / 0.15 / 0.00 / 0.26)

CMYK percentages

%8.47
%15.34
%0
%25.88

Codes

Color #ADA0BD in popluar color models

AD A0 BD
RGB 173 160 189
HSL 267° 18.01% 68.43%
HSB/HSV 267° 15.34% 74.12%
CMYK 8.47% 15.34% 0.00%
25.88%

Color #ADA0BD in popluar number systems.

HEX AD A0 BD
Decimal 173 160 189
Binary 10101101 10100000 10111101
Octal 255 240 275

Shades and tints

Shades of #ADA0BD

#ADA0BD
(173,160,189)
#9E92AC
(158,146,172)
#8F849B
(143,132,155)
#80768A
(128,118,138)
#716879
(113,104,121)
#625A68
(98,90,104)
#534C57
(83,76,87)
#443E46
(68,62,70)
#353035
(53,48,53)
#262224
(38,34,36)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #ADA0BD

#ADA0BD
(173,160,189)
#B4A8C3
(180,168,195)
#BBB0C9
(187,176,201)
#C2B8CF
(194,184,207)
#C9C0D5
(201,192,213)
#D0C8DB
(208,200,219)
#D7D0E1
(215,208,225)
#DED8E7
(222,216,231)
#E5E0ED
(229,224,237)
#ECE8F3
(236,232,243)
#F3F0F9
(243,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA0BD; }

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

This text font color is #ADA0BD.

Background Color

.myBgColor { background-color: #ADA0BD; }

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

This div background color is #ADA0BD.

Border color

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

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

This div border color is #ADA0BD.

Opacity

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

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

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

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

This text has shadow with #ADA0BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA0BD.

Preview

Color preview on black background

This text has color #ADA0BD on black background.


Color preview on white background

This text has color #ADA0BD on white background.


Black color preview on #ADA0BD background

This text has black color on #ADA0BD background.


White color preview on #ADA0BD background

This text has white color on #ADA0BD background.


Related colors

Complementary color

Complementary color for #hex is #525F42.


I love getcolorcode.com

Triadic colors

1 #BDADA0 and #A0BDAD with #ADA0BD are triadic colors.

2 #BDA0AD and #A0ADBD with #ADA0BD are triadic colors.