COLOR #97D0E7

HEX: #97D0E7
RGB: (151,208,231)

Color info

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

RGB color model

#97D0E7 color RGB value is (151,208,231).

  • red value is 151;
  • green value is 208;
  • blue value is 231.
RGB:
(151,208,231)
(59%,82%,91%)

RGB channels and saturation

R 151 of 255 = 59%
G 208 of 255 = 82%
B 231 of 255 = 91%

151
208
231

R + G + B ~ 77%. #97D0E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 208 + 231 = 590 (100%)
R 151 of 590 ~ 25.59%
G 208 of 590 ~ 35.25%
B 231 of 590 ~ 39.15%

%25.59
%35.25
%39.15

CMYK color model

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

  • cyan value is 34.63%
  • magenta value is 9.96%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(35,10,0,9)
C35M10Y0K9 
(35%,10%,0%,9%)
(0.35/0.10/0.00/0.09)	

CMYK percentages

%34.63
%9.96
%0
%9.41

Codes

Color #97D0E7 in popluar color models

97D0E7
RGB151208231
HSL197°62.50%74.90%
HSB/HSV197°34.63%90.59%
CMYK34.63%9.96%0.00%
9.41%

Color #97D0E7 in popluar number systems.

HEX97D0E7
Decimal151208231
Binary100101111101000011100111
Octal227320347

Shades and tints

Shades of #97D0E7

#97D0E7
(151,208,231)
#8ABED2
(138,190,210)
#7DACBD
(125,172,189)
#709AA8
(112,154,168)
#638893
(99,136,147)
#56767E
(86,118,126)
#496469
(73,100,105)
#3C5254
(60,82,84)
#2F403F
(47,64,63)
#222E2A
(34,46,42)
#151C15
(21,28,21)
#000000
(0,0,0)

Tints of #97D0E7

#97D0E7
(151,208,231)
#A0D4E9
(160,212,233)
#A9D8EB
(169,216,235)
#B2DCED
(178,220,237)
#BBE0EF
(187,224,239)
#C4E4F1
(196,228,241)
#CDE8F3
(205,232,243)
#D6ECF5
(214,236,245)
#DFF0F7
(223,240,247)
#E8F4F9
(232,244,249)
#F1F8FB
(241,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97D0E7 color. Also use rgb(151,208,231) instead hex code.

Text Font Color

.myTextColor { color: #97D0E7; }

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

This text font color is #97D0E7.


Background Color

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

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

This div background color is #97D0E7.


Border color

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

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

This div border color is #97D0E7.


Opacity

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

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

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

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

This text has shadow with #97D0E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97D0E7 on black background.


Color preview on white background

This text has color #97D0E7 on white background.



Black color preview on #97D0E7 background

This text has black color on #97D0E7 background.


White color preview on #97D0E7 background

This text has white color on #97D0E7 background.