COLOR #97ADB5

HEX: #97ADB5
RGB: (151,173,181)

Color info

#97ADB5 contains red, green and blue colors in about the same proportion. Web safe color of #97ADB5 is #9999CC (or #99C).

RGB color model

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

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

RGB channels and saturation

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

151
173
181

R + G + B ~ 66%. #97ADB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 173 + 181 = 505 (100%)
R 151 of 505 ~ 29.9%
G 173 of 505 ~ 34.26%
B 181 of 505 ~ 35.84%

%29.9
%34.26
%35.84

CMYK color model

#97ADB5 color CMYK value is (17,4,0,29).

  • cyan value is 16.57%
  • magenta value is 4.42%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(17,4,0,29)
C17M4Y0K29 
(17%,4%,0%,29%)
(0.17/0.04/0.00/0.29)	

CMYK percentages

%16.57
%4.42
%0
%29.02

Codes

Color #97ADB5 in popluar color models

97ADB5
RGB151173181
HSL196°16.85%65.10%
HSB/HSV196°16.57%70.98%
CMYK16.57%4.42%0.00%
29.02%

Color #97ADB5 in popluar number systems.

HEX97ADB5
Decimal151173181
Binary100101111010110110110101
Octal227255265

Shades and tints

Shades of #97ADB5

#97ADB5
(151,173,181)
#8A9EA5
(138,158,165)
#7D8F95
(125,143,149)
#708085
(112,128,133)
#637175
(99,113,117)
#566265
(86,98,101)
#495355
(73,83,85)
#3C4445
(60,68,69)
#2F3535
(47,53,53)
#222625
(34,38,37)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #97ADB5

#97ADB5
(151,173,181)
#A0B4BB
(160,180,187)
#A9BBC1
(169,187,193)
#B2C2C7
(178,194,199)
#BBC9CD
(187,201,205)
#C4D0D3
(196,208,211)
#CDD7D9
(205,215,217)
#D6DEDF
(214,222,223)
#DFE5E5
(223,229,229)
#E8ECEB
(232,236,235)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97ADB5; }

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

This text font color is #97ADB5.


Background Color

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

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

This div background color is #97ADB5.


Border color

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

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

This div border color is #97ADB5.


Opacity

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

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

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

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

This text has shadow with #97ADB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97ADB5 on black background.


Color preview on white background

This text has color #97ADB5 on white background.



Black color preview on #97ADB5 background

This text has black color on #97ADB5 background.


White color preview on #97ADB5 background

This text has white color on #97ADB5 background.