COLOR #97C4E7

HEX: #97C4E7
RGB: (151,196,231)

Color info

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

RGB color model

#97C4E7 color RGB value is (151,196,231).

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

RGB channels and saturation

R 151 of 255 = 59%
G 196 of 255 = 77%
B 231 of 255 = 91%

151
196
231

R + G + B ~ 76%. #97C4E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 196 + 231 = 578 (100%)
R 151 of 578 ~ 26.12%
G 196 of 578 ~ 33.91%
B 231 of 578 ~ 39.97%

%26.12
%33.91
%39.97

CMYK color model

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

  • cyan value is 34.63%
  • magenta value is 15.15%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(35,15,0,9)
C35M15Y0K9 
(35%,15%,0%,9%)
(0.35/0.15/0.00/0.09)	

CMYK percentages

%34.63
%15.15
%0
%9.41

Codes

Color #97C4E7 in popluar color models

97C4E7
RGB151196231
HSL206°62.50%74.90%
HSB/HSV206°34.63%90.59%
CMYK34.63%15.15%0.00%
9.41%

Color #97C4E7 in popluar number systems.

HEX97C4E7
Decimal151196231
Binary100101111100010011100111
Octal227304347

Shades and tints

Shades of #97C4E7

#97C4E7
(151,196,231)
#8AB3D2
(138,179,210)
#7DA2BD
(125,162,189)
#7091A8
(112,145,168)
#638093
(99,128,147)
#566F7E
(86,111,126)
#495E69
(73,94,105)
#3C4D54
(60,77,84)
#2F3C3F
(47,60,63)
#222B2A
(34,43,42)
#151A15
(21,26,21)
#000000
(0,0,0)

Tints of #97C4E7

#97C4E7
(151,196,231)
#A0C9E9
(160,201,233)
#A9CEEB
(169,206,235)
#B2D3ED
(178,211,237)
#BBD8EF
(187,216,239)
#C4DDF1
(196,221,241)
#CDE2F3
(205,226,243)
#D6E7F5
(214,231,245)
#DFECF7
(223,236,247)
#E8F1F9
(232,241,249)
#F1F6FB
(241,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97C4E7; }

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

This text font color is #97C4E7.


Background Color

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

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

This div background color is #97C4E7.


Border color

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

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

This div border color is #97C4E7.


Opacity

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

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

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

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

This text has shadow with #97C4E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97C4E7 on black background.


Color preview on white background

This text has color #97C4E7 on white background.



Black color preview on #97C4E7 background

This text has black color on #97C4E7 background.


White color preview on #97C4E7 background

This text has white color on #97C4E7 background.