COLOR #97C6A6

HEX: #97C6A6
RGB: (151,198,166)

Color info

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

RGB color model

#97C6A6 color RGB value is (151,198,166).

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

RGB channels and saturation

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

151
198
166

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

Portions of RGB colors in percentages

R + G + B =
151 + 198 + 166 = 515 (100%)
R 151 of 515 ~ 29.32%
G 198 of 515 ~ 38.45%
B 166 of 515 ~ 32.23%

%29.32
%38.45
%32.23

CMYK color model

#97C6A6 color CMYK value is (24,0,16,22).

  • cyan value is 23.74%
  • magenta value is 0.00%
  • yellow value is 16.16%
  • key color value is 22.35%
CMYK:
(24,0,16,22)
C24M0Y16K22 
(24%,0%,16%,22%)
(0.24/0.00/0.16/0.22)	

CMYK percentages

%23.74
%0
%16.16
%22.35

Codes

Color #97C6A6 in popluar color models

97C6A6
RGB151198166
HSL139°29.19%68.43%
HSB/HSV139°23.74%77.65%
CMYK23.74%0.00%16.16%
22.35%

Color #97C6A6 in popluar number systems.

HEX97C6A6
Decimal151198166
Binary100101111100011010100110
Octal227306246

Shades and tints

Shades of #97C6A6

#97C6A6
(151,198,166)
#8AB497
(138,180,151)
#7DA288
(125,162,136)
#709079
(112,144,121)
#637E6A
(99,126,106)
#566C5B
(86,108,91)
#495A4C
(73,90,76)
#3C483D
(60,72,61)
#2F362E
(47,54,46)
#22241F
(34,36,31)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #97C6A6

#97C6A6
(151,198,166)
#A0CBAE
(160,203,174)
#A9D0B6
(169,208,182)
#B2D5BE
(178,213,190)
#BBDAC6
(187,218,198)
#C4DFCE
(196,223,206)
#CDE4D6
(205,228,214)
#D6E9DE
(214,233,222)
#DFEEE6
(223,238,230)
#E8F3EE
(232,243,238)
#F1F8F6
(241,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97C6A6; }

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

This text font color is #97C6A6.


Background Color

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

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

This div background color is #97C6A6.


Border color

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

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

This div border color is #97C6A6.


Opacity

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

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

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

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

This text has shadow with #97C6A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97C6A6 on black background.


Color preview on white background

This text has color #97C6A6 on white background.



Black color preview on #97C6A6 background

This text has black color on #97C6A6 background.


White color preview on #97C6A6 background

This text has white color on #97C6A6 background.