COLOR #97E69D

HEX: #97E69D
RGB: (151,230,157)

Color info

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

RGB color model

#97E69D color RGB value is (151,230,157).

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

RGB channels and saturation

R 151 of 255 = 59%
G 230 of 255 = 90%
B 157 of 255 = 62%

151
230
157

R + G + B ~ 70%. #97E69D is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 230 + 157 = 538 (100%)
R 151 of 538 ~ 28.07%
G 230 of 538 ~ 42.75%
B 157 of 538 ~ 29.18%

%28.07
%42.75
%29.18

CMYK color model

#97E69D color CMYK value is (34,0,32,10).

  • cyan value is 34.35%
  • magenta value is 0.00%
  • yellow value is 31.74%
  • key color value is 9.80%
CMYK:
(34,0,32,10)
C34M0Y32K10 
(34%,0%,32%,10%)
(0.34/0.00/0.32/0.10)	

CMYK percentages

%34.35
%0
%31.74
%9.8

Codes

Color #97E69D in popluar color models

97E69D
RGB151230157
HSL125°61.24%74.71%
HSB/HSV125°34.35%90.20%
CMYK34.35%0.00%31.74%
9.80%

Color #97E69D in popluar number systems.

HEX97E69D
Decimal151230157
Binary100101111110011010011101
Octal227346235

Shades and tints

Shades of #97E69D

#97E69D
(151,230,157)
#8AD28F
(138,210,143)
#7DBE81
(125,190,129)
#70AA73
(112,170,115)
#639665
(99,150,101)
#568257
(86,130,87)
#496E49
(73,110,73)
#3C5A3B
(60,90,59)
#2F462D
(47,70,45)
#22321F
(34,50,31)
#151E11
(21,30,17)
#000000
(0,0,0)

Tints of #97E69D

#97E69D
(151,230,157)
#A0E8A5
(160,232,165)
#A9EAAD
(169,234,173)
#B2ECB5
(178,236,181)
#BBEEBD
(187,238,189)
#C4F0C5
(196,240,197)
#CDF2CD
(205,242,205)
#D6F4D5
(214,244,213)
#DFF6DD
(223,246,221)
#E8F8E5
(232,248,229)
#F1FAED
(241,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97E69D; }

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

This text font color is #97E69D.


Background Color

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

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

This div background color is #97E69D.


Border color

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

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

This div border color is #97E69D.


Opacity

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

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

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

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

This text has shadow with #97E69D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97E69D on black background.


Color preview on white background

This text has color #97E69D on white background.



Black color preview on #97E69D background

This text has black color on #97E69D background.


White color preview on #97E69D background

This text has white color on #97E69D background.