COLOR #97C992

HEX: #97C992 RGB: (151,201,146)

Color info

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

RGB color model

#97C992 color RGB value is (151,201,146).

RGB: (151,201,146) (59%, 79%, 57%)

RGB channels and saturation

R 151 of 255 = 59%
G 201 of 255 = 79%
B 146 of 255 = 57%

151
201
146

R + G + B ~ 65%. #97C992 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 201 + 146 = 498 (100%)
R 151 of 498 ~ 30.32%
G 201 of 498 ~ 40.36%
B 146 of 498 ~ 29.32'%

%30.32
%40.36
%29.32

CMYK color model

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

  • cyan value is 24.88%
  • magenta value is 0.00%
  • yellow value is 27.36%
  • key color value is 21.18%

CMYK: (25,0,27,21)
C25M0Y27K21 (25%, 0%, 27%, 21%)
(0.25 / 0.00 / 0.27 / 0.21)

CMYK percentages

%24.88
%0
%27.36
%21.18

Codes

Color #97C992 in popluar color models

97 C9 92
RGB 151 201 146
HSL 115° 33.74% 68.04%
HSB/HSV 115° 27.36% 78.82%
CMYK 24.88% 0.00% 27.36%
21.18%

Color #97C992 in popluar number systems.

HEX 97 C9 92
Decimal 151 201 146
Binary 10010111 11001001 10010010
Octal 227 311 222

Shades and tints

Shades of #97C992

#97C992
(151,201,146)
#8AB785
(138,183,133)
#7DA578
(125,165,120)
#70936B
(112,147,107)
#63815E
(99,129,94)
#566F51
(86,111,81)
#495D44
(73,93,68)
#3C4B37
(60,75,55)
#2F392A
(47,57,42)
#22271D
(34,39,29)
#151510
(21,21,16)
#000000
(0,0,0)

Tints of #97C992

#97C992
(151,201,146)
#A0CD9B
(160,205,155)
#A9D1A4
(169,209,164)
#B2D5AD
(178,213,173)
#BBD9B6
(187,217,182)
#C4DDBF
(196,221,191)
#CDE1C8
(205,225,200)
#D6E5D1
(214,229,209)
#DFE9DA
(223,233,218)
#E8EDE3
(232,237,227)
#F1F1EC
(241,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97C992; }

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

This text font color is #97C992.

Background Color

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

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

This div background color is #97C992.

Border color

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

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

This div border color is #97C992.

Opacity

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

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

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

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

This text has shadow with #97C992 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97C992.

Preview

Color preview on black background

This text has color #97C992 on black background.


Color preview on white background

This text has color #97C992 on white background.


Black color preview on #97C992 background

This text has black color on #97C992 background.


White color preview on #97C992 background

This text has white color on #97C992 background.


Related colors

Complementary color

Complementary color for #hex is #68366D.


I love getcolorcode.com

Triadic colors

1 #9297C9 and #C99297 with #97C992 are triadic colors.

2 #92C997 and #C99792 with #97C992 are triadic colors.