COLOR #97D1F1

HEX: #97D1F1
RGB: (151,209,241)

Color info

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

RGB color model

#97D1F1 color RGB value is (151,209,241).

  • red value is 151;
  • green value is 209;
  • blue value is 241.
RGB:
(151,209,241)
(59%,82%,95%)

RGB channels and saturation

R 151 of 255 = 59%
G 209 of 255 = 82%
B 241 of 255 = 95%

151
209
241

R + G + B ~ 79%. #97D1F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 209 + 241 = 601 (100%)
R 151 of 601 ~ 25.12%
G 209 of 601 ~ 34.78%
B 241 of 601 ~ 40.1%

%25.12
%34.78
%40.1

CMYK color model

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

  • cyan value is 37.34%
  • magenta value is 13.28%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(37,13,0,5)
C37M13Y0K5 
(37%,13%,0%,5%)
(0.37/0.13/0.00/0.05)	

CMYK percentages

%37.34
%13.28
%0
%5.49

Codes

Color #97D1F1 in popluar color models

97D1F1
RGB151209241
HSL201°76.27%76.86%
HSB/HSV201°37.34%94.51%
CMYK37.34%13.28%0.00%
5.49%

Color #97D1F1 in popluar number systems.

HEX97D1F1
Decimal151209241
Binary100101111101000111110001
Octal227321361

Shades and tints

Shades of #97D1F1

#97D1F1
(151,209,241)
#8ABEDC
(138,190,220)
#7DABC7
(125,171,199)
#7098B2
(112,152,178)
#63859D
(99,133,157)
#567288
(86,114,136)
#495F73
(73,95,115)
#3C4C5E
(60,76,94)
#2F3949
(47,57,73)
#222634
(34,38,52)
#15131F
(21,19,31)
#000000
(0,0,0)

Tints of #97D1F1

#97D1F1
(151,209,241)
#A0D5F2
(160,213,242)
#A9D9F3
(169,217,243)
#B2DDF4
(178,221,244)
#BBE1F5
(187,225,245)
#C4E5F6
(196,229,246)
#CDE9F7
(205,233,247)
#D6EDF8
(214,237,248)
#DFF1F9
(223,241,249)
#E8F5FA
(232,245,250)
#F1F9FB
(241,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97D1F1; }

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

This text font color is #97D1F1.


Background Color

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

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

This div background color is #97D1F1.


Border color

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

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

This div border color is #97D1F1.


Opacity

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

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

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

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

This text has shadow with #97D1F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97D1F1 on black background.


Color preview on white background

This text has color #97D1F1 on white background.



Black color preview on #97D1F1 background

This text has black color on #97D1F1 background.


White color preview on #97D1F1 background

This text has white color on #97D1F1 background.