COLOR #97ADAF

HEX: #97ADAF
RGB: (151,173,175)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

151
173
175

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

Portions of RGB colors in percentages

R + G + B =
151 + 173 + 175 = 499 (100%)
R 151 of 499 ~ 30.26%
G 173 of 499 ~ 34.67%
B 175 of 499 ~ 35.07%

%30.26
%34.67
%35.07

CMYK color model

#97ADAF color CMYK value is (14,1,0,31).

  • cyan value is 13.71%
  • magenta value is 1.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(14,1,0,31)
C14M1Y0K31 
(14%,1%,0%,31%)
(0.14/0.01/0.00/0.31)	

CMYK percentages

%13.71
%1.14
%0
%31.37

Codes

Color #97ADAF in popluar color models

97ADAF
RGB151173175
HSL185°13.04%63.92%
HSB/HSV185°13.71%68.63%
CMYK13.71%1.14%0.00%
31.37%

Color #97ADAF in popluar number systems.

HEX97ADAF
Decimal151173175
Binary100101111010110110101111
Octal227255257

Shades and tints

Shades of #97ADAF

#97ADAF
(151,173,175)
#8A9EA0
(138,158,160)
#7D8F91
(125,143,145)
#708082
(112,128,130)
#637173
(99,113,115)
#566264
(86,98,100)
#495355
(73,83,85)
#3C4446
(60,68,70)
#2F3537
(47,53,55)
#222628
(34,38,40)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #97ADAF

#97ADAF
(151,173,175)
#A0B4B6
(160,180,182)
#A9BBBD
(169,187,189)
#B2C2C4
(178,194,196)
#BBC9CB
(187,201,203)
#C4D0D2
(196,208,210)
#CDD7D9
(205,215,217)
#D6DEE0
(214,222,224)
#DFE5E7
(223,229,231)
#E8ECEE
(232,236,238)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97ADAF; }

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

This text font color is #97ADAF.


Background Color

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

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

This div background color is #97ADAF.


Border color

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

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

This div border color is #97ADAF.


Opacity

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

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

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

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

This text has shadow with #97ADAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97ADAF on black background.


Color preview on white background

This text has color #97ADAF on white background.



Black color preview on #97ADAF background

This text has black color on #97ADAF background.


White color preview on #97ADAF background

This text has white color on #97ADAF background.