COLOR #97CEF1

HEX: #97CEF1
RGB: (151,206,241)

Color info

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

RGB color model

#97CEF1 color RGB value is (151,206,241).

  • red value is 151;
  • green value is 206;
  • blue value is 241.
RGB:
(151,206,241)
(59%,81%,95%)

RGB channels and saturation

R 151 of 255 = 59%
G 206 of 255 = 81%
B 241 of 255 = 95%

151
206
241

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

Portions of RGB colors in percentages

R + G + B =
151 + 206 + 241 = 598 (100%)
R 151 of 598 ~ 25.25%
G 206 of 598 ~ 34.45%
B 241 of 598 ~ 40.3%

%25.25
%34.45
%40.3

CMYK color model

#97CEF1 color CMYK value is (37,15,0,5).

  • cyan value is 37.34%
  • magenta value is 14.52%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(37,15,0,5)
C37M15Y0K5 
(37%,15%,0%,5%)
(0.37/0.15/0.00/0.05)	

CMYK percentages

%37.34
%14.52
%0
%5.49

Codes

Color #97CEF1 in popluar color models

97CEF1
RGB151206241
HSL203°76.27%76.86%
HSB/HSV203°37.34%94.51%
CMYK37.34%14.52%0.00%
5.49%

Color #97CEF1 in popluar number systems.

HEX97CEF1
Decimal151206241
Binary100101111100111011110001
Octal227316361

Shades and tints

Shades of #97CEF1

#97CEF1
(151,206,241)
#8ABCDC
(138,188,220)
#7DAAC7
(125,170,199)
#7098B2
(112,152,178)
#63869D
(99,134,157)
#567488
(86,116,136)
#496273
(73,98,115)
#3C505E
(60,80,94)
#2F3E49
(47,62,73)
#222C34
(34,44,52)
#151A1F
(21,26,31)
#000000
(0,0,0)

Tints of #97CEF1

#97CEF1
(151,206,241)
#A0D2F2
(160,210,242)
#A9D6F3
(169,214,243)
#B2DAF4
(178,218,244)
#BBDEF5
(187,222,245)
#C4E2F6
(196,226,246)
#CDE6F7
(205,230,247)
#D6EAF8
(214,234,248)
#DFEEF9
(223,238,249)
#E8F2FA
(232,242,250)
#F1F6FB
(241,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97CEF1 color. Also use rgb(151,206,241) instead hex code.

Text Font Color

.myTextColor { color: #97CEF1; }

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

This text font color is #97CEF1.


Background Color

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

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

This div background color is #97CEF1.


Border color

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

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

This div border color is #97CEF1.


Opacity

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

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

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

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

This text has shadow with #97CEF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97CEF1 on black background.


Color preview on white background

This text has color #97CEF1 on white background.



Black color preview on #97CEF1 background

This text has black color on #97CEF1 background.


White color preview on #97CEF1 background

This text has white color on #97CEF1 background.