COLOR #97C8BD

HEX: #97C8BD
RGB: (151,200,189)

Color info

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

RGB color model

#97C8BD color RGB value is (151,200,189).

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

RGB channels and saturation

R 151 of 255 = 59%
G 200 of 255 = 78%
B 189 of 255 = 74%

151
200
189

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

Portions of RGB colors in percentages

R + G + B =
151 + 200 + 189 = 540 (100%)
R 151 of 540 ~ 27.96%
G 200 of 540 ~ 37.04%
B 189 of 540 ~ 35%

%27.96
%37.04
%35

CMYK color model

#97C8BD color CMYK value is (25,0,5,22).

  • cyan value is 24.50%
  • magenta value is 0.00%
  • yellow value is 5.50%
  • key color value is 21.57%
CMYK:
(25,0,5,22)
C25M0Y5K22 
(25%,0%,5%,22%)
(0.25/0.00/0.05/0.22)	

CMYK percentages

%24.5
%0
%5.5
%21.57

Codes

Color #97C8BD in popluar color models

97C8BD
RGB151200189
HSL167°30.82%68.82%
HSB/HSV167°24.50%78.43%
CMYK24.50%0.00%5.50%
21.57%

Color #97C8BD in popluar number systems.

HEX97C8BD
Decimal151200189
Binary100101111100100010111101
Octal227310275

Shades and tints

Shades of #97C8BD

#97C8BD
(151,200,189)
#8AB6AC
(138,182,172)
#7DA49B
(125,164,155)
#70928A
(112,146,138)
#638079
(99,128,121)
#566E68
(86,110,104)
#495C57
(73,92,87)
#3C4A46
(60,74,70)
#2F3835
(47,56,53)
#222624
(34,38,36)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #97C8BD

#97C8BD
(151,200,189)
#A0CDC3
(160,205,195)
#A9D2C9
(169,210,201)
#B2D7CF
(178,215,207)
#BBDCD5
(187,220,213)
#C4E1DB
(196,225,219)
#CDE6E1
(205,230,225)
#D6EBE7
(214,235,231)
#DFF0ED
(223,240,237)
#E8F5F3
(232,245,243)
#F1FAF9
(241,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97C8BD; }

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

This text font color is #97C8BD.


Background Color

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

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

This div background color is #97C8BD.


Border color

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

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

This div border color is #97C8BD.


Opacity

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

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

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

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

This text has shadow with #97C8BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97C8BD on black background.


Color preview on white background

This text has color #97C8BD on white background.



Black color preview on #97C8BD background

This text has black color on #97C8BD background.


White color preview on #97C8BD background

This text has white color on #97C8BD background.