COLOR #97EFA5

HEX: #97EFA5
RGB: (151,239,165)

Color info

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

RGB color model

#97EFA5 color RGB value is (151,239,165).

  • red value is 151;
  • green value is 239;
  • blue value is 165.
RGB:
(151,239,165)
(59%,94%,65%)

RGB channels and saturation

R 151 of 255 = 59%
G 239 of 255 = 94%
B 165 of 255 = 65%

151
239
165

R + G + B ~ 73%. #97EFA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 239 + 165 = 555 (100%)
R 151 of 555 ~ 27.21%
G 239 of 555 ~ 43.06%
B 165 of 555 ~ 29.73%

%27.21
%43.06
%29.73

CMYK color model

#97EFA5 color CMYK value is (37,0,31,6).

  • cyan value is 36.82%
  • magenta value is 0.00%
  • yellow value is 30.96%
  • key color value is 6.27%
CMYK:
(37,0,31,6)
C37M0Y31K6 
(37%,0%,31%,6%)
(0.37/0.00/0.31/0.06)	

CMYK percentages

%36.82
%0
%30.96
%6.27

Codes

Color #97EFA5 in popluar color models

97EFA5
RGB151239165
HSL130°73.33%76.47%
HSB/HSV130°36.82%93.73%
CMYK36.82%0.00%30.96%
6.27%

Color #97EFA5 in popluar number systems.

HEX97EFA5
Decimal151239165
Binary100101111110111110100101
Octal227357245

Shades and tints

Shades of #97EFA5

#97EFA5
(151,239,165)
#8ADA96
(138,218,150)
#7DC587
(125,197,135)
#70B078
(112,176,120)
#639B69
(99,155,105)
#56865A
(86,134,90)
#49714B
(73,113,75)
#3C5C3C
(60,92,60)
#2F472D
(47,71,45)
#22321E
(34,50,30)
#151D0F
(21,29,15)
#000000
(0,0,0)

Tints of #97EFA5

#97EFA5
(151,239,165)
#A0F0AD
(160,240,173)
#A9F1B5
(169,241,181)
#B2F2BD
(178,242,189)
#BBF3C5
(187,243,197)
#C4F4CD
(196,244,205)
#CDF5D5
(205,245,213)
#D6F6DD
(214,246,221)
#DFF7E5
(223,247,229)
#E8F8ED
(232,248,237)
#F1F9F5
(241,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97EFA5 color. Also use rgb(151,239,165) instead hex code.

Text Font Color

.myTextColor { color: #97EFA5; }

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

This text font color is #97EFA5.


Background Color

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

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

This div background color is #97EFA5.


Border color

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

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

This div border color is #97EFA5.


Opacity

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

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

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

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

This text has shadow with #97EFA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97EFA5 on black background.


Color preview on white background

This text has color #97EFA5 on white background.



Black color preview on #97EFA5 background

This text has black color on #97EFA5 background.


White color preview on #97EFA5 background

This text has white color on #97EFA5 background.