COLOR #97C46C

HEX: #97C46C RGB: (151,196,108)

Color info

#97C46C contains mainly red and green colors. Web safe color of #97C46C is #99CC66 (or #9C6).

RGB color model

#97C46C color RGB value is (151,196,108).

RGB: (151,196,108) (59%, 77%, 42%)

RGB channels and saturation

R 151 of 255 = 59%
G 196 of 255 = 77%
B 108 of 255 = 42%

151
196
108

R + G + B ~ 59%. #97C46C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 151 + 196 + 108 = 455 (100%)
R 151 of 455 ~ 33.19%
G 196 of 455 ~ 43.08%
B 108 of 455 ~ 23.74'%

%33.19
%43.08
%23.74

CMYK color model

#97C46C color CMYK value is (23,0,45,23).

  • cyan value is 22.96%
  • magenta value is 0.00%
  • yellow value is 44.90%
  • key color value is 23.14%
CMYK: (23,0,45,23) C23M0Y45K23 (23%,0%,45%,23%) (0.23/0.00/0.45/0.23) 

CMYK percentages

%22.96
%0
%44.9
%23.14

Codes

Color #97C46C in popluar color models

97 C4 6C
RGB 151 196 108
HSL 91° 42.72% 59.61%
HSB/HSV 91° 44.90% 76.86%
CMYK 22.96% 0.00% 44.90%
23.14%

Color #97C46C in popluar number systems.

HEX 97 C4 6C
Decimal 151 196 108
Binary 10010111 11000100 1101100
Octal 227 304 154

Shades and tints

Shades of #97C46C

#97C46C
(151,196,108)
#8AB363
(138,179,99)
#7DA25A
(125,162,90)
#709151
(112,145,81)
#638048
(99,128,72)
#566F3F
(86,111,63)
#495E36
(73,94,54)
#3C4D2D
(60,77,45)
#2F3C24
(47,60,36)
#222B1B
(34,43,27)
#151A12
(21,26,18)
#000000
(0,0,0)

Tints of #97C46C

#97C46C
(151,196,108)
#A0C979
(160,201,121)
#A9CE86
(169,206,134)
#B2D393
(178,211,147)
#BBD8A0
(187,216,160)
#C4DDAD
(196,221,173)
#CDE2BA
(205,226,186)
#D6E7C7
(214,231,199)
#DFECD4
(223,236,212)
#E8F1E1
(232,241,225)
#F1F6EE
(241,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97C46C; }

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

This text font color is #97C46C.

Background Color

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

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

This div background color is #97C46C.

Border color

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

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

This div border color is #97C46C.

Opacity

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

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

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

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

This text has shadow with #97C46C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97C46C.

Preview

Color preview on black background

This text has color #97C46C on black background.


Color preview on white background

This text has color #97C46C on white background.


Black color preview on #97C46C background

This text has black color on #97C46C background.


White color preview on #97C46C background

This text has white color on #97C46C background.


Related colors

Complementary color

Complementary color for #hex is #683B93.


I love getcolorcode.com

Triadic colors

1 #6C97C4 and #C46C97 with #97C46C are triadic colors.

2 #6CC497 and #C4976C with #97C46C are triadic colors.