COLOR #97ADB8

HEX: #97ADB8
RGB: (151,173,184)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

151
173
184

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

Portions of RGB colors in percentages

R + G + B =
151 + 173 + 184 = 508 (100%)
R 151 of 508 ~ 29.72%
G 173 of 508 ~ 34.06%
B 184 of 508 ~ 36.22%

%29.72
%34.06
%36.22

CMYK color model

#97ADB8 color CMYK value is (18,6,0,28).

  • cyan value is 17.93%
  • magenta value is 5.98%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(18,6,0,28)
C18M6Y0K28 
(18%,6%,0%,28%)
(0.18/0.06/0.00/0.28)	

CMYK percentages

%17.93
%5.98
%0
%27.84

Codes

Color #97ADB8 in popluar color models

97ADB8
RGB151173184
HSL200°18.86%65.69%
HSB/HSV200°17.93%72.16%
CMYK17.93%5.98%0.00%
27.84%

Color #97ADB8 in popluar number systems.

HEX97ADB8
Decimal151173184
Binary100101111010110110111000
Octal227255270

Shades and tints

Shades of #97ADB8

#97ADB8
(151,173,184)
#8A9EA8
(138,158,168)
#7D8F98
(125,143,152)
#708088
(112,128,136)
#637178
(99,113,120)
#566268
(86,98,104)
#495358
(73,83,88)
#3C4448
(60,68,72)
#2F3538
(47,53,56)
#222628
(34,38,40)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #97ADB8

#97ADB8
(151,173,184)
#A0B4BE
(160,180,190)
#A9BBC4
(169,187,196)
#B2C2CA
(178,194,202)
#BBC9D0
(187,201,208)
#C4D0D6
(196,208,214)
#CDD7DC
(205,215,220)
#D6DEE2
(214,222,226)
#DFE5E8
(223,229,232)
#E8ECEE
(232,236,238)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97ADB8; }

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

This text font color is #97ADB8.


Background Color

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

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

This div background color is #97ADB8.


Border color

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

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

This div border color is #97ADB8.


Opacity

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

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

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

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

This text has shadow with #97ADB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97ADB8 on black background.


Color preview on white background

This text has color #97ADB8 on white background.



Black color preview on #97ADB8 background

This text has black color on #97ADB8 background.


White color preview on #97ADB8 background

This text has white color on #97ADB8 background.