COLOR #97D39D

HEX: #97D39D
RGB: (151,211,157)

Color info

#97D39D contains mainly green and blue colors. Web safe color of #97D39D is #99CC99 (or #9C9).

RGB color model

#97D39D color RGB value is (151,211,157).

  • red value is 151;
  • green value is 211;
  • blue value is 157.
RGB:
(151,211,157)
(59%,83%,62%)

RGB channels and saturation

R 151 of 255 = 59%
G 211 of 255 = 83%
B 157 of 255 = 62%

151
211
157

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

Portions of RGB colors in percentages

R + G + B =
151 + 211 + 157 = 519 (100%)
R 151 of 519 ~ 29.09%
G 211 of 519 ~ 40.66%
B 157 of 519 ~ 30.25%

%29.09
%40.66
%30.25

CMYK color model

#97D39D color CMYK value is (28,0,26,17).

  • cyan value is 28.44%
  • magenta value is 0.00%
  • yellow value is 25.59%
  • key color value is 17.25%
CMYK:
(28,0,26,17)
C28M0Y26K17 
(28%,0%,26%,17%)
(0.28/0.00/0.26/0.17)	

CMYK percentages

%28.44
%0
%25.59
%17.25

Codes

Color #97D39D in popluar color models

97D39D
RGB151211157
HSL126°40.54%70.98%
HSB/HSV126°28.44%82.75%
CMYK28.44%0.00%25.59%
17.25%

Color #97D39D in popluar number systems.

HEX97D39D
Decimal151211157
Binary100101111101001110011101
Octal227323235

Shades and tints

Shades of #97D39D

#97D39D
(151,211,157)
#8AC08F
(138,192,143)
#7DAD81
(125,173,129)
#709A73
(112,154,115)
#638765
(99,135,101)
#567457
(86,116,87)
#496149
(73,97,73)
#3C4E3B
(60,78,59)
#2F3B2D
(47,59,45)
#22281F
(34,40,31)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #97D39D

#97D39D
(151,211,157)
#A0D7A5
(160,215,165)
#A9DBAD
(169,219,173)
#B2DFB5
(178,223,181)
#BBE3BD
(187,227,189)
#C4E7C5
(196,231,197)
#CDEBCD
(205,235,205)
#D6EFD5
(214,239,213)
#DFF3DD
(223,243,221)
#E8F7E5
(232,247,229)
#F1FBED
(241,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97D39D color. Also use rgb(151,211,157) instead hex code.

Text Font Color

.myTextColor { color: #97D39D; }

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

This text font color is #97D39D.


Background Color

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

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

This div background color is #97D39D.


Border color

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

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

This div border color is #97D39D.


Opacity

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

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

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

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

This text has shadow with #97D39D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97D39D on black background.


Color preview on white background

This text has color #97D39D on white background.



Black color preview on #97D39D background

This text has black color on #97D39D background.


White color preview on #97D39D background

This text has white color on #97D39D background.