COLOR #97C493

HEX: #97C493 RGB: (151,196,147)

Color info

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

RGB color model

#97C493 color RGB value is (151,196,147).

RGB: (151,196,147) (59%, 77%, 58%)

RGB channels and saturation

R 151 of 255 = 59%
G 196 of 255 = 77%
B 147 of 255 = 58%

151
196
147

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

Portions of RGB colors in percentages

R + G + B = 151 + 196 + 147 = 494 (100%)
R 151 of 494 ~ 30.57%
G 196 of 494 ~ 39.68%
B 147 of 494 ~ 29.76'%

%30.57
%39.68
%29.76

CMYK color model

#97C493 color CMYK value is (23,0,25,23).

  • cyan value is 22.96%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 23.14%

CMYK: (23,0,25,23)
C23M0Y25K23 (23%, 0%, 25%, 23%)
(0.23 / 0.00 / 0.25 / 0.23)

CMYK percentages

%22.96
%0
%25
%23.14

Codes

Color #97C493 in popluar color models

97 C4 93
RGB 151 196 147
HSL 115° 29.34% 67.25%
HSB/HSV 115° 25.00% 76.86%
CMYK 22.96% 0.00% 25.00%
23.14%

Color #97C493 in popluar number systems.

HEX 97 C4 93
Decimal 151 196 147
Binary 10010111 11000100 10010011
Octal 227 304 223

Shades and tints

Shades of #97C493

#97C493
(151,196,147)
#8AB386
(138,179,134)
#7DA279
(125,162,121)
#70916C
(112,145,108)
#63805F
(99,128,95)
#566F52
(86,111,82)
#495E45
(73,94,69)
#3C4D38
(60,77,56)
#2F3C2B
(47,60,43)
#222B1E
(34,43,30)
#151A11
(21,26,17)
#000000
(0,0,0)

Tints of #97C493

#97C493
(151,196,147)
#A0C99C
(160,201,156)
#A9CEA5
(169,206,165)
#B2D3AE
(178,211,174)
#BBD8B7
(187,216,183)
#C4DDC0
(196,221,192)
#CDE2C9
(205,226,201)
#D6E7D2
(214,231,210)
#DFECDB
(223,236,219)
#E8F1E4
(232,241,228)
#F1F6ED
(241,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97C493; }

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

This text font color is #97C493.

Background Color

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

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

This div background color is #97C493.

Border color

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

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

This div border color is #97C493.

Opacity

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

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

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

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

This text has shadow with #97C493 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97C493.

Preview

Color preview on black background

This text has color #97C493 on black background.


Color preview on white background

This text has color #97C493 on white background.


Black color preview on #97C493 background

This text has black color on #97C493 background.


White color preview on #97C493 background

This text has white color on #97C493 background.


Related colors

Complementary color

Complementary color for #hex is #683B6C.


I love getcolorcode.com

Triadic colors

1 #9397C4 and #C49397 with #97C493 are triadic colors.

2 #93C497 and #C49793 with #97C493 are triadic colors.