COLOR #97E8A7

HEX: #97E8A7
RGB: (151,232,167)

Color info

#97E8A7 contains mainly green color. Web safe color of #97E8A7 is #99FF99 (or #9F9).

RGB color model

#97E8A7 color RGB value is (151,232,167).

  • red value is 151;
  • green value is 232;
  • blue value is 167.
RGB:
(151,232,167)
(59%,91%,65%)

RGB channels and saturation

R 151 of 255 = 59%
G 232 of 255 = 91%
B 167 of 255 = 65%

151
232
167

R + G + B ~ 72%. #97E8A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 232 + 167 = 550 (100%)
R 151 of 550 ~ 27.45%
G 232 of 550 ~ 42.18%
B 167 of 550 ~ 30.36%

%27.45
%42.18
%30.36

CMYK color model

#97E8A7 color CMYK value is (35,0,28,9).

  • cyan value is 34.91%
  • magenta value is 0.00%
  • yellow value is 28.02%
  • key color value is 9.02%
CMYK:
(35,0,28,9)
C35M0Y28K9 
(35%,0%,28%,9%)
(0.35/0.00/0.28/0.09)	

CMYK percentages

%34.91
%0
%28.02
%9.02

Codes

Color #97E8A7 in popluar color models

97E8A7
RGB151232167
HSL132°63.78%75.10%
HSB/HSV132°34.91%90.98%
CMYK34.91%0.00%28.02%
9.02%

Color #97E8A7 in popluar number systems.

HEX97E8A7
Decimal151232167
Binary100101111110100010100111
Octal227350247

Shades and tints

Shades of #97E8A7

#97E8A7
(151,232,167)
#8AD398
(138,211,152)
#7DBE89
(125,190,137)
#70A97A
(112,169,122)
#63946B
(99,148,107)
#567F5C
(86,127,92)
#496A4D
(73,106,77)
#3C553E
(60,85,62)
#2F402F
(47,64,47)
#222B20
(34,43,32)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #97E8A7

#97E8A7
(151,232,167)
#A0EAAF
(160,234,175)
#A9ECB7
(169,236,183)
#B2EEBF
(178,238,191)
#BBF0C7
(187,240,199)
#C4F2CF
(196,242,207)
#CDF4D7
(205,244,215)
#D6F6DF
(214,246,223)
#DFF8E7
(223,248,231)
#E8FAEF
(232,250,239)
#F1FCF7
(241,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97E8A7 color. Also use rgb(151,232,167) instead hex code.

Text Font Color

.myTextColor { color: #97E8A7; }

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

This text font color is #97E8A7.


Background Color

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

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

This div background color is #97E8A7.


Border color

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

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

This div border color is #97E8A7.


Opacity

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

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

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

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

This text has shadow with #97E8A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97E8A7 on black background.


Color preview on white background

This text has color #97E8A7 on white background.



Black color preview on #97E8A7 background

This text has black color on #97E8A7 background.


White color preview on #97E8A7 background

This text has white color on #97E8A7 background.