COLOR #97C7BA

HEX: #97C7BA
RGB: (151,199,186)

Color info

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

RGB color model

#97C7BA color RGB value is (151,199,186).

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

RGB channels and saturation

R 151 of 255 = 59%
G 199 of 255 = 78%
B 186 of 255 = 73%

151
199
186

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

Portions of RGB colors in percentages

R + G + B =
151 + 199 + 186 = 536 (100%)
R 151 of 536 ~ 28.17%
G 199 of 536 ~ 37.13%
B 186 of 536 ~ 34.7%

%28.17
%37.13
%34.7

CMYK color model

#97C7BA color CMYK value is (24,0,7,22).

  • cyan value is 24.12%
  • magenta value is 0.00%
  • yellow value is 6.53%
  • key color value is 21.96%
CMYK:
(24,0,7,22)
C24M0Y7K22 
(24%,0%,7%,22%)
(0.24/0.00/0.07/0.22)	

CMYK percentages

%24.12
%0
%6.53
%21.96

Codes

Color #97C7BA in popluar color models

97C7BA
RGB151199186
HSL164°30.00%68.63%
HSB/HSV164°24.12%78.04%
CMYK24.12%0.00%6.53%
21.96%

Color #97C7BA in popluar number systems.

HEX97C7BA
Decimal151199186
Binary100101111100011110111010
Octal227307272

Shades and tints

Shades of #97C7BA

#97C7BA
(151,199,186)
#8AB5AA
(138,181,170)
#7DA39A
(125,163,154)
#70918A
(112,145,138)
#637F7A
(99,127,122)
#566D6A
(86,109,106)
#495B5A
(73,91,90)
#3C494A
(60,73,74)
#2F373A
(47,55,58)
#22252A
(34,37,42)
#15131A
(21,19,26)
#000000
(0,0,0)

Tints of #97C7BA

#97C7BA
(151,199,186)
#A0CCC0
(160,204,192)
#A9D1C6
(169,209,198)
#B2D6CC
(178,214,204)
#BBDBD2
(187,219,210)
#C4E0D8
(196,224,216)
#CDE5DE
(205,229,222)
#D6EAE4
(214,234,228)
#DFEFEA
(223,239,234)
#E8F4F0
(232,244,240)
#F1F9F6
(241,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97C7BA; }

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

This text font color is #97C7BA.


Background Color

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

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

This div background color is #97C7BA.


Border color

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

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

This div border color is #97C7BA.


Opacity

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

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

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

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

This text has shadow with #97C7BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97C7BA on black background.


Color preview on white background

This text has color #97C7BA on white background.



Black color preview on #97C7BA background

This text has black color on #97C7BA background.


White color preview on #97C7BA background

This text has white color on #97C7BA background.