COLOR #ADACB8

HEX: #ADACB8
RGB: (173,172,184)

Color info

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

RGB color model

#ADACB8 color RGB value is (173,172,184).

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

RGB channels and saturation

R 173 of 255 = 68%
G 172 of 255 = 67%
B 184 of 255 = 72%

173
172
184

R + G + B ~ 69%. #ADACB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 172 + 184 = 529 (100%)
R 173 of 529 ~ 32.7%
G 172 of 529 ~ 32.51%
B 184 of 529 ~ 34.78%

%32.7
%32.51
%34.78

CMYK color model

#ADACB8 color CMYK value is (6,7,0,28).

  • cyan value is 5.98%
  • magenta value is 6.52%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(6,7,0,28)
C6M7Y0K28 
(6%,7%,0%,28%)
(0.06/0.07/0.00/0.28)	

CMYK percentages

%5.98
%6.52
%0
%27.84

Codes

Color #ADACB8 in popluar color models

ADACB8
RGB173172184
HSL245°7.79%69.80%
HSB/HSV245°6.52%72.16%
CMYK5.98%6.52%0.00%
27.84%

Color #ADACB8 in popluar number systems.

HEXADACB8
Decimal173172184
Binary101011011010110010111000
Octal255254270

Shades and tints

Shades of #ADACB8

#ADACB8
(173,172,184)
#9E9DA8
(158,157,168)
#8F8E98
(143,142,152)
#807F88
(128,127,136)
#717078
(113,112,120)
#626168
(98,97,104)
#535258
(83,82,88)
#444348
(68,67,72)
#353438
(53,52,56)
#262528
(38,37,40)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #ADACB8

#ADACB8
(173,172,184)
#B4B3BE
(180,179,190)
#BBBAC4
(187,186,196)
#C2C1CA
(194,193,202)
#C9C8D0
(201,200,208)
#D0CFD6
(208,207,214)
#D7D6DC
(215,214,220)
#DEDDE2
(222,221,226)
#E5E4E8
(229,228,232)
#ECEBEE
(236,235,238)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADACB8; }

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

This text font color is #ADACB8.


Background Color

.myBgColor { background-color: #ADACB8; }

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

This div background color is #ADACB8.


Border color

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

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

This div border color is #ADACB8.


Opacity

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

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

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

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

This text has shadow with #ADACB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADACB8 on black background.


Color preview on white background

This text has color #ADACB8 on white background.



Black color preview on #ADACB8 background

This text has black color on #ADACB8 background.


White color preview on #ADACB8 background

This text has white color on #ADACB8 background.