COLOR #97ADAA

HEX: #97ADAA
RGB: (151,173,170)

Color info

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

RGB color model

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

  • red value is 151;
  • green value is 173;
  • blue value is 170.
RGB:
(151,173,170)
(59%,68%,67%)

RGB channels and saturation

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

151
173
170

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

Portions of RGB colors in percentages

R + G + B =
151 + 173 + 170 = 494 (100%)
R 151 of 494 ~ 30.57%
G 173 of 494 ~ 35.02%
B 170 of 494 ~ 34.41%

%30.57
%35.02
%34.41

CMYK color model

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

  • cyan value is 12.72%
  • magenta value is 0.00%
  • yellow value is 1.73%
  • key color value is 32.16%
CMYK:
(13,0,2,32)
C13M0Y2K32 
(13%,0%,2%,32%)
(0.13/0.00/0.02/0.32)	

CMYK percentages

%12.72
%0
%1.73
%32.16

Codes

Color #97ADAA in popluar color models

97ADAA
RGB151173170
HSL172°11.83%63.53%
HSB/HSV172°12.72%67.84%
CMYK12.72%0.00%1.73%
32.16%

Color #97ADAA in popluar number systems.

HEX97ADAA
Decimal151173170
Binary100101111010110110101010
Octal227255252

Shades and tints

Shades of #97ADAA

#97ADAA
(151,173,170)
#8A9E9B
(138,158,155)
#7D8F8C
(125,143,140)
#70807D
(112,128,125)
#63716E
(99,113,110)
#56625F
(86,98,95)
#495350
(73,83,80)
#3C4441
(60,68,65)
#2F3532
(47,53,50)
#222623
(34,38,35)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #97ADAA

#97ADAA
(151,173,170)
#A0B4B1
(160,180,177)
#A9BBB8
(169,187,184)
#B2C2BF
(178,194,191)
#BBC9C6
(187,201,198)
#C4D0CD
(196,208,205)
#CDD7D4
(205,215,212)
#D6DEDB
(214,222,219)
#DFE5E2
(223,229,226)
#E8ECE9
(232,236,233)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97ADAA; }

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

This text font color is #97ADAA.


Background Color

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

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

This div background color is #97ADAA.


Border color

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

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

This div border color is #97ADAA.


Opacity

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

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

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

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

This text has shadow with #97ADAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97ADAA on black background.


Color preview on white background

This text has color #97ADAA on white background.



Black color preview on #97ADAA background

This text has black color on #97ADAA background.


White color preview on #97ADAA background

This text has white color on #97ADAA background.