COLOR #ADAEAD

HEX: #ADAEAD
RGB: (173,174,173)

Color info

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

RGB color model

#ADAEAD color RGB value is (173,174,173).

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

RGB channels and saturation

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

173
174
173

R + G + B ~ 68%. #ADAEAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 174 + 173 = 520 (100%)
R 173 of 520 ~ 33.27%
G 174 of 520 ~ 33.46%
B 173 of 520 ~ 33.27%

%33.27
%33.46
%33.27

CMYK color model

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

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

CMYK percentages

%0.57
%0
%0.57
%31.76

Codes

Color #ADAEAD in popluar color models

ADAEAD
RGB173174173
HSL120°0.61%68.04%
HSB/HSV120°0.57%68.24%
CMYK0.57%0.00%0.57%
31.76%

Color #ADAEAD in popluar number systems.

HEXADAEAD
Decimal173174173
Binary101011011010111010101101
Octal255256255

Shades and tints

Shades of #ADAEAD

#ADAEAD
(173,174,173)
#9E9F9E
(158,159,158)
#8F908F
(143,144,143)
#808180
(128,129,128)
#717271
(113,114,113)
#626362
(98,99,98)
#535453
(83,84,83)
#444544
(68,69,68)
#353635
(53,54,53)
#262726
(38,39,38)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #ADAEAD

#ADAEAD
(173,174,173)
#B4B5B4
(180,181,180)
#BBBCBB
(187,188,187)
#C2C3C2
(194,195,194)
#C9CAC9
(201,202,201)
#D0D1D0
(208,209,208)
#D7D8D7
(215,216,215)
#DEDFDE
(222,223,222)
#E5E6E5
(229,230,229)
#ECEDEC
(236,237,236)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAEAD; }

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

This text font color is #ADAEAD.


Background Color

.myBgColor { background-color: #ADAEAD; }

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

This div background color is #ADAEAD.


Border color

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

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

This div border color is #ADAEAD.


Opacity

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

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

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

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

This text has shadow with #ADAEAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAEAD on black background.


Color preview on white background

This text has color #ADAEAD on white background.



Black color preview on #ADAEAD background

This text has black color on #ADAEAD background.


White color preview on #ADAEAD background

This text has white color on #ADAEAD background.