COLOR #97C7B1

HEX: #97C7B1
RGB: (151,199,177)

Color info

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

RGB color model

#97C7B1 color RGB value is (151,199,177).

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

RGB channels and saturation

R 151 of 255 = 59%
G 199 of 255 = 78%
B 177 of 255 = 69%

151
199
177

R + G + B ~ 69%. #97C7B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 199 + 177 = 527 (100%)
R 151 of 527 ~ 28.65%
G 199 of 527 ~ 37.76%
B 177 of 527 ~ 33.59%

%28.65
%37.76
%33.59

CMYK color model

#97C7B1 color CMYK value is (24,0,11,22).

  • cyan value is 24.12%
  • magenta value is 0.00%
  • yellow value is 11.06%
  • key color value is 21.96%
CMYK:
(24,0,11,22)
C24M0Y11K22 
(24%,0%,11%,22%)
(0.24/0.00/0.11/0.22)	

CMYK percentages

%24.12
%0
%11.06
%21.96

Codes

Color #97C7B1 in popluar color models

97C7B1
RGB151199177
HSL153°30.00%68.63%
HSB/HSV153°24.12%78.04%
CMYK24.12%0.00%11.06%
21.96%

Color #97C7B1 in popluar number systems.

HEX97C7B1
Decimal151199177
Binary100101111100011110110001
Octal227307261

Shades and tints

Shades of #97C7B1

#97C7B1
(151,199,177)
#8AB5A1
(138,181,161)
#7DA391
(125,163,145)
#709181
(112,145,129)
#637F71
(99,127,113)
#566D61
(86,109,97)
#495B51
(73,91,81)
#3C4941
(60,73,65)
#2F3731
(47,55,49)
#222521
(34,37,33)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #97C7B1

#97C7B1
(151,199,177)
#A0CCB8
(160,204,184)
#A9D1BF
(169,209,191)
#B2D6C6
(178,214,198)
#BBDBCD
(187,219,205)
#C4E0D4
(196,224,212)
#CDE5DB
(205,229,219)
#D6EAE2
(214,234,226)
#DFEFE9
(223,239,233)
#E8F4F0
(232,244,240)
#F1F9F7
(241,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97C7B1; }

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

This text font color is #97C7B1.


Background Color

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

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

This div background color is #97C7B1.


Border color

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

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

This div border color is #97C7B1.


Opacity

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

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

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

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

This text has shadow with #97C7B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97C7B1 on black background.


Color preview on white background

This text has color #97C7B1 on white background.



Black color preview on #97C7B1 background

This text has black color on #97C7B1 background.


White color preview on #97C7B1 background

This text has white color on #97C7B1 background.