COLOR #ADA2AE

HEX: #ADA2AE
RGB: (173,162,174)

Color info

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

RGB color model

#ADA2AE color RGB value is (173,162,174).

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

RGB channels and saturation

R 173 of 255 = 68%
G 162 of 255 = 64%
B 174 of 255 = 68%

173
162
174

R + G + B ~ 67%. #ADA2AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 162 + 174 = 509 (100%)
R 173 of 509 ~ 33.99%
G 162 of 509 ~ 31.83%
B 174 of 509 ~ 34.18%

%33.99
%31.83
%34.18

CMYK color model

#ADA2AE color CMYK value is (1,7,0,32).

  • cyan value is 0.57%
  • magenta value is 6.90%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(1,7,0,32)
C1M7Y0K32 
(1%,7%,0%,32%)
(0.01/0.07/0.00/0.32)	

CMYK percentages

%0.57
%6.9
%0
%31.76

Codes

Color #ADA2AE in popluar color models

ADA2AE
RGB173162174
HSL295°6.90%65.88%
HSB/HSV295°6.90%68.24%
CMYK0.57%6.90%0.00%
31.76%

Color #ADA2AE in popluar number systems.

HEXADA2AE
Decimal173162174
Binary101011011010001010101110
Octal255242256

Shades and tints

Shades of #ADA2AE

#ADA2AE
(173,162,174)
#9E949F
(158,148,159)
#8F8690
(143,134,144)
#807881
(128,120,129)
#716A72
(113,106,114)
#625C63
(98,92,99)
#534E54
(83,78,84)
#444045
(68,64,69)
#353236
(53,50,54)
#262427
(38,36,39)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #ADA2AE

#ADA2AE
(173,162,174)
#B4AAB5
(180,170,181)
#BBB2BC
(187,178,188)
#C2BAC3
(194,186,195)
#C9C2CA
(201,194,202)
#D0CAD1
(208,202,209)
#D7D2D8
(215,210,216)
#DEDADF
(222,218,223)
#E5E2E6
(229,226,230)
#ECEAED
(236,234,237)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA2AE; }

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

This text font color is #ADA2AE.


Background Color

.myBgColor { background-color: #ADA2AE; }

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

This div background color is #ADA2AE.


Border color

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

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

This div border color is #ADA2AE.


Opacity

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

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

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

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

This text has shadow with #ADA2AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA2AE on black background.


Color preview on white background

This text has color #ADA2AE on white background.



Black color preview on #ADA2AE background

This text has black color on #ADA2AE background.


White color preview on #ADA2AE background

This text has white color on #ADA2AE background.