COLOR #97B6CF

HEX: #97B6CF
RGB: (151,182,207)

Color info

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

RGB color model

#97B6CF color RGB value is (151,182,207).

  • red value is 151;
  • green value is 182;
  • blue value is 207.
RGB:
(151,182,207)
(59%,71%,81%)

RGB channels and saturation

R 151 of 255 = 59%
G 182 of 255 = 71%
B 207 of 255 = 81%

151
182
207

R + G + B ~ 70%. #97B6CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 182 + 207 = 540 (100%)
R 151 of 540 ~ 27.96%
G 182 of 540 ~ 33.7%
B 207 of 540 ~ 38.33%

%27.96
%33.7
%38.33

CMYK color model

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

  • cyan value is 27.05%
  • magenta value is 12.08%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(27,12,0,19)
C27M12Y0K19 
(27%,12%,0%,19%)
(0.27/0.12/0.00/0.19)	

CMYK percentages

%27.05
%12.08
%0
%18.82

Codes

Color #97B6CF in popluar color models

97B6CF
RGB151182207
HSL207°36.84%70.20%
HSB/HSV207°27.05%81.18%
CMYK27.05%12.08%0.00%
18.82%

Color #97B6CF in popluar number systems.

HEX97B6CF
Decimal151182207
Binary100101111011011011001111
Octal227266317

Shades and tints

Shades of #97B6CF

#97B6CF
(151,182,207)
#8AA6BD
(138,166,189)
#7D96AB
(125,150,171)
#708699
(112,134,153)
#637687
(99,118,135)
#566675
(86,102,117)
#495663
(73,86,99)
#3C4651
(60,70,81)
#2F363F
(47,54,63)
#22262D
(34,38,45)
#15161B
(21,22,27)
#000000
(0,0,0)

Tints of #97B6CF

#97B6CF
(151,182,207)
#A0BCD3
(160,188,211)
#A9C2D7
(169,194,215)
#B2C8DB
(178,200,219)
#BBCEDF
(187,206,223)
#C4D4E3
(196,212,227)
#CDDAE7
(205,218,231)
#D6E0EB
(214,224,235)
#DFE6EF
(223,230,239)
#E8ECF3
(232,236,243)
#F1F2F7
(241,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97B6CF color. Also use rgb(151,182,207) instead hex code.

Text Font Color

.myTextColor { color: #97B6CF; }

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

This text font color is #97B6CF.


Background Color

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

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

This div background color is #97B6CF.


Border color

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

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

This div border color is #97B6CF.


Opacity

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

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

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

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

This text has shadow with #97B6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B6CF on black background.


Color preview on white background

This text has color #97B6CF on white background.



Black color preview on #97B6CF background

This text has black color on #97B6CF background.


White color preview on #97B6CF background

This text has white color on #97B6CF background.