COLOR #ADAEA2

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

173
174
162

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

Portions of RGB colors in percentages

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

%33.99
%34.18
%31.83

CMYK color model

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

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

CMYK percentages

%0.57
%0
%6.9
%31.76

Codes

Color #ADAEA2 in popluar color models

ADAEA2
RGB173174162
HSL65°6.90%65.88%
HSB/HSV65°6.90%68.24%
CMYK0.57%0.00%6.90%
31.76%

Color #ADAEA2 in popluar number systems.

HEXADAEA2
Decimal173174162
Binary101011011010111010100010
Octal255256242

Shades and tints

Shades of #ADAEA2

#ADAEA2
(173,174,162)
#9E9F94
(158,159,148)
#8F9086
(143,144,134)
#808178
(128,129,120)
#71726A
(113,114,106)
#62635C
(98,99,92)
#53544E
(83,84,78)
#444540
(68,69,64)
#353632
(53,54,50)
#262724
(38,39,36)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #ADAEA2

#ADAEA2
(173,174,162)
#B4B5AA
(180,181,170)
#BBBCB2
(187,188,178)
#C2C3BA
(194,195,186)
#C9CAC2
(201,202,194)
#D0D1CA
(208,209,202)
#D7D8D2
(215,216,210)
#DEDFDA
(222,223,218)
#E5E6E2
(229,230,226)
#ECEDEA
(236,237,234)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAEA2; }

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

This text font color is #ADAEA2.


Background Color

.myBgColor { background-color: #ADAEA2; }

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

This div background color is #ADAEA2.


Border color

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

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

This div border color is #ADAEA2.


Opacity

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

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

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

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

This text has shadow with #ADAEA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAEA2 on black background.


Color preview on white background

This text has color #ADAEA2 on white background.



Black color preview on #ADAEA2 background

This text has black color on #ADAEA2 background.


White color preview on #ADAEA2 background

This text has white color on #ADAEA2 background.