COLOR #97D9E8

HEX: #97D9E8
RGB: (151,217,232)

Color info

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

RGB color model

#97D9E8 color RGB value is (151,217,232).

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

RGB channels and saturation

R 151 of 255 = 59%
G 217 of 255 = 85%
B 232 of 255 = 91%

151
217
232

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

Portions of RGB colors in percentages

R + G + B =
151 + 217 + 232 = 600 (100%)
R 151 of 600 ~ 25.17%
G 217 of 600 ~ 36.17%
B 232 of 600 ~ 38.67%

%25.17
%36.17
%38.67

CMYK color model

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

  • cyan value is 34.91%
  • magenta value is 6.47%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(35,6,0,9)
C35M6Y0K9 
(35%,6%,0%,9%)
(0.35/0.06/0.00/0.09)	

CMYK percentages

%34.91
%6.47
%0
%9.02

Codes

Color #97D9E8 in popluar color models

97D9E8
RGB151217232
HSL191°63.78%75.10%
HSB/HSV191°34.91%90.98%
CMYK34.91%6.47%0.00%
9.02%

Color #97D9E8 in popluar number systems.

HEX97D9E8
Decimal151217232
Binary100101111101100111101000
Octal227331350

Shades and tints

Shades of #97D9E8

#97D9E8
(151,217,232)
#8AC6D3
(138,198,211)
#7DB3BE
(125,179,190)
#70A0A9
(112,160,169)
#638D94
(99,141,148)
#567A7F
(86,122,127)
#49676A
(73,103,106)
#3C5455
(60,84,85)
#2F4140
(47,65,64)
#222E2B
(34,46,43)
#151B16
(21,27,22)
#000000
(0,0,0)

Tints of #97D9E8

#97D9E8
(151,217,232)
#A0DCEA
(160,220,234)
#A9DFEC
(169,223,236)
#B2E2EE
(178,226,238)
#BBE5F0
(187,229,240)
#C4E8F2
(196,232,242)
#CDEBF4
(205,235,244)
#D6EEF6
(214,238,246)
#DFF1F8
(223,241,248)
#E8F4FA
(232,244,250)
#F1F7FC
(241,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97D9E8; }

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

This text font color is #97D9E8.


Background Color

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

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

This div background color is #97D9E8.


Border color

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

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

This div border color is #97D9E8.


Opacity

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

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

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

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

This text has shadow with #97D9E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97D9E8 on black background.


Color preview on white background

This text has color #97D9E8 on white background.



Black color preview on #97D9E8 background

This text has black color on #97D9E8 background.


White color preview on #97D9E8 background

This text has white color on #97D9E8 background.