COLOR #97D4FA

HEX: #97D4FA
RGB: (151,212,250)

Color info

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

RGB color model

#97D4FA color RGB value is (151,212,250).

  • red value is 151;
  • green value is 212;
  • blue value is 250.
RGB:
(151,212,250)
(59%,83%,98%)

RGB channels and saturation

R 151 of 255 = 59%
G 212 of 255 = 83%
B 250 of 255 = 98%

151
212
250

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

Portions of RGB colors in percentages

R + G + B =
151 + 212 + 250 = 613 (100%)
R 151 of 613 ~ 24.63%
G 212 of 613 ~ 34.58%
B 250 of 613 ~ 40.78%

%24.63
%34.58
%40.78

CMYK color model

#97D4FA color CMYK value is (40,15,0,2).

  • cyan value is 39.60%
  • magenta value is 15.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(40,15,0,2)
C40M15Y0K2 
(40%,15%,0%,2%)
(0.40/0.15/0.00/0.02)	

CMYK percentages

%39.6
%15.2
%0
%1.96

Codes

Color #97D4FA in popluar color models

97D4FA
RGB151212250
HSL203°90.83%78.63%
HSB/HSV203°39.60%98.04%
CMYK39.60%15.20%0.00%
1.96%

Color #97D4FA in popluar number systems.

HEX97D4FA
Decimal151212250
Binary100101111101010011111010
Octal227324372

Shades and tints

Shades of #97D4FA

#97D4FA
(151,212,250)
#8AC1E4
(138,193,228)
#7DAECE
(125,174,206)
#709BB8
(112,155,184)
#6388A2
(99,136,162)
#56758C
(86,117,140)
#496276
(73,98,118)
#3C4F60
(60,79,96)
#2F3C4A
(47,60,74)
#222934
(34,41,52)
#15161E
(21,22,30)
#000000
(0,0,0)

Tints of #97D4FA

#97D4FA
(151,212,250)
#A0D7FA
(160,215,250)
#A9DAFA
(169,218,250)
#B2DDFA
(178,221,250)
#BBE0FA
(187,224,250)
#C4E3FA
(196,227,250)
#CDE6FA
(205,230,250)
#D6E9FA
(214,233,250)
#DFECFA
(223,236,250)
#E8EFFA
(232,239,250)
#F1F2FA
(241,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97D4FA color. Also use rgb(151,212,250) instead hex code.

Text Font Color

.myTextColor { color: #97D4FA; }

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

This text font color is #97D4FA.


Background Color

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

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

This div background color is #97D4FA.


Border color

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

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

This div border color is #97D4FA.


Opacity

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

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

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

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

This text has shadow with #97D4FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97D4FA on black background.


Color preview on white background

This text has color #97D4FA on white background.



Black color preview on #97D4FA background

This text has black color on #97D4FA background.


White color preview on #97D4FA background

This text has white color on #97D4FA background.