COLOR #97CBFF

HEX: #97CBFF
RGB: (151,203,255)

Color info

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

RGB color model

#97CBFF color RGB value is (151,203,255).

  • red value is 151;
  • green value is 203;
  • blue value is 255.
RGB:
(151,203,255)
(59%,80%,100%)

RGB channels and saturation

R 151 of 255 = 59%
G 203 of 255 = 80%
B 255 of 255 = 100%

151
203
255

R + G + B ~ 80%. #97CBFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 203 + 255 = 609 (100%)
R 151 of 609 ~ 24.79%
G 203 of 609 ~ 33.33%
B 255 of 609 ~ 41.87%

%24.79
%33.33
%41.87

CMYK color model

#97CBFF color CMYK value is (41,20,0,0).

  • cyan value is 40.78%
  • magenta value is 20.39%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(41,20,0,0)
C41M20Y0K0 
(41%,20%,0%,0%)
(0.41/0.20/0.00/0.00)	

CMYK percentages

%40.78
%20.39
%0
%0

Codes

Color #97CBFF in popluar color models

97CBFF
RGB151203255
HSL210°100.00%79.61%
HSB/HSV210°40.78%100.00%
CMYK40.78%20.39%0.00%
0.00%

Color #97CBFF in popluar number systems.

HEX97CBFF
Decimal151203255
Binary100101111100101111111111
Octal227313377

Shades and tints

Shades of #97CBFF

#97CBFF
(151,203,255)
#8AB9E8
(138,185,232)
#7DA7D1
(125,167,209)
#7095BA
(112,149,186)
#6383A3
(99,131,163)
#56718C
(86,113,140)
#495F75
(73,95,117)
#3C4D5E
(60,77,94)
#2F3B47
(47,59,71)
#222930
(34,41,48)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #97CBFF

#97CBFF
(151,203,255)
#A0CFFF
(160,207,255)
#A9D3FF
(169,211,255)
#B2D7FF
(178,215,255)
#BBDBFF
(187,219,255)
#C4DFFF
(196,223,255)
#CDE3FF
(205,227,255)
#D6E7FF
(214,231,255)
#DFEBFF
(223,235,255)
#E8EFFF
(232,239,255)
#F1F3FF
(241,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97CBFF color. Also use rgb(151,203,255) instead hex code.

Text Font Color

.myTextColor { color: #97CBFF; }

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

This text font color is #97CBFF.


Background Color

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

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

This div background color is #97CBFF.


Border color

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

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

This div border color is #97CBFF.


Opacity

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

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

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

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

This text has shadow with #97CBFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97CBFF on black background.


Color preview on white background

This text has color #97CBFF on white background.



Black color preview on #97CBFF background

This text has black color on #97CBFF background.


White color preview on #97CBFF background

This text has white color on #97CBFF background.