COLOR #97E6F9

HEX: #97E6F9
RGB: (151,230,249)

Color info

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

RGB color model

#97E6F9 color RGB value is (151,230,249).

  • red value is 151;
  • green value is 230;
  • blue value is 249.
RGB:
(151,230,249)
(59%,90%,98%)

RGB channels and saturation

R 151 of 255 = 59%
G 230 of 255 = 90%
B 249 of 255 = 98%

151
230
249

R + G + B ~ 82%. #97E6F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 230 + 249 = 630 (100%)
R 151 of 630 ~ 23.97%
G 230 of 630 ~ 36.51%
B 249 of 630 ~ 39.52%

%23.97
%36.51
%39.52

CMYK color model

#97E6F9 color CMYK value is (39,8,0,2).

  • cyan value is 39.36%
  • magenta value is 7.63%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(39,8,0,2)
C39M8Y0K2 
(39%,8%,0%,2%)
(0.39/0.08/0.00/0.02)	

CMYK percentages

%39.36
%7.63
%0
%2.35

Codes

Color #97E6F9 in popluar color models

97E6F9
RGB151230249
HSL192°89.09%78.43%
HSB/HSV192°39.36%97.65%
CMYK39.36%7.63%0.00%
2.35%

Color #97E6F9 in popluar number systems.

HEX97E6F9
Decimal151230249
Binary100101111110011011111001
Octal227346371

Shades and tints

Shades of #97E6F9

#97E6F9
(151,230,249)
#8AD2E3
(138,210,227)
#7DBECD
(125,190,205)
#70AAB7
(112,170,183)
#6396A1
(99,150,161)
#56828B
(86,130,139)
#496E75
(73,110,117)
#3C5A5F
(60,90,95)
#2F4649
(47,70,73)
#223233
(34,50,51)
#151E1D
(21,30,29)
#000000
(0,0,0)

Tints of #97E6F9

#97E6F9
(151,230,249)
#A0E8F9
(160,232,249)
#A9EAF9
(169,234,249)
#B2ECF9
(178,236,249)
#BBEEF9
(187,238,249)
#C4F0F9
(196,240,249)
#CDF2F9
(205,242,249)
#D6F4F9
(214,244,249)
#DFF6F9
(223,246,249)
#E8F8F9
(232,248,249)
#F1FAF9
(241,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97E6F9 color. Also use rgb(151,230,249) instead hex code.

Text Font Color

.myTextColor { color: #97E6F9; }

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

This text font color is #97E6F9.


Background Color

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

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

This div background color is #97E6F9.


Border color

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

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

This div border color is #97E6F9.


Opacity

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

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

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

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

This text has shadow with #97E6F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97E6F9 on black background.


Color preview on white background

This text has color #97E6F9 on white background.



Black color preview on #97E6F9 background

This text has black color on #97E6F9 background.


White color preview on #97E6F9 background

This text has white color on #97E6F9 background.