COLOR #ADAEAE

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

Color info

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

RGB color model

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

RGB: (173,174,174) (68%, 68%, 68%)

RGB channels and saturation

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

173
174
174

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

Portions of RGB colors in percentages

R + G + B = 173 + 174 + 174 = 521 (100%)
R 173 of 521 ~ 33.21%
G 174 of 521 ~ 33.4%
B 174 of 521 ~ 33.4'%

%33.21
%33.4
%33.4

CMYK color model

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

  • cyan value is 0.57%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (1,0,0,32)
C1M0Y0K32 (1%, 0%, 0%, 32%)
(0.01 / 0.00 / 0.00 / 0.32)

CMYK percentages

%0.57
%0
%0
%31.76

Codes

Color #ADAEAE in popluar color models

AD AE AE
RGB 173 174 174
HSL 180° 0.61% 68.04%
HSB/HSV 180° 0.57% 68.24%
CMYK 0.57% 0.00% 0.00%
31.76%

Color #ADAEAE in popluar number systems.

HEX AD AE AE
Decimal 173 174 174
Binary 10101101 10101110 10101110
Octal 255 256 256

Shades and tints

Shades of #ADAEAE

#ADAEAE
(173,174,174)
#9E9F9F
(158,159,159)
#8F9090
(143,144,144)
#808181
(128,129,129)
#717272
(113,114,114)
#626363
(98,99,99)
#535454
(83,84,84)
#444545
(68,69,69)
#353636
(53,54,54)
#262727
(38,39,39)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #ADAEAE

#ADAEAE
(173,174,174)
#B4B5B5
(180,181,181)
#BBBCBC
(187,188,188)
#C2C3C3
(194,195,195)
#C9CACA
(201,202,202)
#D0D1D1
(208,209,209)
#D7D8D8
(215,216,216)
#DEDFDF
(222,223,223)
#E5E6E6
(229,230,230)
#ECEDED
(236,237,237)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAEAE; }

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

This text font color is #ADAEAE.

Background Color

.myBgColor { background-color: #ADAEAE; }

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

This div background color is #ADAEAE.

Border color

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

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

This div border color is #ADAEAE.

Opacity

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

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

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

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

This text has shadow with #ADAEAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADAEAE.

Preview

Color preview on black background

This text has color #ADAEAE on black background.


Color preview on white background

This text has color #ADAEAE on white background.


Black color preview on #ADAEAE background

This text has black color on #ADAEAE background.


White color preview on #ADAEAE background

This text has white color on #ADAEAE background.


Related colors

Complementary color

Complementary color for #hex is #525151.


I love getcolorcode.com