COLOR #97C49F

HEX: #97C49F
RGB: (151,196,159)

Color info

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

RGB color model

#97C49F color RGB value is (151,196,159).

  • red value is 151;
  • green value is 196;
  • blue value is 159.
RGB:
(151,196,159)
(59%,77%,62%)

RGB channels and saturation

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

151
196
159

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

Portions of RGB colors in percentages

R + G + B =
151 + 196 + 159 = 506 (100%)
R 151 of 506 ~ 29.84%
G 196 of 506 ~ 38.74%
B 159 of 506 ~ 31.42%

%29.84
%38.74
%31.42

CMYK color model

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

  • cyan value is 22.96%
  • magenta value is 0.00%
  • yellow value is 18.88%
  • key color value is 23.14%
CMYK:
(23,0,19,23)
C23M0Y19K23 
(23%,0%,19%,23%)
(0.23/0.00/0.19/0.23)	

CMYK percentages

%22.96
%0
%18.88
%23.14

Codes

Color #97C49F in popluar color models

97C49F
RGB151196159
HSL131°27.61%68.04%
HSB/HSV131°22.96%76.86%
CMYK22.96%0.00%18.88%
23.14%

Color #97C49F in popluar number systems.

HEX97C49F
Decimal151196159
Binary100101111100010010011111
Octal227304237

Shades and tints

Shades of #97C49F

#97C49F
(151,196,159)
#8AB391
(138,179,145)
#7DA283
(125,162,131)
#709175
(112,145,117)
#638067
(99,128,103)
#566F59
(86,111,89)
#495E4B
(73,94,75)
#3C4D3D
(60,77,61)
#2F3C2F
(47,60,47)
#222B21
(34,43,33)
#151A13
(21,26,19)
#000000
(0,0,0)

Tints of #97C49F

#97C49F
(151,196,159)
#A0C9A7
(160,201,167)
#A9CEAF
(169,206,175)
#B2D3B7
(178,211,183)
#BBD8BF
(187,216,191)
#C4DDC7
(196,221,199)
#CDE2CF
(205,226,207)
#D6E7D7
(214,231,215)
#DFECDF
(223,236,223)
#E8F1E7
(232,241,231)
#F1F6EF
(241,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97C49F; }

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

This text font color is #97C49F.


Background Color

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

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

This div background color is #97C49F.


Border color

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

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

This div border color is #97C49F.


Opacity

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

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

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

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

This text has shadow with #97C49F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97C49F on black background.


Color preview on white background

This text has color #97C49F on white background.



Black color preview on #97C49F background

This text has black color on #97C49F background.


White color preview on #97C49F background

This text has white color on #97C49F background.