COLOR #97D3E8

HEX: #97D3E8
RGB: (151,211,232)

Color info

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

RGB color model

#97D3E8 color RGB value is (151,211,232).

  • red value is 151;
  • green value is 211;
  • blue value is 232.
RGB:
(151,211,232)
(59%,83%,91%)

RGB channels and saturation

R 151 of 255 = 59%
G 211 of 255 = 83%
B 232 of 255 = 91%

151
211
232

R + G + B ~ 78%. #97D3E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 211 + 232 = 594 (100%)
R 151 of 594 ~ 25.42%
G 211 of 594 ~ 35.52%
B 232 of 594 ~ 39.06%

%25.42
%35.52
%39.06

CMYK color model

#97D3E8 color CMYK value is (35,9,0,9).

  • cyan value is 34.91%
  • magenta value is 9.05%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(35,9,0,9)
C35M9Y0K9 
(35%,9%,0%,9%)
(0.35/0.09/0.00/0.09)	

CMYK percentages

%34.91
%9.05
%0
%9.02

Codes

Color #97D3E8 in popluar color models

97D3E8
RGB151211232
HSL196°63.78%75.10%
HSB/HSV196°34.91%90.98%
CMYK34.91%9.05%0.00%
9.02%

Color #97D3E8 in popluar number systems.

HEX97D3E8
Decimal151211232
Binary100101111101001111101000
Octal227323350

Shades and tints

Shades of #97D3E8

#97D3E8
(151,211,232)
#8AC0D3
(138,192,211)
#7DADBE
(125,173,190)
#709AA9
(112,154,169)
#638794
(99,135,148)
#56747F
(86,116,127)
#49616A
(73,97,106)
#3C4E55
(60,78,85)
#2F3B40
(47,59,64)
#22282B
(34,40,43)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #97D3E8

#97D3E8
(151,211,232)
#A0D7EA
(160,215,234)
#A9DBEC
(169,219,236)
#B2DFEE
(178,223,238)
#BBE3F0
(187,227,240)
#C4E7F2
(196,231,242)
#CDEBF4
(205,235,244)
#D6EFF6
(214,239,246)
#DFF3F8
(223,243,248)
#E8F7FA
(232,247,250)
#F1FBFC
(241,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97D3E8 color. Also use rgb(151,211,232) instead hex code.

Text Font Color

.myTextColor { color: #97D3E8; }

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

This text font color is #97D3E8.


Background Color

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

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

This div background color is #97D3E8.


Border color

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

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

This div border color is #97D3E8.


Opacity

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

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

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

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

This text has shadow with #97D3E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97D3E8 on black background.


Color preview on white background

This text has color #97D3E8 on white background.



Black color preview on #97D3E8 background

This text has black color on #97D3E8 background.


White color preview on #97D3E8 background

This text has white color on #97D3E8 background.