COLOR #ADA1BD

HEX: #ADA1BD
RGB: (173,161,189)

Color info

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

RGB color model

#ADA1BD color RGB value is (173,161,189).

  • red value is 173;
  • green value is 161;
  • blue value is 189.
RGB:
(173,161,189)
(68%,63%,74%)

RGB channels and saturation

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

173
161
189

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

Portions of RGB colors in percentages

R + G + B =
173 + 161 + 189 = 523 (100%)
R 173 of 523 ~ 33.08%
G 161 of 523 ~ 30.78%
B 189 of 523 ~ 36.14%

%33.08
%30.78
%36.14

CMYK color model

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

  • cyan value is 8.47%
  • magenta value is 14.81%
  • 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
%14.81
%0
%25.88

Codes

Color #ADA1BD in popluar color models

ADA1BD
RGB173161189
HSL266°17.50%68.63%
HSB/HSV266°14.81%74.12%
CMYK8.47%14.81%0.00%
25.88%

Color #ADA1BD in popluar number systems.

HEXADA1BD
Decimal173161189
Binary101011011010000110111101
Octal255241275

Shades and tints

Shades of #ADA1BD

#ADA1BD
(173,161,189)
#9E93AC
(158,147,172)
#8F859B
(143,133,155)
#80778A
(128,119,138)
#716979
(113,105,121)
#625B68
(98,91,104)
#534D57
(83,77,87)
#443F46
(68,63,70)
#353135
(53,49,53)
#262324
(38,35,36)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #ADA1BD

#ADA1BD
(173,161,189)
#B4A9C3
(180,169,195)
#BBB1C9
(187,177,201)
#C2B9CF
(194,185,207)
#C9C1D5
(201,193,213)
#D0C9DB
(208,201,219)
#D7D1E1
(215,209,225)
#DED9E7
(222,217,231)
#E5E1ED
(229,225,237)
#ECE9F3
(236,233,243)
#F3F1F9
(243,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA1BD; }

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

This text font color is #ADA1BD.


Background Color

.myBgColor { background-color: #ADA1BD; }

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

This div background color is #ADA1BD.


Border color

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

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

This div border color is #ADA1BD.


Opacity

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

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

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

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

This text has shadow with #ADA1BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA1BD on black background.


Color preview on white background

This text has color #ADA1BD on white background.



Black color preview on #ADA1BD background

This text has black color on #ADA1BD background.


White color preview on #ADA1BD background

This text has white color on #ADA1BD background.