COLOR #97C2AA

HEX: #97C2AA
RGB: (151,194,170)

Color info

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

RGB color model

#97C2AA color RGB value is (151,194,170).

  • red value is 151;
  • green value is 194;
  • blue value is 170.
RGB:
(151,194,170)
(59%,76%,67%)

RGB channels and saturation

R 151 of 255 = 59%
G 194 of 255 = 76%
B 170 of 255 = 67%

151
194
170

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

Portions of RGB colors in percentages

R + G + B =
151 + 194 + 170 = 515 (100%)
R 151 of 515 ~ 29.32%
G 194 of 515 ~ 37.67%
B 170 of 515 ~ 33.01%

%29.32
%37.67
%33.01

CMYK color model

#97C2AA color CMYK value is (22,0,12,24).

  • cyan value is 22.16%
  • magenta value is 0.00%
  • yellow value is 12.37%
  • key color value is 23.92%
CMYK:
(22,0,12,24)
C22M0Y12K24 
(22%,0%,12%,24%)
(0.22/0.00/0.12/0.24)	

CMYK percentages

%22.16
%0
%12.37
%23.92

Codes

Color #97C2AA in popluar color models

97C2AA
RGB151194170
HSL147°26.06%67.65%
HSB/HSV147°22.16%76.08%
CMYK22.16%0.00%12.37%
23.92%

Color #97C2AA in popluar number systems.

HEX97C2AA
Decimal151194170
Binary100101111100001010101010
Octal227302252

Shades and tints

Shades of #97C2AA

#97C2AA
(151,194,170)
#8AB19B
(138,177,155)
#7DA08C
(125,160,140)
#708F7D
(112,143,125)
#637E6E
(99,126,110)
#566D5F
(86,109,95)
#495C50
(73,92,80)
#3C4B41
(60,75,65)
#2F3A32
(47,58,50)
#222923
(34,41,35)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #97C2AA

#97C2AA
(151,194,170)
#A0C7B1
(160,199,177)
#A9CCB8
(169,204,184)
#B2D1BF
(178,209,191)
#BBD6C6
(187,214,198)
#C4DBCD
(196,219,205)
#CDE0D4
(205,224,212)
#D6E5DB
(214,229,219)
#DFEAE2
(223,234,226)
#E8EFE9
(232,239,233)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97C2AA color. Also use rgb(151,194,170) instead hex code.

Text Font Color

.myTextColor { color: #97C2AA; }

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

This text font color is #97C2AA.


Background Color

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

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

This div background color is #97C2AA.


Border color

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

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

This div border color is #97C2AA.


Opacity

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

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

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

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

This text has shadow with #97C2AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97C2AA on black background.


Color preview on white background

This text has color #97C2AA on white background.



Black color preview on #97C2AA background

This text has black color on #97C2AA background.


White color preview on #97C2AA background

This text has white color on #97C2AA background.