COLOR #97E6F1

HEX: #97E6F1 RGB: (151,230,241)

Color info

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

RGB color model

#97E6F1 color RGB value is (151,230,241).

RGB: (151,230,241) (59%, 90%, 95%)

RGB channels and saturation

R 151 of 255 = 59%
G 230 of 255 = 90%
B 241 of 255 = 95%

151
230
241

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

Portions of RGB colors in percentages

R + G + B = 151 + 230 + 241 = 622 (100%)
R 151 of 622 ~ 24.28%
G 230 of 622 ~ 36.98%
B 241 of 622 ~ 38.75'%

%24.28
%36.98
%38.75

CMYK color model

#97E6F1 color CMYK value is (37,5,0,5).

  • cyan value is 37.34%
  • magenta value is 4.56%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (37,5,0,5)
C37M5Y0K5 (37%, 5%, 0%, 5%)
(0.37 / 0.05 / 0.00 / 0.05)

CMYK percentages

%37.34
%4.56
%0
%5.49

Codes

Color #97E6F1 in popluar color models

97 E6 F1
RGB 151 230 241
HSL 187° 76.27% 76.86%
HSB/HSV 187° 37.34% 94.51%
CMYK 37.34% 4.56% 0.00%
5.49%

Color #97E6F1 in popluar number systems.

HEX 97 E6 F1
Decimal 151 230 241
Binary 10010111 11100110 11110001
Octal 227 346 361

Shades and tints

Shades of #97E6F1

#97E6F1
(151,230,241)
#8AD2DC
(138,210,220)
#7DBEC7
(125,190,199)
#70AAB2
(112,170,178)
#63969D
(99,150,157)
#568288
(86,130,136)
#496E73
(73,110,115)
#3C5A5E
(60,90,94)
#2F4649
(47,70,73)
#223234
(34,50,52)
#151E1F
(21,30,31)
#000000
(0,0,0)

Tints of #97E6F1

#97E6F1
(151,230,241)
#A0E8F2
(160,232,242)
#A9EAF3
(169,234,243)
#B2ECF4
(178,236,244)
#BBEEF5
(187,238,245)
#C4F0F6
(196,240,246)
#CDF2F7
(205,242,247)
#D6F4F8
(214,244,248)
#DFF6F9
(223,246,249)
#E8F8FA
(232,248,250)
#F1FAFB
(241,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97E6F1; }

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

This text font color is #97E6F1.

Background Color

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

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

This div background color is #97E6F1.

Border color

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

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

This div border color is #97E6F1.

Opacity

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

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

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

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

This text has shadow with #97E6F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97E6F1.

Preview

Color preview on black background

This text has color #97E6F1 on black background.


Color preview on white background

This text has color #97E6F1 on white background.


Black color preview on #97E6F1 background

This text has black color on #97E6F1 background.


White color preview on #97E6F1 background

This text has white color on #97E6F1 background.


Related colors

Complementary color

Complementary color for #hex is #68190E.


I love getcolorcode.com

Triadic colors

1 #F197E6 and #E6F197 with #97E6F1 are triadic colors.

2 #F1E697 and #E697F1 with #97E6F1 are triadic colors.