COLOR #97E7A7

HEX: #97E7A7
RGB: (151,231,167)

Color info

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

RGB color model

#97E7A7 color RGB value is (151,231,167).

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

RGB channels and saturation

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

151
231
167

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

Portions of RGB colors in percentages

R + G + B =
151 + 231 + 167 = 549 (100%)
R 151 of 549 ~ 27.5%
G 231 of 549 ~ 42.08%
B 167 of 549 ~ 30.42%

%27.5
%42.08
%30.42

CMYK color model

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

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

CMYK percentages

%34.63
%0
%27.71
%9.41

Codes

Color #97E7A7 in popluar color models

97E7A7
RGB151231167
HSL132°62.50%74.90%
HSB/HSV132°34.63%90.59%
CMYK34.63%0.00%27.71%
9.41%

Color #97E7A7 in popluar number systems.

HEX97E7A7
Decimal151231167
Binary100101111110011110100111
Octal227347247

Shades and tints

Shades of #97E7A7

#97E7A7
(151,231,167)
#8AD298
(138,210,152)
#7DBD89
(125,189,137)
#70A87A
(112,168,122)
#63936B
(99,147,107)
#567E5C
(86,126,92)
#49694D
(73,105,77)
#3C543E
(60,84,62)
#2F3F2F
(47,63,47)
#222A20
(34,42,32)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #97E7A7

#97E7A7
(151,231,167)
#A0E9AF
(160,233,175)
#A9EBB7
(169,235,183)
#B2EDBF
(178,237,191)
#BBEFC7
(187,239,199)
#C4F1CF
(196,241,207)
#CDF3D7
(205,243,215)
#D6F5DF
(214,245,223)
#DFF7E7
(223,247,231)
#E8F9EF
(232,249,239)
#F1FBF7
(241,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97E7A7; }

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

This text font color is #97E7A7.


Background Color

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

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

This div background color is #97E7A7.


Border color

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

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

This div border color is #97E7A7.


Opacity

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

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

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

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

This text has shadow with #97E7A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97E7A7 on black background.


Color preview on white background

This text has color #97E7A7 on white background.



Black color preview on #97E7A7 background

This text has black color on #97E7A7 background.


White color preview on #97E7A7 background

This text has white color on #97E7A7 background.