COLOR #97DAF1

HEX: #97DAF1
RGB: (151,218,241)

Color info

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

RGB color model

#97DAF1 color RGB value is (151,218,241).

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

RGB channels and saturation

R 151 of 255 = 59%
G 218 of 255 = 85%
B 241 of 255 = 95%

151
218
241

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

Portions of RGB colors in percentages

R + G + B =
151 + 218 + 241 = 610 (100%)
R 151 of 610 ~ 24.75%
G 218 of 610 ~ 35.74%
B 241 of 610 ~ 39.51%

%24.75
%35.74
%39.51

CMYK color model

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

  • cyan value is 37.34%
  • magenta value is 9.54%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(37,10,0,5)
C37M10Y0K5 
(37%,10%,0%,5%)
(0.37/0.10/0.00/0.05)	

CMYK percentages

%37.34
%9.54
%0
%5.49

Codes

Color #97DAF1 in popluar color models

97DAF1
RGB151218241
HSL195°76.27%76.86%
HSB/HSV195°37.34%94.51%
CMYK37.34%9.54%0.00%
5.49%

Color #97DAF1 in popluar number systems.

HEX97DAF1
Decimal151218241
Binary100101111101101011110001
Octal227332361

Shades and tints

Shades of #97DAF1

#97DAF1
(151,218,241)
#8AC7DC
(138,199,220)
#7DB4C7
(125,180,199)
#70A1B2
(112,161,178)
#638E9D
(99,142,157)
#567B88
(86,123,136)
#496873
(73,104,115)
#3C555E
(60,85,94)
#2F4249
(47,66,73)
#222F34
(34,47,52)
#151C1F
(21,28,31)
#000000
(0,0,0)

Tints of #97DAF1

#97DAF1
(151,218,241)
#A0DDF2
(160,221,242)
#A9E0F3
(169,224,243)
#B2E3F4
(178,227,244)
#BBE6F5
(187,230,245)
#C4E9F6
(196,233,246)
#CDECF7
(205,236,247)
#D6EFF8
(214,239,248)
#DFF2F9
(223,242,249)
#E8F5FA
(232,245,250)
#F1F8FB
(241,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97DAF1; }

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

This text font color is #97DAF1.


Background Color

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

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

This div background color is #97DAF1.


Border color

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

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

This div border color is #97DAF1.


Opacity

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

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

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

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

This text has shadow with #97DAF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97DAF1 on black background.


Color preview on white background

This text has color #97DAF1 on white background.



Black color preview on #97DAF1 background

This text has black color on #97DAF1 background.


White color preview on #97DAF1 background

This text has white color on #97DAF1 background.