COLOR #ADA0AE

HEX: #ADA0AE
RGB: (173,160,174)

Color info

#ADA0AE contains red, green and blue colors in about the same proportion. Web safe color of #ADA0AE is #999999 (or #999).

RGB color model

#ADA0AE color RGB value is (173,160,174).

  • red value is 173;
  • green value is 160;
  • blue value is 174.
RGB:
(173,160,174)
(68%,63%,68%)

RGB channels and saturation

R 173 of 255 = 68%
G 160 of 255 = 63%
B 174 of 255 = 68%

173
160
174

R + G + B ~ 66%. #ADA0AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 160 + 174 = 507 (100%)
R 173 of 507 ~ 34.12%
G 160 of 507 ~ 31.56%
B 174 of 507 ~ 34.32%

%34.12
%31.56
%34.32

CMYK color model

#ADA0AE color CMYK value is (1,8,0,32).

  • cyan value is 0.57%
  • magenta value is 8.05%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(1,8,0,32)
C1M8Y0K32 
(1%,8%,0%,32%)
(0.01/0.08/0.00/0.32)	

CMYK percentages

%0.57
%8.05
%0
%31.76

Codes

Color #ADA0AE in popluar color models

ADA0AE
RGB173160174
HSL296°7.95%65.49%
HSB/HSV296°8.05%68.24%
CMYK0.57%8.05%0.00%
31.76%

Color #ADA0AE in popluar number systems.

HEXADA0AE
Decimal173160174
Binary101011011010000010101110
Octal255240256

Shades and tints

Shades of #ADA0AE

#ADA0AE
(173,160,174)
#9E929F
(158,146,159)
#8F8490
(143,132,144)
#807681
(128,118,129)
#716872
(113,104,114)
#625A63
(98,90,99)
#534C54
(83,76,84)
#443E45
(68,62,69)
#353036
(53,48,54)
#262227
(38,34,39)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #ADA0AE

#ADA0AE
(173,160,174)
#B4A8B5
(180,168,181)
#BBB0BC
(187,176,188)
#C2B8C3
(194,184,195)
#C9C0CA
(201,192,202)
#D0C8D1
(208,200,209)
#D7D0D8
(215,208,216)
#DED8DF
(222,216,223)
#E5E0E6
(229,224,230)
#ECE8ED
(236,232,237)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA0AE; }

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

This text font color is #ADA0AE.


Background Color

.myBgColor { background-color: #ADA0AE; }

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

This div background color is #ADA0AE.


Border color

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

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

This div border color is #ADA0AE.


Opacity

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

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

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

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

This text has shadow with #ADA0AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA0AE on black background.


Color preview on white background

This text has color #ADA0AE on white background.



Black color preview on #ADA0AE background

This text has black color on #ADA0AE background.


White color preview on #ADA0AE background

This text has white color on #ADA0AE background.