COLOR #97D6F5

HEX: #97D6F5
RGB: (151,214,245)

Color info

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

RGB color model

#97D6F5 color RGB value is (151,214,245).

  • red value is 151;
  • green value is 214;
  • blue value is 245.
RGB:
(151,214,245)
(59%,84%,96%)

RGB channels and saturation

R 151 of 255 = 59%
G 214 of 255 = 84%
B 245 of 255 = 96%

151
214
245

R + G + B ~ 80%. #97D6F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 214 + 245 = 610 (100%)
R 151 of 610 ~ 24.75%
G 214 of 610 ~ 35.08%
B 245 of 610 ~ 40.16%

%24.75
%35.08
%40.16

CMYK color model

#97D6F5 color CMYK value is (38,13,0,4).

  • cyan value is 38.37%
  • magenta value is 12.65%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(38,13,0,4)
C38M13Y0K4 
(38%,13%,0%,4%)
(0.38/0.13/0.00/0.04)	

CMYK percentages

%38.37
%12.65
%0
%3.92

Codes

Color #97D6F5 in popluar color models

97D6F5
RGB151214245
HSL200°82.46%77.65%
HSB/HSV200°38.37%96.08%
CMYK38.37%12.65%0.00%
3.92%

Color #97D6F5 in popluar number systems.

HEX97D6F5
Decimal151214245
Binary100101111101011011110101
Octal227326365

Shades and tints

Shades of #97D6F5

#97D6F5
(151,214,245)
#8AC3DF
(138,195,223)
#7DB0C9
(125,176,201)
#709DB3
(112,157,179)
#638A9D
(99,138,157)
#567787
(86,119,135)
#496471
(73,100,113)
#3C515B
(60,81,91)
#2F3E45
(47,62,69)
#222B2F
(34,43,47)
#151819
(21,24,25)
#000000
(0,0,0)

Tints of #97D6F5

#97D6F5
(151,214,245)
#A0D9F5
(160,217,245)
#A9DCF5
(169,220,245)
#B2DFF5
(178,223,245)
#BBE2F5
(187,226,245)
#C4E5F5
(196,229,245)
#CDE8F5
(205,232,245)
#D6EBF5
(214,235,245)
#DFEEF5
(223,238,245)
#E8F1F5
(232,241,245)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97D6F5 color. Also use rgb(151,214,245) instead hex code.

Text Font Color

.myTextColor { color: #97D6F5; }

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

This text font color is #97D6F5.


Background Color

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

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

This div background color is #97D6F5.


Border color

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

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

This div border color is #97D6F5.


Opacity

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

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

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

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

This text has shadow with #97D6F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97D6F5 on black background.


Color preview on white background

This text has color #97D6F5 on white background.



Black color preview on #97D6F5 background

This text has black color on #97D6F5 background.


White color preview on #97D6F5 background

This text has white color on #97D6F5 background.