COLOR #ADA9B4

HEX: #ADA9B4
RGB: (173,169,180)

Color info

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

RGB color model

#ADA9B4 color RGB value is (173,169,180).

  • red value is 173;
  • green value is 169;
  • blue value is 180.
RGB:
(173,169,180)
(68%,66%,71%)

RGB channels and saturation

R 173 of 255 = 68%
G 169 of 255 = 66%
B 180 of 255 = 71%

173
169
180

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

Portions of RGB colors in percentages

R + G + B =
173 + 169 + 180 = 522 (100%)
R 173 of 522 ~ 33.14%
G 169 of 522 ~ 32.38%
B 180 of 522 ~ 34.48%

%33.14
%32.38
%34.48

CMYK color model

#ADA9B4 color CMYK value is (4,6,0,29).

  • cyan value is 3.89%
  • magenta value is 6.11%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(4,6,0,29)
C4M6Y0K29 
(4%,6%,0%,29%)
(0.04/0.06/0.00/0.29)	

CMYK percentages

%3.89
%6.11
%0
%29.41

Codes

Color #ADA9B4 in popluar color models

ADA9B4
RGB173169180
HSL262°6.83%68.43%
HSB/HSV262°6.11%70.59%
CMYK3.89%6.11%0.00%
29.41%

Color #ADA9B4 in popluar number systems.

HEXADA9B4
Decimal173169180
Binary101011011010100110110100
Octal255251264

Shades and tints

Shades of #ADA9B4

#ADA9B4
(173,169,180)
#9E9AA4
(158,154,164)
#8F8B94
(143,139,148)
#807C84
(128,124,132)
#716D74
(113,109,116)
#625E64
(98,94,100)
#534F54
(83,79,84)
#444044
(68,64,68)
#353134
(53,49,52)
#262224
(38,34,36)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #ADA9B4

#ADA9B4
(173,169,180)
#B4B0BA
(180,176,186)
#BBB7C0
(187,183,192)
#C2BEC6
(194,190,198)
#C9C5CC
(201,197,204)
#D0CCD2
(208,204,210)
#D7D3D8
(215,211,216)
#DEDADE
(222,218,222)
#E5E1E4
(229,225,228)
#ECE8EA
(236,232,234)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA9B4; }

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

This text font color is #ADA9B4.


Background Color

.myBgColor { background-color: #ADA9B4; }

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

This div background color is #ADA9B4.


Border color

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

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

This div border color is #ADA9B4.


Opacity

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

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

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

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

This text has shadow with #ADA9B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA9B4 on black background.


Color preview on white background

This text has color #ADA9B4 on white background.



Black color preview on #ADA9B4 background

This text has black color on #ADA9B4 background.


White color preview on #ADA9B4 background

This text has white color on #ADA9B4 background.