COLOR #97DA89

HEX: #97DA89
RGB: (151,218,137)

Color info

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

RGB color model

#97DA89 color RGB value is (151,218,137).

  • red value is 151;
  • green value is 218;
  • blue value is 137.
RGB:
(151,218,137)
(59%,85%,54%)

RGB channels and saturation

R 151 of 255 = 59%
G 218 of 255 = 85%
B 137 of 255 = 54%

151
218
137

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

Portions of RGB colors in percentages

R + G + B =
151 + 218 + 137 = 506 (100%)
R 151 of 506 ~ 29.84%
G 218 of 506 ~ 43.08%
B 137 of 506 ~ 27.08%

%29.84
%43.08
%27.08

CMYK color model

#97DA89 color CMYK value is (31,0,37,15).

  • cyan value is 30.73%
  • magenta value is 0.00%
  • yellow value is 37.16%
  • key color value is 14.51%
CMYK:
(31,0,37,15)
C31M0Y37K15 
(31%,0%,37%,15%)
(0.31/0.00/0.37/0.15)	

CMYK percentages

%30.73
%0
%37.16
%14.51

Codes

Color #97DA89 in popluar color models

97DA89
RGB151218137
HSL110°52.26%69.61%
HSB/HSV110°37.16%85.49%
CMYK30.73%0.00%37.16%
14.51%

Color #97DA89 in popluar number systems.

HEX97DA89
Decimal151218137
Binary100101111101101010001001
Octal227332211

Shades and tints

Shades of #97DA89

#97DA89
(151,218,137)
#8AC77D
(138,199,125)
#7DB471
(125,180,113)
#70A165
(112,161,101)
#638E59
(99,142,89)
#567B4D
(86,123,77)
#496841
(73,104,65)
#3C5535
(60,85,53)
#2F4229
(47,66,41)
#222F1D
(34,47,29)
#151C11
(21,28,17)
#000000
(0,0,0)

Tints of #97DA89

#97DA89
(151,218,137)
#A0DD93
(160,221,147)
#A9E09D
(169,224,157)
#B2E3A7
(178,227,167)
#BBE6B1
(187,230,177)
#C4E9BB
(196,233,187)
#CDECC5
(205,236,197)
#D6EFCF
(214,239,207)
#DFF2D9
(223,242,217)
#E8F5E3
(232,245,227)
#F1F8ED
(241,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97DA89 color. Also use rgb(151,218,137) instead hex code.

Text Font Color

.myTextColor { color: #97DA89; }

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

This text font color is #97DA89.


Background Color

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

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

This div background color is #97DA89.


Border color

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

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

This div border color is #97DA89.


Opacity

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

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

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

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

This text has shadow with #97DA89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97DA89 on black background.


Color preview on white background

This text has color #97DA89 on white background.



Black color preview on #97DA89 background

This text has black color on #97DA89 background.


White color preview on #97DA89 background

This text has white color on #97DA89 background.