COLOR #97C080

HEX: #97C080
RGB: (151,192,128)

Color info

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

RGB color model

#97C080 color RGB value is (151,192,128).

  • red value is 151;
  • green value is 192;
  • blue value is 128.
RGB:
(151,192,128)
(59%,75%,50%)

RGB channels and saturation

R 151 of 255 = 59%
G 192 of 255 = 75%
B 128 of 255 = 50%

151
192
128

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

Portions of RGB colors in percentages

R + G + B =
151 + 192 + 128 = 471 (100%)
R 151 of 471 ~ 32.06%
G 192 of 471 ~ 40.76%
B 128 of 471 ~ 27.18%

%32.06
%40.76
%27.18

CMYK color model

#97C080 color CMYK value is (21,0,33,25).

  • cyan value is 21.35%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 24.71%
CMYK:
(21,0,33,25)
C21M0Y33K25 
(21%,0%,33%,25%)
(0.21/0.00/0.33/0.25)	

CMYK percentages

%21.35
%0
%33.33
%24.71

Codes

Color #97C080 in popluar color models

97C080
RGB151192128
HSL98°33.68%62.75%
HSB/HSV98°33.33%75.29%
CMYK21.35%0.00%33.33%
24.71%

Color #97C080 in popluar number systems.

HEX97C080
Decimal151192128
Binary100101111100000010000000
Octal227300200

Shades and tints

Shades of #97C080

#97C080
(151,192,128)
#8AAF75
(138,175,117)
#7D9E6A
(125,158,106)
#708D5F
(112,141,95)
#637C54
(99,124,84)
#566B49
(86,107,73)
#495A3E
(73,90,62)
#3C4933
(60,73,51)
#2F3828
(47,56,40)
#22271D
(34,39,29)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #97C080

#97C080
(151,192,128)
#A0C58B
(160,197,139)
#A9CA96
(169,202,150)
#B2CFA1
(178,207,161)
#BBD4AC
(187,212,172)
#C4D9B7
(196,217,183)
#CDDEC2
(205,222,194)
#D6E3CD
(214,227,205)
#DFE8D8
(223,232,216)
#E8EDE3
(232,237,227)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97C080 color. Also use rgb(151,192,128) instead hex code.

Text Font Color

.myTextColor { color: #97C080; }

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

This text font color is #97C080.


Background Color

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

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

This div background color is #97C080.


Border color

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

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

This div border color is #97C080.


Opacity

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

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

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

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

This text has shadow with #97C080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97C080 on black background.


Color preview on white background

This text has color #97C080 on white background.



Black color preview on #97C080 background

This text has black color on #97C080 background.


White color preview on #97C080 background

This text has white color on #97C080 background.