COLOR #ADA3AE

HEX: #ADA3AE
RGB: (173,163,174)

Color info

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

RGB color model

#ADA3AE color RGB value is (173,163,174).

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

RGB channels and saturation

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

173
163
174

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

Portions of RGB colors in percentages

R + G + B =
173 + 163 + 174 = 510 (100%)
R 173 of 510 ~ 33.92%
G 163 of 510 ~ 31.96%
B 174 of 510 ~ 34.12%

%33.92
%31.96
%34.12

CMYK color model

#ADA3AE color CMYK value is (1,6,0,32).

  • cyan value is 0.57%
  • magenta value is 6.32%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(1,6,0,32)
C1M6Y0K32 
(1%,6%,0%,32%)
(0.01/0.06/0.00/0.32)	

CMYK percentages

%0.57
%6.32
%0
%31.76

Codes

Color #ADA3AE in popluar color models

ADA3AE
RGB173163174
HSL295°6.36%66.08%
HSB/HSV295°6.32%68.24%
CMYK0.57%6.32%0.00%
31.76%

Color #ADA3AE in popluar number systems.

HEXADA3AE
Decimal173163174
Binary101011011010001110101110
Octal255243256

Shades and tints

Shades of #ADA3AE

#ADA3AE
(173,163,174)
#9E959F
(158,149,159)
#8F8790
(143,135,144)
#807981
(128,121,129)
#716B72
(113,107,114)
#625D63
(98,93,99)
#534F54
(83,79,84)
#444145
(68,65,69)
#353336
(53,51,54)
#262527
(38,37,39)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #ADA3AE

#ADA3AE
(173,163,174)
#B4ABB5
(180,171,181)
#BBB3BC
(187,179,188)
#C2BBC3
(194,187,195)
#C9C3CA
(201,195,202)
#D0CBD1
(208,203,209)
#D7D3D8
(215,211,216)
#DEDBDF
(222,219,223)
#E5E3E6
(229,227,230)
#ECEBED
(236,235,237)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA3AE; }

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

This text font color is #ADA3AE.


Background Color

.myBgColor { background-color: #ADA3AE; }

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

This div background color is #ADA3AE.


Border color

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

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

This div border color is #ADA3AE.


Opacity

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

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

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

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

This text has shadow with #ADA3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA3AE on black background.


Color preview on white background

This text has color #ADA3AE on white background.



Black color preview on #ADA3AE background

This text has black color on #ADA3AE background.


White color preview on #ADA3AE background

This text has white color on #ADA3AE background.