COLOR #97E2F0

HEX: #97E2F0
RGB: (151,226,240)

Color info

#97E2F0 contains mainly green and blue colors. Web safe color of #97E2F0 is #99CCFF (or #9CF).

RGB color model

#97E2F0 color RGB value is (151,226,240).

  • red value is 151;
  • green value is 226;
  • blue value is 240.
RGB:
(151,226,240)
(59%,89%,94%)

RGB channels and saturation

R 151 of 255 = 59%
G 226 of 255 = 89%
B 240 of 255 = 94%

151
226
240

R + G + B ~ 81%. #97E2F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 226 + 240 = 617 (100%)
R 151 of 617 ~ 24.47%
G 226 of 617 ~ 36.63%
B 240 of 617 ~ 38.9%

%24.47
%36.63
%38.9

CMYK color model

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

  • cyan value is 37.08%
  • magenta value is 5.83%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(37,6,0,6)
C37M6Y0K6 
(37%,6%,0%,6%)
(0.37/0.06/0.00/0.06)	

CMYK percentages

%37.08
%5.83
%0
%5.88

Codes

Color #97E2F0 in popluar color models

97E2F0
RGB151226240
HSL189°74.79%76.67%
HSB/HSV189°37.08%94.12%
CMYK37.08%5.83%0.00%
5.88%

Color #97E2F0 in popluar number systems.

HEX97E2F0
Decimal151226240
Binary100101111110001011110000
Octal227342360

Shades and tints

Shades of #97E2F0

#97E2F0
(151,226,240)
#8ACEDB
(138,206,219)
#7DBAC6
(125,186,198)
#70A6B1
(112,166,177)
#63929C
(99,146,156)
#567E87
(86,126,135)
#496A72
(73,106,114)
#3C565D
(60,86,93)
#2F4248
(47,66,72)
#222E33
(34,46,51)
#151A1E
(21,26,30)
#000000
(0,0,0)

Tints of #97E2F0

#97E2F0
(151,226,240)
#A0E4F1
(160,228,241)
#A9E6F2
(169,230,242)
#B2E8F3
(178,232,243)
#BBEAF4
(187,234,244)
#C4ECF5
(196,236,245)
#CDEEF6
(205,238,246)
#D6F0F7
(214,240,247)
#DFF2F8
(223,242,248)
#E8F4F9
(232,244,249)
#F1F6FA
(241,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97E2F0 color. Also use rgb(151,226,240) instead hex code.

Text Font Color

.myTextColor { color: #97E2F0; }

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

This text font color is #97E2F0.


Background Color

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

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

This div background color is #97E2F0.


Border color

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

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

This div border color is #97E2F0.


Opacity

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

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

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

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

This text has shadow with #97E2F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97E2F0 on black background.


Color preview on white background

This text has color #97E2F0 on white background.



Black color preview on #97E2F0 background

This text has black color on #97E2F0 background.


White color preview on #97E2F0 background

This text has white color on #97E2F0 background.