COLOR #97C0E4

HEX: #97C0E4
RGB: (151,192,228)

Color info

#97C0E4 contains mainly green and blue colors. Web safe color of #97C0E4 is #99CCCC (or #9CC).

RGB color model

#97C0E4 color RGB value is (151,192,228).

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

RGB channels and saturation

R 151 of 255 = 59%
G 192 of 255 = 75%
B 228 of 255 = 89%

151
192
228

R + G + B ~ 74%. #97C0E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 192 + 228 = 571 (100%)
R 151 of 571 ~ 26.44%
G 192 of 571 ~ 33.63%
B 228 of 571 ~ 39.93%

%26.44
%33.63
%39.93

CMYK color model

#97C0E4 color CMYK value is (34,16,0,11).

  • cyan value is 33.77%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(34,16,0,11)
C34M16Y0K11 
(34%,16%,0%,11%)
(0.34/0.16/0.00/0.11)	

CMYK percentages

%33.77
%15.79
%0
%10.59

Codes

Color #97C0E4 in popluar color models

97C0E4
RGB151192228
HSL208°58.78%74.31%
HSB/HSV208°33.77%89.41%
CMYK33.77%15.79%0.00%
10.59%

Color #97C0E4 in popluar number systems.

HEX97C0E4
Decimal151192228
Binary100101111100000011100100
Octal227300344

Shades and tints

Shades of #97C0E4

#97C0E4
(151,192,228)
#8AAFD0
(138,175,208)
#7D9EBC
(125,158,188)
#708DA8
(112,141,168)
#637C94
(99,124,148)
#566B80
(86,107,128)
#495A6C
(73,90,108)
#3C4958
(60,73,88)
#2F3844
(47,56,68)
#222730
(34,39,48)
#15161C
(21,22,28)
#000000
(0,0,0)

Tints of #97C0E4

#97C0E4
(151,192,228)
#A0C5E6
(160,197,230)
#A9CAE8
(169,202,232)
#B2CFEA
(178,207,234)
#BBD4EC
(187,212,236)
#C4D9EE
(196,217,238)
#CDDEF0
(205,222,240)
#D6E3F2
(214,227,242)
#DFE8F4
(223,232,244)
#E8EDF6
(232,237,246)
#F1F2F8
(241,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97C0E4; }

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

This text font color is #97C0E4.


Background Color

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

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

This div background color is #97C0E4.


Border color

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

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

This div border color is #97C0E4.


Opacity

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

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

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

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

This text has shadow with #97C0E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97C0E4 on black background.


Color preview on white background

This text has color #97C0E4 on white background.



Black color preview on #97C0E4 background

This text has black color on #97C0E4 background.


White color preview on #97C0E4 background

This text has white color on #97C0E4 background.