COLOR #97A5BB

HEX: #97A5BB
RGB: (151,165,187)

Color info

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

RGB color model

#97A5BB color RGB value is (151,165,187).

  • red value is 151;
  • green value is 165;
  • blue value is 187.
RGB:
(151,165,187)
(59%,65%,73%)

RGB channels and saturation

R 151 of 255 = 59%
G 165 of 255 = 65%
B 187 of 255 = 73%

151
165
187

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

Portions of RGB colors in percentages

R + G + B =
151 + 165 + 187 = 503 (100%)
R 151 of 503 ~ 30.02%
G 165 of 503 ~ 32.8%
B 187 of 503 ~ 37.18%

%30.02
%32.8
%37.18

CMYK color model

#97A5BB color CMYK value is (19,12,0,27).

  • cyan value is 19.25%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(19,12,0,27)
C19M12Y0K27 
(19%,12%,0%,27%)
(0.19/0.12/0.00/0.27)	

CMYK percentages

%19.25
%11.76
%0
%26.67

Codes

Color #97A5BB in popluar color models

97A5BB
RGB151165187
HSL217°20.93%66.27%
HSB/HSV217°19.25%73.33%
CMYK19.25%11.76%0.00%
26.67%

Color #97A5BB in popluar number systems.

HEX97A5BB
Decimal151165187
Binary100101111010010110111011
Octal227245273

Shades and tints

Shades of #97A5BB

#97A5BB
(151,165,187)
#8A96AA
(138,150,170)
#7D8799
(125,135,153)
#707888
(112,120,136)
#636977
(99,105,119)
#565A66
(86,90,102)
#494B55
(73,75,85)
#3C3C44
(60,60,68)
#2F2D33
(47,45,51)
#221E22
(34,30,34)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #97A5BB

#97A5BB
(151,165,187)
#A0ADC1
(160,173,193)
#A9B5C7
(169,181,199)
#B2BDCD
(178,189,205)
#BBC5D3
(187,197,211)
#C4CDD9
(196,205,217)
#CDD5DF
(205,213,223)
#D6DDE5
(214,221,229)
#DFE5EB
(223,229,235)
#E8EDF1
(232,237,241)
#F1F5F7
(241,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A5BB color. Also use rgb(151,165,187) instead hex code.

Text Font Color

.myTextColor { color: #97A5BB; }

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

This text font color is #97A5BB.


Background Color

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

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

This div background color is #97A5BB.


Border color

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

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

This div border color is #97A5BB.


Opacity

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

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

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

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

This text has shadow with #97A5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A5BB on black background.


Color preview on white background

This text has color #97A5BB on white background.



Black color preview on #97A5BB background

This text has black color on #97A5BB background.


White color preview on #97A5BB background

This text has white color on #97A5BB background.