COLOR #97C28F

HEX: #97C28F
RGB: (151,194,143)

Color info

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

RGB color model

#97C28F color RGB value is (151,194,143).

  • red value is 151;
  • green value is 194;
  • blue value is 143.
RGB:
(151,194,143)
(59%,76%,56%)

RGB channels and saturation

R 151 of 255 = 59%
G 194 of 255 = 76%
B 143 of 255 = 56%

151
194
143

R + G + B ~ 64%. #97C28F is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 194 + 143 = 488 (100%)
R 151 of 488 ~ 30.94%
G 194 of 488 ~ 39.75%
B 143 of 488 ~ 29.3%

%30.94
%39.75
%29.3

CMYK color model

#97C28F color CMYK value is (22,0,26,24).

  • cyan value is 22.16%
  • magenta value is 0.00%
  • yellow value is 26.29%
  • key color value is 23.92%
CMYK:
(22,0,26,24)
C22M0Y26K24 
(22%,0%,26%,24%)
(0.22/0.00/0.26/0.24)	

CMYK percentages

%22.16
%0
%26.29
%23.92

Codes

Color #97C28F in popluar color models

97C28F
RGB151194143
HSL111°29.48%66.08%
HSB/HSV111°26.29%76.08%
CMYK22.16%0.00%26.29%
23.92%

Color #97C28F in popluar number systems.

HEX97C28F
Decimal151194143
Binary100101111100001010001111
Octal227302217

Shades and tints

Shades of #97C28F

#97C28F
(151,194,143)
#8AB182
(138,177,130)
#7DA075
(125,160,117)
#708F68
(112,143,104)
#637E5B
(99,126,91)
#566D4E
(86,109,78)
#495C41
(73,92,65)
#3C4B34
(60,75,52)
#2F3A27
(47,58,39)
#22291A
(34,41,26)
#15180D
(21,24,13)
#000000
(0,0,0)

Tints of #97C28F

#97C28F
(151,194,143)
#A0C799
(160,199,153)
#A9CCA3
(169,204,163)
#B2D1AD
(178,209,173)
#BBD6B7
(187,214,183)
#C4DBC1
(196,219,193)
#CDE0CB
(205,224,203)
#D6E5D5
(214,229,213)
#DFEADF
(223,234,223)
#E8EFE9
(232,239,233)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97C28F color. Also use rgb(151,194,143) instead hex code.

Text Font Color

.myTextColor { color: #97C28F; }

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

This text font color is #97C28F.


Background Color

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

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

This div background color is #97C28F.


Border color

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

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

This div border color is #97C28F.


Opacity

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

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

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

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

This text has shadow with #97C28F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97C28F on black background.


Color preview on white background

This text has color #97C28F on white background.



Black color preview on #97C28F background

This text has black color on #97C28F background.


White color preview on #97C28F background

This text has white color on #97C28F background.