COLOR #97ADAD

HEX: #97ADAD RGB: (151,173,173)

Color info

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

RGB color model

#97ADAD color RGB value is (151,173,173).

RGB: (151,173,173) (59%, 68%, 68%)

RGB channels and saturation

R 151 of 255 = 59%
G 173 of 255 = 68%
B 173 of 255 = 68%

151
173
173

R + G + B ~ 65%. #97ADAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 173 + 173 = 497 (100%)
R 151 of 497 ~ 30.38%
G 173 of 497 ~ 34.81%
B 173 of 497 ~ 34.81'%

%30.38
%34.81
%34.81

CMYK color model

#97ADAD color CMYK value is (13,0,0,32).

  • cyan value is 12.72%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (13,0,0,32)
C13M0Y0K32 (13%, 0%, 0%, 32%)
(0.13 / 0.00 / 0.00 / 0.32)

CMYK percentages

%12.72
%0
%0
%32.16

Codes

Color #97ADAD in popluar color models

97 AD AD
RGB 151 173 173
HSL 180° 11.83% 63.53%
HSB/HSV 180° 12.72% 67.84%
CMYK 12.72% 0.00% 0.00%
32.16%

Color #97ADAD in popluar number systems.

HEX 97 AD AD
Decimal 151 173 173
Binary 10010111 10101101 10101101
Octal 227 255 255

Shades and tints

Shades of #97ADAD

#97ADAD
(151,173,173)
#8A9E9E
(138,158,158)
#7D8F8F
(125,143,143)
#708080
(112,128,128)
#637171
(99,113,113)
#566262
(86,98,98)
#495353
(73,83,83)
#3C4444
(60,68,68)
#2F3535
(47,53,53)
#222626
(34,38,38)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #97ADAD

#97ADAD
(151,173,173)
#A0B4B4
(160,180,180)
#A9BBBB
(169,187,187)
#B2C2C2
(178,194,194)
#BBC9C9
(187,201,201)
#C4D0D0
(196,208,208)
#CDD7D7
(205,215,215)
#D6DEDE
(214,222,222)
#DFE5E5
(223,229,229)
#E8ECEC
(232,236,236)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97ADAD; }

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

This text font color is #97ADAD.

Background Color

.myBgColor { background-color: #97ADAD; }

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

This div background color is #97ADAD.

Border color

.myBorderColor { border: 1px solid #97ADAD; }

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

This div border color is #97ADAD.

Opacity

.myOpacity80 { color: #97ADAD; opacity: 0.8; }

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

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

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

This text has shadow with #97ADAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97ADAD.

Preview

Color preview on black background

This text has color #97ADAD on black background.


Color preview on white background

This text has color #97ADAD on white background.


Black color preview on #97ADAD background

This text has black color on #97ADAD background.


White color preview on #97ADAD background

This text has white color on #97ADAD background.


Related colors

Complementary color

Complementary color for #hex is #685252.


I love getcolorcode.com