COLOR #97CA97

HEX: #97CA97
RGB: (151,202,151)

Color info

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

RGB color model

#97CA97 color RGB value is (151,202,151).

  • red value is 151;
  • green value is 202;
  • blue value is 151.
RGB:
(151,202,151)
(59%,79%,59%)

RGB channels and saturation

R 151 of 255 = 59%
G 202 of 255 = 79%
B 151 of 255 = 59%

151
202
151

R + G + B ~ 66%. #97CA97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 202 + 151 = 504 (100%)
R 151 of 504 ~ 29.96%
G 202 of 504 ~ 40.08%
B 151 of 504 ~ 29.96%

%29.96
%40.08
%29.96

CMYK color model

#97CA97 color CMYK value is (25,0,25,21).

  • cyan value is 25.25%
  • magenta value is 0.00%
  • yellow value is 25.25%
  • key color value is 20.78%
CMYK:
(25,0,25,21)
C25M0Y25K21 
(25%,0%,25%,21%)
(0.25/0.00/0.25/0.21)	

CMYK percentages

%25.25
%0
%25.25
%20.78

Codes

Color #97CA97 in popluar color models

97CA97
RGB151202151
HSL120°32.48%69.22%
HSB/HSV120°25.25%79.22%
CMYK25.25%0.00%25.25%
20.78%

Color #97CA97 in popluar number systems.

HEX97CA97
Decimal151202151
Binary100101111100101010010111
Octal227312227

Shades and tints

Shades of #97CA97

#97CA97
(151,202,151)
#8AB88A
(138,184,138)
#7DA67D
(125,166,125)
#709470
(112,148,112)
#638263
(99,130,99)
#567056
(86,112,86)
#495E49
(73,94,73)
#3C4C3C
(60,76,60)
#2F3A2F
(47,58,47)
#222822
(34,40,34)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #97CA97

#97CA97
(151,202,151)
#A0CEA0
(160,206,160)
#A9D2A9
(169,210,169)
#B2D6B2
(178,214,178)
#BBDABB
(187,218,187)
#C4DEC4
(196,222,196)
#CDE2CD
(205,226,205)
#D6E6D6
(214,230,214)
#DFEADF
(223,234,223)
#E8EEE8
(232,238,232)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97CA97; }

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

This text font color is #97CA97.


Background Color

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

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

This div background color is #97CA97.


Border color

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

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

This div border color is #97CA97.


Opacity

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

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

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

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

This text has shadow with #97CA97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97CA97 on black background.


Color preview on white background

This text has color #97CA97 on white background.



Black color preview on #97CA97 background

This text has black color on #97CA97 background.


White color preview on #97CA97 background

This text has white color on #97CA97 background.