COLOR #97E4FC

HEX: #97E4FC
RGB: (151,228,252)

Color info

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

RGB color model

#97E4FC color RGB value is (151,228,252).

  • red value is 151;
  • green value is 228;
  • blue value is 252.
RGB:
(151,228,252)
(59%,89%,99%)

RGB channels and saturation

R 151 of 255 = 59%
G 228 of 255 = 89%
B 252 of 255 = 99%

151
228
252

R + G + B ~ 82%. #97E4FC is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 228 + 252 = 631 (100%)
R 151 of 631 ~ 23.93%
G 228 of 631 ~ 36.13%
B 252 of 631 ~ 39.94%

%23.93
%36.13
%39.94

CMYK color model

#97E4FC color CMYK value is (40,10,0,1).

  • cyan value is 40.08%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(40,10,0,1)
C40M10Y0K1 
(40%,10%,0%,1%)
(0.40/0.10/0.00/0.01)	

CMYK percentages

%40.08
%9.52
%0
%1.18

Codes

Color #97E4FC in popluar color models

97E4FC
RGB151228252
HSL194°94.39%79.02%
HSB/HSV194°40.08%98.82%
CMYK40.08%9.52%0.00%
1.18%

Color #97E4FC in popluar number systems.

HEX97E4FC
Decimal151228252
Binary100101111110010011111100
Octal227344374

Shades and tints

Shades of #97E4FC

#97E4FC
(151,228,252)
#8AD0E6
(138,208,230)
#7DBCD0
(125,188,208)
#70A8BA
(112,168,186)
#6394A4
(99,148,164)
#56808E
(86,128,142)
#496C78
(73,108,120)
#3C5862
(60,88,98)
#2F444C
(47,68,76)
#223036
(34,48,54)
#151C20
(21,28,32)
#000000
(0,0,0)

Tints of #97E4FC

#97E4FC
(151,228,252)
#A0E6FC
(160,230,252)
#A9E8FC
(169,232,252)
#B2EAFC
(178,234,252)
#BBECFC
(187,236,252)
#C4EEFC
(196,238,252)
#CDF0FC
(205,240,252)
#D6F2FC
(214,242,252)
#DFF4FC
(223,244,252)
#E8F6FC
(232,246,252)
#F1F8FC
(241,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97E4FC color. Also use rgb(151,228,252) instead hex code.

Text Font Color

.myTextColor { color: #97E4FC; }

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

This text font color is #97E4FC.


Background Color

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

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

This div background color is #97E4FC.


Border color

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

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

This div border color is #97E4FC.


Opacity

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

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

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

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

This text has shadow with #97E4FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97E4FC on black background.


Color preview on white background

This text has color #97E4FC on white background.



Black color preview on #97E4FC background

This text has black color on #97E4FC background.


White color preview on #97E4FC background

This text has white color on #97E4FC background.