COLOR #97C79F

HEX: #97C79F RGB: (151,199,159)

Color info

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

RGB color model

#97C79F color RGB value is (151,199,159).

RGB: (151,199,159) (59%, 78%, 62%)

RGB channels and saturation

R 151 of 255 = 59%
G 199 of 255 = 78%
B 159 of 255 = 62%

151
199
159

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

Portions of RGB colors in percentages

R + G + B = 151 + 199 + 159 = 509 (100%)
R 151 of 509 ~ 29.67%
G 199 of 509 ~ 39.1%
B 159 of 509 ~ 31.24'%

%29.67
%39.1
%31.24

CMYK color model

#97C79F color CMYK value is (24,0,20,22).

  • cyan value is 24.12%
  • magenta value is 0.00%
  • yellow value is 20.10%
  • key color value is 21.96%

CMYK: (24,0,20,22)
C24M0Y20K22 (24%, 0%, 20%, 22%)
(0.24 / 0.00 / 0.20 / 0.22)

CMYK percentages

%24.12
%0
%20.1
%21.96

Codes

Color #97C79F in popluar color models

97 C7 9F
RGB 151 199 159
HSL 130° 30.00% 68.63%
HSB/HSV 130° 24.12% 78.04%
CMYK 24.12% 0.00% 20.10%
21.96%

Color #97C79F in popluar number systems.

HEX 97 C7 9F
Decimal 151 199 159
Binary 10010111 11000111 10011111
Octal 227 307 237

Shades and tints

Shades of #97C79F

#97C79F
(151,199,159)
#8AB591
(138,181,145)
#7DA383
(125,163,131)
#709175
(112,145,117)
#637F67
(99,127,103)
#566D59
(86,109,89)
#495B4B
(73,91,75)
#3C493D
(60,73,61)
#2F372F
(47,55,47)
#222521
(34,37,33)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #97C79F

#97C79F
(151,199,159)
#A0CCA7
(160,204,167)
#A9D1AF
(169,209,175)
#B2D6B7
(178,214,183)
#BBDBBF
(187,219,191)
#C4E0C7
(196,224,199)
#CDE5CF
(205,229,207)
#D6EAD7
(214,234,215)
#DFEFDF
(223,239,223)
#E8F4E7
(232,244,231)
#F1F9EF
(241,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97C79F; }

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

This text font color is #97C79F.

Background Color

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

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

This div background color is #97C79F.

Border color

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

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

This div border color is #97C79F.

Opacity

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

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

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

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

This text has shadow with #97C79F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97C79F.

Preview

Color preview on black background

This text has color #97C79F on black background.


Color preview on white background

This text has color #97C79F on white background.


Black color preview on #97C79F background

This text has black color on #97C79F background.


White color preview on #97C79F background

This text has white color on #97C79F background.


Related colors

Complementary color

Complementary color for #hex is #683860.


I love getcolorcode.com

Triadic colors

1 #9F97C7 and #C79F97 with #97C79F are triadic colors.

2 #9FC797 and #C7979F with #97C79F are triadic colors.