COLOR #97BCC6

HEX: #97BCC6
RGB: (151,188,198)

Color info

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

RGB color model

#97BCC6 color RGB value is (151,188,198).

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

RGB channels and saturation

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

151
188
198

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

Portions of RGB colors in percentages

R + G + B =
151 + 188 + 198 = 537 (100%)
R 151 of 537 ~ 28.12%
G 188 of 537 ~ 35.01%
B 198 of 537 ~ 36.87%

%28.12
%35.01
%36.87

CMYK color model

#97BCC6 color CMYK value is (24,5,0,22).

  • cyan value is 23.74%
  • magenta value is 5.05%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(24,5,0,22)
C24M5Y0K22 
(24%,5%,0%,22%)
(0.24/0.05/0.00/0.22)	

CMYK percentages

%23.74
%5.05
%0
%22.35

Codes

Color #97BCC6 in popluar color models

97BCC6
RGB151188198
HSL193°29.19%68.43%
HSB/HSV193°23.74%77.65%
CMYK23.74%5.05%0.00%
22.35%

Color #97BCC6 in popluar number systems.

HEX97BCC6
Decimal151188198
Binary100101111011110011000110
Octal227274306

Shades and tints

Shades of #97BCC6

#97BCC6
(151,188,198)
#8AABB4
(138,171,180)
#7D9AA2
(125,154,162)
#708990
(112,137,144)
#63787E
(99,120,126)
#56676C
(86,103,108)
#49565A
(73,86,90)
#3C4548
(60,69,72)
#2F3436
(47,52,54)
#222324
(34,35,36)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #97BCC6

#97BCC6
(151,188,198)
#A0C2CB
(160,194,203)
#A9C8D0
(169,200,208)
#B2CED5
(178,206,213)
#BBD4DA
(187,212,218)
#C4DADF
(196,218,223)
#CDE0E4
(205,224,228)
#D6E6E9
(214,230,233)
#DFECEE
(223,236,238)
#E8F2F3
(232,242,243)
#F1F8F8
(241,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97BCC6; }

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

This text font color is #97BCC6.


Background Color

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

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

This div background color is #97BCC6.


Border color

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

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

This div border color is #97BCC6.


Opacity

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

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

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

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

This text has shadow with #97BCC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97BCC6 on black background.


Color preview on white background

This text has color #97BCC6 on white background.



Black color preview on #97BCC6 background

This text has black color on #97BCC6 background.


White color preview on #97BCC6 background

This text has white color on #97BCC6 background.