COLOR #97C8B1

HEX: #97C8B1
RGB: (151,200,177)

Color info

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

RGB color model

#97C8B1 color RGB value is (151,200,177).

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

RGB channels and saturation

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

151
200
177

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

Portions of RGB colors in percentages

R + G + B =
151 + 200 + 177 = 528 (100%)
R 151 of 528 ~ 28.6%
G 200 of 528 ~ 37.88%
B 177 of 528 ~ 33.52%

%28.6
%37.88
%33.52

CMYK color model

#97C8B1 color CMYK value is (25,0,12,22).

  • cyan value is 24.50%
  • magenta value is 0.00%
  • yellow value is 11.50%
  • key color value is 21.57%
CMYK:
(25,0,12,22)
C25M0Y12K22 
(25%,0%,12%,22%)
(0.25/0.00/0.12/0.22)	

CMYK percentages

%24.5
%0
%11.5
%21.57

Codes

Color #97C8B1 in popluar color models

97C8B1
RGB151200177
HSL152°30.82%68.82%
HSB/HSV152°24.50%78.43%
CMYK24.50%0.00%11.50%
21.57%

Color #97C8B1 in popluar number systems.

HEX97C8B1
Decimal151200177
Binary100101111100100010110001
Octal227310261

Shades and tints

Shades of #97C8B1

#97C8B1
(151,200,177)
#8AB6A1
(138,182,161)
#7DA491
(125,164,145)
#709281
(112,146,129)
#638071
(99,128,113)
#566E61
(86,110,97)
#495C51
(73,92,81)
#3C4A41
(60,74,65)
#2F3831
(47,56,49)
#222621
(34,38,33)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #97C8B1

#97C8B1
(151,200,177)
#A0CDB8
(160,205,184)
#A9D2BF
(169,210,191)
#B2D7C6
(178,215,198)
#BBDCCD
(187,220,205)
#C4E1D4
(196,225,212)
#CDE6DB
(205,230,219)
#D6EBE2
(214,235,226)
#DFF0E9
(223,240,233)
#E8F5F0
(232,245,240)
#F1FAF7
(241,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97C8B1; }

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

This text font color is #97C8B1.


Background Color

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

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

This div background color is #97C8B1.


Border color

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

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

This div border color is #97C8B1.


Opacity

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

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

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

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

This text has shadow with #97C8B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97C8B1 on black background.


Color preview on white background

This text has color #97C8B1 on white background.



Black color preview on #97C8B1 background

This text has black color on #97C8B1 background.


White color preview on #97C8B1 background

This text has white color on #97C8B1 background.