COLOR #97BCC7

HEX: #97BCC7
RGB: (151,188,199)

Color info

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

RGB color model

#97BCC7 color RGB value is (151,188,199).

  • red value is 151;
  • green value is 188;
  • blue value is 199.
RGB:
(151,188,199)
(59%,74%,78%)

RGB channels and saturation

R 151 of 255 = 59%
G 188 of 255 = 74%
B 199 of 255 = 78%

151
188
199

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

Portions of RGB colors in percentages

R + G + B =
151 + 188 + 199 = 538 (100%)
R 151 of 538 ~ 28.07%
G 188 of 538 ~ 34.94%
B 199 of 538 ~ 36.99%

%28.07
%34.94
%36.99

CMYK color model

#97BCC7 color CMYK value is (24,6,0,22).

  • cyan value is 24.12%
  • magenta value is 5.53%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(24,6,0,22)
C24M6Y0K22 
(24%,6%,0%,22%)
(0.24/0.06/0.00/0.22)	

CMYK percentages

%24.12
%5.53
%0
%21.96

Codes

Color #97BCC7 in popluar color models

97BCC7
RGB151188199
HSL194°30.00%68.63%
HSB/HSV194°24.12%78.04%
CMYK24.12%5.53%0.00%
21.96%

Color #97BCC7 in popluar number systems.

HEX97BCC7
Decimal151188199
Binary100101111011110011000111
Octal227274307

Shades and tints

Shades of #97BCC7

#97BCC7
(151,188,199)
#8AABB5
(138,171,181)
#7D9AA3
(125,154,163)
#708991
(112,137,145)
#63787F
(99,120,127)
#56676D
(86,103,109)
#49565B
(73,86,91)
#3C4549
(60,69,73)
#2F3437
(47,52,55)
#222325
(34,35,37)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #97BCC7

#97BCC7
(151,188,199)
#A0C2CC
(160,194,204)
#A9C8D1
(169,200,209)
#B2CED6
(178,206,214)
#BBD4DB
(187,212,219)
#C4DAE0
(196,218,224)
#CDE0E5
(205,224,229)
#D6E6EA
(214,230,234)
#DFECEF
(223,236,239)
#E8F2F4
(232,242,244)
#F1F8F9
(241,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97BCC7 color. Also use rgb(151,188,199) instead hex code.

Text Font Color

.myTextColor { color: #97BCC7; }

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

This text font color is #97BCC7.


Background Color

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

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

This div background color is #97BCC7.


Border color

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

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

This div border color is #97BCC7.


Opacity

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

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

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

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

This text has shadow with #97BCC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97BCC7 on black background.


Color preview on white background

This text has color #97BCC7 on white background.



Black color preview on #97BCC7 background

This text has black color on #97BCC7 background.


White color preview on #97BCC7 background

This text has white color on #97BCC7 background.