COLOR #97C59F

HEX: #97C59F RGB: (151,197,159)

Color info

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

RGB color model

#97C59F color RGB value is (151,197,159).

RGB: (151,197,159) (59%, 77%, 62%)

RGB channels and saturation

R 151 of 255 = 59%
G 197 of 255 = 77%
B 159 of 255 = 62%

151
197
159

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

Portions of RGB colors in percentages

R + G + B = 151 + 197 + 159 = 507 (100%)
R 151 of 507 ~ 29.78%
G 197 of 507 ~ 38.86%
B 159 of 507 ~ 31.36'%

%29.78
%38.86
%31.36

CMYK color model

#97C59F color CMYK value is (23,0,19,23).

  • cyan value is 23.35%
  • magenta value is 0.00%
  • yellow value is 19.29%
  • key color value is 22.75%

CMYK: (23,0,19,23)
C23M0Y19K23 (23%, 0%, 19%, 23%)
(0.23 / 0.00 / 0.19 / 0.23)

CMYK percentages

%23.35
%0
%19.29
%22.75

Codes

Color #97C59F in popluar color models

97 C5 9F
RGB 151 197 159
HSL 130° 28.40% 68.24%
HSB/HSV 130° 23.35% 77.25%
CMYK 23.35% 0.00% 19.29%
22.75%

Color #97C59F in popluar number systems.

HEX 97 C5 9F
Decimal 151 197 159
Binary 10010111 11000101 10011111
Octal 227 305 237

Shades and tints

Shades of #97C59F

#97C59F
(151,197,159)
#8AB491
(138,180,145)
#7DA383
(125,163,131)
#709275
(112,146,117)
#638167
(99,129,103)
#567059
(86,112,89)
#495F4B
(73,95,75)
#3C4E3D
(60,78,61)
#2F3D2F
(47,61,47)
#222C21
(34,44,33)
#151B13
(21,27,19)
#000000
(0,0,0)

Tints of #97C59F

#97C59F
(151,197,159)
#A0CAA7
(160,202,167)
#A9CFAF
(169,207,175)
#B2D4B7
(178,212,183)
#BBD9BF
(187,217,191)
#C4DEC7
(196,222,199)
#CDE3CF
(205,227,207)
#D6E8D7
(214,232,215)
#DFEDDF
(223,237,223)
#E8F2E7
(232,242,231)
#F1F7EF
(241,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97C59F; }

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

This text font color is #97C59F.

Background Color

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

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

This div background color is #97C59F.

Border color

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

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

This div border color is #97C59F.

Opacity

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

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

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

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

This text has shadow with #97C59F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97C59F.

Preview

Color preview on black background

This text has color #97C59F on black background.


Color preview on white background

This text has color #97C59F on white background.


Black color preview on #97C59F background

This text has black color on #97C59F background.


White color preview on #97C59F background

This text has white color on #97C59F background.


Related colors

Complementary color

Complementary color for #hex is #683A60.


I love getcolorcode.com

Triadic colors

1 #9F97C5 and #C59F97 with #97C59F are triadic colors.

2 #9FC597 and #C5979F with #97C59F are triadic colors.