COLOR #97C8CE

HEX: #97C8CE
RGB: (151,200,206)

Color info

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

RGB color model

#97C8CE color RGB value is (151,200,206).

  • red value is 151;
  • green value is 200;
  • blue value is 206.
RGB:
(151,200,206)
(59%,78%,81%)

RGB channels and saturation

R 151 of 255 = 59%
G 200 of 255 = 78%
B 206 of 255 = 81%

151
200
206

R + G + B ~ 73%. #97C8CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 200 + 206 = 557 (100%)
R 151 of 557 ~ 27.11%
G 200 of 557 ~ 35.91%
B 206 of 557 ~ 36.98%

%27.11
%35.91
%36.98

CMYK color model

#97C8CE color CMYK value is (27,3,0,19).

  • cyan value is 26.70%
  • magenta value is 2.91%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(27,3,0,19)
C27M3Y0K19 
(27%,3%,0%,19%)
(0.27/0.03/0.00/0.19)	

CMYK percentages

%26.7
%2.91
%0
%19.22

Codes

Color #97C8CE in popluar color models

97C8CE
RGB151200206
HSL187°35.95%70.00%
HSB/HSV187°26.70%80.78%
CMYK26.70%2.91%0.00%
19.22%

Color #97C8CE in popluar number systems.

HEX97C8CE
Decimal151200206
Binary100101111100100011001110
Octal227310316

Shades and tints

Shades of #97C8CE

#97C8CE
(151,200,206)
#8AB6BC
(138,182,188)
#7DA4AA
(125,164,170)
#709298
(112,146,152)
#638086
(99,128,134)
#566E74
(86,110,116)
#495C62
(73,92,98)
#3C4A50
(60,74,80)
#2F383E
(47,56,62)
#22262C
(34,38,44)
#15141A
(21,20,26)
#000000
(0,0,0)

Tints of #97C8CE

#97C8CE
(151,200,206)
#A0CDD2
(160,205,210)
#A9D2D6
(169,210,214)
#B2D7DA
(178,215,218)
#BBDCDE
(187,220,222)
#C4E1E2
(196,225,226)
#CDE6E6
(205,230,230)
#D6EBEA
(214,235,234)
#DFF0EE
(223,240,238)
#E8F5F2
(232,245,242)
#F1FAF6
(241,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97C8CE color. Also use rgb(151,200,206) instead hex code.

Text Font Color

.myTextColor { color: #97C8CE; }

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

This text font color is #97C8CE.


Background Color

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

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

This div background color is #97C8CE.


Border color

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

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

This div border color is #97C8CE.


Opacity

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

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

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

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

This text has shadow with #97C8CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97C8CE on black background.


Color preview on white background

This text has color #97C8CE on white background.



Black color preview on #97C8CE background

This text has black color on #97C8CE background.


White color preview on #97C8CE background

This text has white color on #97C8CE background.