COLOR #97C2E9

HEX: #97C2E9
RGB: (151,194,233)

Color info

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

RGB color model

#97C2E9 color RGB value is (151,194,233).

  • red value is 151;
  • green value is 194;
  • blue value is 233.
RGB:
(151,194,233)
(59%,76%,91%)

RGB channels and saturation

R 151 of 255 = 59%
G 194 of 255 = 76%
B 233 of 255 = 91%

151
194
233

R + G + B ~ 75%. #97C2E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 194 + 233 = 578 (100%)
R 151 of 578 ~ 26.12%
G 194 of 578 ~ 33.56%
B 233 of 578 ~ 40.31%

%26.12
%33.56
%40.31

CMYK color model

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

  • cyan value is 35.19%
  • magenta value is 16.74%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(35,17,0,9)
C35M17Y0K9 
(35%,17%,0%,9%)
(0.35/0.17/0.00/0.09)	

CMYK percentages

%35.19
%16.74
%0
%8.63

Codes

Color #97C2E9 in popluar color models

97C2E9
RGB151194233
HSL209°65.08%75.29%
HSB/HSV209°35.19%91.37%
CMYK35.19%16.74%0.00%
8.63%

Color #97C2E9 in popluar number systems.

HEX97C2E9
Decimal151194233
Binary100101111100001011101001
Octal227302351

Shades and tints

Shades of #97C2E9

#97C2E9
(151,194,233)
#8AB1D4
(138,177,212)
#7DA0BF
(125,160,191)
#708FAA
(112,143,170)
#637E95
(99,126,149)
#566D80
(86,109,128)
#495C6B
(73,92,107)
#3C4B56
(60,75,86)
#2F3A41
(47,58,65)
#22292C
(34,41,44)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #97C2E9

#97C2E9
(151,194,233)
#A0C7EB
(160,199,235)
#A9CCED
(169,204,237)
#B2D1EF
(178,209,239)
#BBD6F1
(187,214,241)
#C4DBF3
(196,219,243)
#CDE0F5
(205,224,245)
#D6E5F7
(214,229,247)
#DFEAF9
(223,234,249)
#E8EFFB
(232,239,251)
#F1F4FD
(241,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97C2E9 color. Also use rgb(151,194,233) instead hex code.

Text Font Color

.myTextColor { color: #97C2E9; }

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

This text font color is #97C2E9.


Background Color

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

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

This div background color is #97C2E9.


Border color

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

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

This div border color is #97C2E9.


Opacity

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

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

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

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

This text has shadow with #97C2E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97C2E9 on black background.


Color preview on white background

This text has color #97C2E9 on white background.



Black color preview on #97C2E9 background

This text has black color on #97C2E9 background.


White color preview on #97C2E9 background

This text has white color on #97C2E9 background.