COLOR #97ADBE

HEX: #97ADBE
RGB: (151,173,190)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

151
173
190

R + G + B ~ 67%. #97ADBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 173 + 190 = 514 (100%)
R 151 of 514 ~ 29.38%
G 173 of 514 ~ 33.66%
B 190 of 514 ~ 36.96%

%29.38
%33.66
%36.96

CMYK color model

#97ADBE color CMYK value is (21,9,0,25).

  • cyan value is 20.53%
  • magenta value is 8.95%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(21,9,0,25)
C21M9Y0K25 
(21%,9%,0%,25%)
(0.21/0.09/0.00/0.25)	

CMYK percentages

%20.53
%8.95
%0
%25.49

Codes

Color #97ADBE in popluar color models

97ADBE
RGB151173190
HSL206°23.08%66.86%
HSB/HSV206°20.53%74.51%
CMYK20.53%8.95%0.00%
25.49%

Color #97ADBE in popluar number systems.

HEX97ADBE
Decimal151173190
Binary100101111010110110111110
Octal227255276

Shades and tints

Shades of #97ADBE

#97ADBE
(151,173,190)
#8A9EAD
(138,158,173)
#7D8F9C
(125,143,156)
#70808B
(112,128,139)
#63717A
(99,113,122)
#566269
(86,98,105)
#495358
(73,83,88)
#3C4447
(60,68,71)
#2F3536
(47,53,54)
#222625
(34,38,37)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #97ADBE

#97ADBE
(151,173,190)
#A0B4C3
(160,180,195)
#A9BBC8
(169,187,200)
#B2C2CD
(178,194,205)
#BBC9D2
(187,201,210)
#C4D0D7
(196,208,215)
#CDD7DC
(205,215,220)
#D6DEE1
(214,222,225)
#DFE5E6
(223,229,230)
#E8ECEB
(232,236,235)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97ADBE; }

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

This text font color is #97ADBE.


Background Color

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

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

This div background color is #97ADBE.


Border color

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

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

This div border color is #97ADBE.


Opacity

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

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

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

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

This text has shadow with #97ADBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97ADBE on black background.


Color preview on white background

This text has color #97ADBE on white background.



Black color preview on #97ADBE background

This text has black color on #97ADBE background.


White color preview on #97ADBE background

This text has white color on #97ADBE background.