COLOR #A2ADAE

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

162
173
174

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

Portions of RGB colors in percentages

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

%31.83
%33.99
%34.18

CMYK color model

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

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

CMYK percentages

%6.9
%0.57
%0
%31.76

Codes

Color #A2ADAE in popluar color models

A2ADAE
RGB162173174
HSL185°6.90%65.88%
HSB/HSV185°6.90%68.24%
CMYK6.90%0.57%0.00%
31.76%

Color #A2ADAE in popluar number systems.

HEXA2ADAE
Decimal162173174
Binary101000101010110110101110
Octal242255256

Shades and tints

Shades of #A2ADAE

#A2ADAE
(162,173,174)
#949E9F
(148,158,159)
#868F90
(134,143,144)
#788081
(120,128,129)
#6A7172
(106,113,114)
#5C6263
(92,98,99)
#4E5354
(78,83,84)
#404445
(64,68,69)
#323536
(50,53,54)
#242627
(36,38,39)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #A2ADAE

#A2ADAE
(162,173,174)
#AAB4B5
(170,180,181)
#B2BBBC
(178,187,188)
#BAC2C3
(186,194,195)
#C2C9CA
(194,201,202)
#CAD0D1
(202,208,209)
#D2D7D8
(210,215,216)
#DADEDF
(218,222,223)
#E2E5E6
(226,229,230)
#EAECED
(234,236,237)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2ADAE; }

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

This text font color is #A2ADAE.


Background Color

.myBgColor { background-color: #A2ADAE; }

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

This div background color is #A2ADAE.


Border color

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

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

This div border color is #A2ADAE.


Opacity

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

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

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

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

This text has shadow with #A2ADAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2ADAE on black background.


Color preview on white background

This text has color #A2ADAE on white background.



Black color preview on #A2ADAE background

This text has black color on #A2ADAE background.


White color preview on #A2ADAE background

This text has white color on #A2ADAE background.