COLOR #97C776

HEX: #97C776
RGB: (151,199,118)

Color info

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

RGB color model

#97C776 color RGB value is (151,199,118).

  • red value is 151;
  • green value is 199;
  • blue value is 118.
RGB:
(151,199,118)
(59%,78%,46%)

RGB channels and saturation

R 151 of 255 = 59%
G 199 of 255 = 78%
B 118 of 255 = 46%

151
199
118

R + G + B ~ 61%. #97C776 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 199 + 118 = 468 (100%)
R 151 of 468 ~ 32.26%
G 199 of 468 ~ 42.52%
B 118 of 468 ~ 25.21%

%32.26
%42.52
%25.21

CMYK color model

#97C776 color CMYK value is (24,0,41,22).

  • cyan value is 24.12%
  • magenta value is 0.00%
  • yellow value is 40.70%
  • key color value is 21.96%
CMYK:
(24,0,41,22)
C24M0Y41K22 
(24%,0%,41%,22%)
(0.24/0.00/0.41/0.22)	

CMYK percentages

%24.12
%0
%40.7
%21.96

Codes

Color #97C776 in popluar color models

97C776
RGB151199118
HSL96°41.97%62.16%
HSB/HSV96°40.70%78.04%
CMYK24.12%0.00%40.70%
21.96%

Color #97C776 in popluar number systems.

HEX97C776
Decimal151199118
Binary10010111110001111110110
Octal227307166

Shades and tints

Shades of #97C776

#97C776
(151,199,118)
#8AB56C
(138,181,108)
#7DA362
(125,163,98)
#709158
(112,145,88)
#637F4E
(99,127,78)
#566D44
(86,109,68)
#495B3A
(73,91,58)
#3C4930
(60,73,48)
#2F3726
(47,55,38)
#22251C
(34,37,28)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #97C776

#97C776
(151,199,118)
#A0CC82
(160,204,130)
#A9D18E
(169,209,142)
#B2D69A
(178,214,154)
#BBDBA6
(187,219,166)
#C4E0B2
(196,224,178)
#CDE5BE
(205,229,190)
#D6EACA
(214,234,202)
#DFEFD6
(223,239,214)
#E8F4E2
(232,244,226)
#F1F9EE
(241,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97C776; }

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

This text font color is #97C776.


Background Color

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

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

This div background color is #97C776.


Border color

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

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

This div border color is #97C776.


Opacity

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

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

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

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

This text has shadow with #97C776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97C776 on black background.


Color preview on white background

This text has color #97C776 on white background.



Black color preview on #97C776 background

This text has black color on #97C776 background.


White color preview on #97C776 background

This text has white color on #97C776 background.