COLOR #97CC94

HEX: #97CC94
RGB: (151,204,148)

Color info

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

RGB color model

#97CC94 color RGB value is (151,204,148).

  • red value is 151;
  • green value is 204;
  • blue value is 148.
RGB:
(151,204,148)
(59%,80%,58%)

RGB channels and saturation

R 151 of 255 = 59%
G 204 of 255 = 80%
B 148 of 255 = 58%

151
204
148

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

Portions of RGB colors in percentages

R + G + B =
151 + 204 + 148 = 503 (100%)
R 151 of 503 ~ 30.02%
G 204 of 503 ~ 40.56%
B 148 of 503 ~ 29.42%

%30.02
%40.56
%29.42

CMYK color model

#97CC94 color CMYK value is (26,0,27,20).

  • cyan value is 25.98%
  • magenta value is 0.00%
  • yellow value is 27.45%
  • key color value is 20.00%
CMYK:
(26,0,27,20)
C26M0Y27K20 
(26%,0%,27%,20%)
(0.26/0.00/0.27/0.20)	

CMYK percentages

%25.98
%0
%27.45
%20

Codes

Color #97CC94 in popluar color models

97CC94
RGB151204148
HSL117°35.44%69.02%
HSB/HSV117°27.45%80.00%
CMYK25.98%0.00%27.45%
20.00%

Color #97CC94 in popluar number systems.

HEX97CC94
Decimal151204148
Binary100101111100110010010100
Octal227314224

Shades and tints

Shades of #97CC94

#97CC94
(151,204,148)
#8ABA87
(138,186,135)
#7DA87A
(125,168,122)
#70966D
(112,150,109)
#638460
(99,132,96)
#567253
(86,114,83)
#496046
(73,96,70)
#3C4E39
(60,78,57)
#2F3C2C
(47,60,44)
#222A1F
(34,42,31)
#151812
(21,24,18)
#000000
(0,0,0)

Tints of #97CC94

#97CC94
(151,204,148)
#A0D09D
(160,208,157)
#A9D4A6
(169,212,166)
#B2D8AF
(178,216,175)
#BBDCB8
(187,220,184)
#C4E0C1
(196,224,193)
#CDE4CA
(205,228,202)
#D6E8D3
(214,232,211)
#DFECDC
(223,236,220)
#E8F0E5
(232,240,229)
#F1F4EE
(241,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97CC94 color. Also use rgb(151,204,148) instead hex code.

Text Font Color

.myTextColor { color: #97CC94; }

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

This text font color is #97CC94.


Background Color

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

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

This div background color is #97CC94.


Border color

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

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

This div border color is #97CC94.


Opacity

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

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

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

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

This text has shadow with #97CC94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97CC94 on black background.


Color preview on white background

This text has color #97CC94 on white background.



Black color preview on #97CC94 background

This text has black color on #97CC94 background.


White color preview on #97CC94 background

This text has white color on #97CC94 background.