COLOR #97C7A6

HEX: #97C7A6
RGB: (151,199,166)

Color info

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

RGB color model

#97C7A6 color RGB value is (151,199,166).

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

RGB channels and saturation

R 151 of 255 = 59%
G 199 of 255 = 78%
B 166 of 255 = 65%

151
199
166

R + G + B ~ 67%. #97C7A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 199 + 166 = 516 (100%)
R 151 of 516 ~ 29.26%
G 199 of 516 ~ 38.57%
B 166 of 516 ~ 32.17%

%29.26
%38.57
%32.17

CMYK color model

#97C7A6 color CMYK value is (24,0,17,22).

  • cyan value is 24.12%
  • magenta value is 0.00%
  • yellow value is 16.58%
  • key color value is 21.96%
CMYK:
(24,0,17,22)
C24M0Y17K22 
(24%,0%,17%,22%)
(0.24/0.00/0.17/0.22)	

CMYK percentages

%24.12
%0
%16.58
%21.96

Codes

Color #97C7A6 in popluar color models

97C7A6
RGB151199166
HSL139°30.00%68.63%
HSB/HSV139°24.12%78.04%
CMYK24.12%0.00%16.58%
21.96%

Color #97C7A6 in popluar number systems.

HEX97C7A6
Decimal151199166
Binary100101111100011110100110
Octal227307246

Shades and tints

Shades of #97C7A6

#97C7A6
(151,199,166)
#8AB597
(138,181,151)
#7DA388
(125,163,136)
#709179
(112,145,121)
#637F6A
(99,127,106)
#566D5B
(86,109,91)
#495B4C
(73,91,76)
#3C493D
(60,73,61)
#2F372E
(47,55,46)
#22251F
(34,37,31)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #97C7A6

#97C7A6
(151,199,166)
#A0CCAE
(160,204,174)
#A9D1B6
(169,209,182)
#B2D6BE
(178,214,190)
#BBDBC6
(187,219,198)
#C4E0CE
(196,224,206)
#CDE5D6
(205,229,214)
#D6EADE
(214,234,222)
#DFEFE6
(223,239,230)
#E8F4EE
(232,244,238)
#F1F9F6
(241,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97C7A6; }

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

This text font color is #97C7A6.


Background Color

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

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

This div background color is #97C7A6.


Border color

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

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

This div border color is #97C7A6.


Opacity

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

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

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

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

This text has shadow with #97C7A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97C7A6 on black background.


Color preview on white background

This text has color #97C7A6 on white background.



Black color preview on #97C7A6 background

This text has black color on #97C7A6 background.


White color preview on #97C7A6 background

This text has white color on #97C7A6 background.