COLOR #ADAEA6

HEX: #ADAEA6
RGB: (173,174,166)

Color info

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

RGB color model

#ADAEA6 color RGB value is (173,174,166).

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

RGB channels and saturation

R 173 of 255 = 68%
G 174 of 255 = 68%
B 166 of 255 = 65%

173
174
166

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

Portions of RGB colors in percentages

R + G + B =
173 + 174 + 166 = 513 (100%)
R 173 of 513 ~ 33.72%
G 174 of 513 ~ 33.92%
B 166 of 513 ~ 32.36%

%33.72
%33.92
%32.36

CMYK color model

#ADAEA6 color CMYK value is (1,0,5,32).

  • cyan value is 0.57%
  • magenta value is 0.00%
  • yellow value is 4.60%
  • key color value is 31.76%
CMYK:
(1,0,5,32)
C1M0Y5K32 
(1%,0%,5%,32%)
(0.01/0.00/0.05/0.32)	

CMYK percentages

%0.57
%0
%4.6
%31.76

Codes

Color #ADAEA6 in popluar color models

ADAEA6
RGB173174166
HSL68°4.71%66.67%
HSB/HSV68°4.60%68.24%
CMYK0.57%0.00%4.60%
31.76%

Color #ADAEA6 in popluar number systems.

HEXADAEA6
Decimal173174166
Binary101011011010111010100110
Octal255256246

Shades and tints

Shades of #ADAEA6

#ADAEA6
(173,174,166)
#9E9F97
(158,159,151)
#8F9088
(143,144,136)
#808179
(128,129,121)
#71726A
(113,114,106)
#62635B
(98,99,91)
#53544C
(83,84,76)
#44453D
(68,69,61)
#35362E
(53,54,46)
#26271F
(38,39,31)
#171810
(23,24,16)
#000000
(0,0,0)

Tints of #ADAEA6

#ADAEA6
(173,174,166)
#B4B5AE
(180,181,174)
#BBBCB6
(187,188,182)
#C2C3BE
(194,195,190)
#C9CAC6
(201,202,198)
#D0D1CE
(208,209,206)
#D7D8D6
(215,216,214)
#DEDFDE
(222,223,222)
#E5E6E6
(229,230,230)
#ECEDEE
(236,237,238)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAEA6; }

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

This text font color is #ADAEA6.


Background Color

.myBgColor { background-color: #ADAEA6; }

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

This div background color is #ADAEA6.


Border color

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

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

This div border color is #ADAEA6.


Opacity

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

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

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

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

This text has shadow with #ADAEA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAEA6 on black background.


Color preview on white background

This text has color #ADAEA6 on white background.



Black color preview on #ADAEA6 background

This text has black color on #ADAEA6 background.


White color preview on #ADAEA6 background

This text has white color on #ADAEA6 background.