COLOR #97DFF5

HEX: #97DFF5
RGB: (151,223,245)

Color info

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

RGB color model

#97DFF5 color RGB value is (151,223,245).

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

RGB channels and saturation

R 151 of 255 = 59%
G 223 of 255 = 87%
B 245 of 255 = 96%

151
223
245

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

Portions of RGB colors in percentages

R + G + B =
151 + 223 + 245 = 619 (100%)
R 151 of 619 ~ 24.39%
G 223 of 619 ~ 36.03%
B 245 of 619 ~ 39.58%

%24.39
%36.03
%39.58

CMYK color model

#97DFF5 color CMYK value is (38,9,0,4).

  • cyan value is 38.37%
  • magenta value is 8.98%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(38,9,0,4)
C38M9Y0K4 
(38%,9%,0%,4%)
(0.38/0.09/0.00/0.04)	

CMYK percentages

%38.37
%8.98
%0
%3.92

Codes

Color #97DFF5 in popluar color models

97DFF5
RGB151223245
HSL194°82.46%77.65%
HSB/HSV194°38.37%96.08%
CMYK38.37%8.98%0.00%
3.92%

Color #97DFF5 in popluar number systems.

HEX97DFF5
Decimal151223245
Binary100101111101111111110101
Octal227337365

Shades and tints

Shades of #97DFF5

#97DFF5
(151,223,245)
#8ACBDF
(138,203,223)
#7DB7C9
(125,183,201)
#70A3B3
(112,163,179)
#638F9D
(99,143,157)
#567B87
(86,123,135)
#496771
(73,103,113)
#3C535B
(60,83,91)
#2F3F45
(47,63,69)
#222B2F
(34,43,47)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #97DFF5

#97DFF5
(151,223,245)
#A0E1F5
(160,225,245)
#A9E3F5
(169,227,245)
#B2E5F5
(178,229,245)
#BBE7F5
(187,231,245)
#C4E9F5
(196,233,245)
#CDEBF5
(205,235,245)
#D6EDF5
(214,237,245)
#DFEFF5
(223,239,245)
#E8F1F5
(232,241,245)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97DFF5; }

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

This text font color is #97DFF5.


Background Color

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

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

This div background color is #97DFF5.


Border color

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

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

This div border color is #97DFF5.


Opacity

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

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

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

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

This text has shadow with #97DFF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97DFF5 on black background.


Color preview on white background

This text has color #97DFF5 on white background.



Black color preview on #97DFF5 background

This text has black color on #97DFF5 background.


White color preview on #97DFF5 background

This text has white color on #97DFF5 background.