COLOR #97E38F

HEX: #97E38F
RGB: (151,227,143)

Color info

#97E38F contains mainly green color. Web safe color of #97E38F is #99CC99 (or #9C9).

RGB color model

#97E38F color RGB value is (151,227,143).

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

RGB channels and saturation

R 151 of 255 = 59%
G 227 of 255 = 89%
B 143 of 255 = 56%

151
227
143

R + G + B ~ 68%. #97E38F is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 227 + 143 = 521 (100%)
R 151 of 521 ~ 28.98%
G 227 of 521 ~ 43.57%
B 143 of 521 ~ 27.45%

%28.98
%43.57
%27.45

CMYK color model

#97E38F color CMYK value is (33,0,37,11).

  • cyan value is 33.48%
  • magenta value is 0.00%
  • yellow value is 37.00%
  • key color value is 10.98%
CMYK:
(33,0,37,11)
C33M0Y37K11 
(33%,0%,37%,11%)
(0.33/0.00/0.37/0.11)	

CMYK percentages

%33.48
%0
%37
%10.98

Codes

Color #97E38F in popluar color models

97E38F
RGB151227143
HSL114°60.00%72.55%
HSB/HSV114°37.00%89.02%
CMYK33.48%0.00%37.00%
10.98%

Color #97E38F in popluar number systems.

HEX97E38F
Decimal151227143
Binary100101111110001110001111
Octal227343217

Shades and tints

Shades of #97E38F

#97E38F
(151,227,143)
#8ACF82
(138,207,130)
#7DBB75
(125,187,117)
#70A768
(112,167,104)
#63935B
(99,147,91)
#567F4E
(86,127,78)
#496B41
(73,107,65)
#3C5734
(60,87,52)
#2F4327
(47,67,39)
#222F1A
(34,47,26)
#151B0D
(21,27,13)
#000000
(0,0,0)

Tints of #97E38F

#97E38F
(151,227,143)
#A0E599
(160,229,153)
#A9E7A3
(169,231,163)
#B2E9AD
(178,233,173)
#BBEBB7
(187,235,183)
#C4EDC1
(196,237,193)
#CDEFCB
(205,239,203)
#D6F1D5
(214,241,213)
#DFF3DF
(223,243,223)
#E8F5E9
(232,245,233)
#F1F7F3
(241,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97E38F; }

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

This text font color is #97E38F.


Background Color

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

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

This div background color is #97E38F.


Border color

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

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

This div border color is #97E38F.


Opacity

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

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

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

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

This text has shadow with #97E38F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97E38F on black background.


Color preview on white background

This text has color #97E38F on white background.



Black color preview on #97E38F background

This text has black color on #97E38F background.


White color preview on #97E38F background

This text has white color on #97E38F background.