COLOR #ADA4B8

HEX: #ADA4B8
RGB: (173,164,184)

Color info

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

RGB color model

#ADA4B8 color RGB value is (173,164,184).

  • red value is 173;
  • green value is 164;
  • blue value is 184.
RGB:
(173,164,184)
(68%,64%,72%)

RGB channels and saturation

R 173 of 255 = 68%
G 164 of 255 = 64%
B 184 of 255 = 72%

173
164
184

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

Portions of RGB colors in percentages

R + G + B =
173 + 164 + 184 = 521 (100%)
R 173 of 521 ~ 33.21%
G 164 of 521 ~ 31.48%
B 184 of 521 ~ 35.32%

%33.21
%31.48
%35.32

CMYK color model

#ADA4B8 color CMYK value is (6,11,0,28).

  • cyan value is 5.98%
  • magenta value is 10.87%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(6,11,0,28)
C6M11Y0K28 
(6%,11%,0%,28%)
(0.06/0.11/0.00/0.28)	

CMYK percentages

%5.98
%10.87
%0
%27.84

Codes

Color #ADA4B8 in popluar color models

ADA4B8
RGB173164184
HSL267°12.35%68.24%
HSB/HSV267°10.87%72.16%
CMYK5.98%10.87%0.00%
27.84%

Color #ADA4B8 in popluar number systems.

HEXADA4B8
Decimal173164184
Binary101011011010010010111000
Octal255244270

Shades and tints

Shades of #ADA4B8

#ADA4B8
(173,164,184)
#9E96A8
(158,150,168)
#8F8898
(143,136,152)
#807A88
(128,122,136)
#716C78
(113,108,120)
#625E68
(98,94,104)
#535058
(83,80,88)
#444248
(68,66,72)
#353438
(53,52,56)
#262628
(38,38,40)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #ADA4B8

#ADA4B8
(173,164,184)
#B4ACBE
(180,172,190)
#BBB4C4
(187,180,196)
#C2BCCA
(194,188,202)
#C9C4D0
(201,196,208)
#D0CCD6
(208,204,214)
#D7D4DC
(215,212,220)
#DEDCE2
(222,220,226)
#E5E4E8
(229,228,232)
#ECECEE
(236,236,238)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA4B8 color. Also use rgb(173,164,184) instead hex code.

Text Font Color

.myTextColor { color: #ADA4B8; }

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

This text font color is #ADA4B8.


Background Color

.myBgColor { background-color: #ADA4B8; }

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

This div background color is #ADA4B8.


Border color

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

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

This div border color is #ADA4B8.


Opacity

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

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

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

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

This text has shadow with #ADA4B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA4B8 on black background.


Color preview on white background

This text has color #ADA4B8 on white background.



Black color preview on #ADA4B8 background

This text has black color on #ADA4B8 background.


White color preview on #ADA4B8 background

This text has white color on #ADA4B8 background.