COLOR #97C2AE

HEX: #97C2AE
RGB: (151,194,174)

Color info

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

RGB color model

#97C2AE color RGB value is (151,194,174).

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

RGB channels and saturation

R 151 of 255 = 59%
G 194 of 255 = 76%
B 174 of 255 = 68%

151
194
174

R + G + B ~ 68%. #97C2AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 194 + 174 = 519 (100%)
R 151 of 519 ~ 29.09%
G 194 of 519 ~ 37.38%
B 174 of 519 ~ 33.53%

%29.09
%37.38
%33.53

CMYK color model

#97C2AE color CMYK value is (22,0,10,24).

  • cyan value is 22.16%
  • magenta value is 0.00%
  • yellow value is 10.31%
  • key color value is 23.92%
CMYK:
(22,0,10,24)
C22M0Y10K24 
(22%,0%,10%,24%)
(0.22/0.00/0.10/0.24)	

CMYK percentages

%22.16
%0
%10.31
%23.92

Codes

Color #97C2AE in popluar color models

97C2AE
RGB151194174
HSL152°26.06%67.65%
HSB/HSV152°22.16%76.08%
CMYK22.16%0.00%10.31%
23.92%

Color #97C2AE in popluar number systems.

HEX97C2AE
Decimal151194174
Binary100101111100001010101110
Octal227302256

Shades and tints

Shades of #97C2AE

#97C2AE
(151,194,174)
#8AB19F
(138,177,159)
#7DA090
(125,160,144)
#708F81
(112,143,129)
#637E72
(99,126,114)
#566D63
(86,109,99)
#495C54
(73,92,84)
#3C4B45
(60,75,69)
#2F3A36
(47,58,54)
#222927
(34,41,39)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #97C2AE

#97C2AE
(151,194,174)
#A0C7B5
(160,199,181)
#A9CCBC
(169,204,188)
#B2D1C3
(178,209,195)
#BBD6CA
(187,214,202)
#C4DBD1
(196,219,209)
#CDE0D8
(205,224,216)
#D6E5DF
(214,229,223)
#DFEAE6
(223,234,230)
#E8EFED
(232,239,237)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97C2AE; }

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

This text font color is #97C2AE.


Background Color

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

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

This div background color is #97C2AE.


Border color

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

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

This div border color is #97C2AE.


Opacity

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

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

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

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

This text has shadow with #97C2AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97C2AE on black background.


Color preview on white background

This text has color #97C2AE on white background.



Black color preview on #97C2AE background

This text has black color on #97C2AE background.


White color preview on #97C2AE background

This text has white color on #97C2AE background.