COLOR #97EFC9

HEX: #97EFC9
RGB: (151,239,201)

Color info

#97EFC9 contains mainly green and blue colors. Web safe color of #97EFC9 is #99FFCC (or #9FC).

RGB color model

#97EFC9 color RGB value is (151,239,201).

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

RGB channels and saturation

R 151 of 255 = 59%
G 239 of 255 = 94%
B 201 of 255 = 79%

151
239
201

R + G + B ~ 77%. #97EFC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 239 + 201 = 591 (100%)
R 151 of 591 ~ 25.55%
G 239 of 591 ~ 40.44%
B 201 of 591 ~ 34.01%

%25.55
%40.44
%34.01

CMYK color model

#97EFC9 color CMYK value is (37,0,16,6).

  • cyan value is 36.82%
  • magenta value is 0.00%
  • yellow value is 15.90%
  • key color value is 6.27%
CMYK:
(37,0,16,6)
C37M0Y16K6 
(37%,0%,16%,6%)
(0.37/0.00/0.16/0.06)	

CMYK percentages

%36.82
%0
%15.9
%6.27

Codes

Color #97EFC9 in popluar color models

97EFC9
RGB151239201
HSL154°73.33%76.47%
HSB/HSV154°36.82%93.73%
CMYK36.82%0.00%15.90%
6.27%

Color #97EFC9 in popluar number systems.

HEX97EFC9
Decimal151239201
Binary100101111110111111001001
Octal227357311

Shades and tints

Shades of #97EFC9

#97EFC9
(151,239,201)
#8ADAB7
(138,218,183)
#7DC5A5
(125,197,165)
#70B093
(112,176,147)
#639B81
(99,155,129)
#56866F
(86,134,111)
#49715D
(73,113,93)
#3C5C4B
(60,92,75)
#2F4739
(47,71,57)
#223227
(34,50,39)
#151D15
(21,29,21)
#000000
(0,0,0)

Tints of #97EFC9

#97EFC9
(151,239,201)
#A0F0CD
(160,240,205)
#A9F1D1
(169,241,209)
#B2F2D5
(178,242,213)
#BBF3D9
(187,243,217)
#C4F4DD
(196,244,221)
#CDF5E1
(205,245,225)
#D6F6E5
(214,246,229)
#DFF7E9
(223,247,233)
#E8F8ED
(232,248,237)
#F1F9F1
(241,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97EFC9; }

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

This text font color is #97EFC9.


Background Color

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

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

This div background color is #97EFC9.


Border color

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

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

This div border color is #97EFC9.


Opacity

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

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

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

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

This text has shadow with #97EFC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97EFC9 on black background.


Color preview on white background

This text has color #97EFC9 on white background.



Black color preview on #97EFC9 background

This text has black color on #97EFC9 background.


White color preview on #97EFC9 background

This text has white color on #97EFC9 background.