COLOR #97CDFF

HEX: #97CDFF
RGB: (151,205,255)

Color info

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

RGB color model

#97CDFF color RGB value is (151,205,255).

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

RGB channels and saturation

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

151
205
255

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

Portions of RGB colors in percentages

R + G + B =
151 + 205 + 255 = 611 (100%)
R 151 of 611 ~ 24.71%
G 205 of 611 ~ 33.55%
B 255 of 611 ~ 41.73%

%24.71
%33.55
%41.73

CMYK color model

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

  • cyan value is 40.78%
  • magenta value is 19.61%
  • 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
%19.61
%0
%0

Codes

Color #97CDFF in popluar color models

97CDFF
RGB151205255
HSL209°100.00%79.61%
HSB/HSV209°40.78%100.00%
CMYK40.78%19.61%0.00%
0.00%

Color #97CDFF in popluar number systems.

HEX97CDFF
Decimal151205255
Binary100101111100110111111111
Octal227315377

Shades and tints

Shades of #97CDFF

#97CDFF
(151,205,255)
#8ABBE8
(138,187,232)
#7DA9D1
(125,169,209)
#7097BA
(112,151,186)
#6385A3
(99,133,163)
#56738C
(86,115,140)
#496175
(73,97,117)
#3C4F5E
(60,79,94)
#2F3D47
(47,61,71)
#222B30
(34,43,48)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #97CDFF

#97CDFF
(151,205,255)
#A0D1FF
(160,209,255)
#A9D5FF
(169,213,255)
#B2D9FF
(178,217,255)
#BBDDFF
(187,221,255)
#C4E1FF
(196,225,255)
#CDE5FF
(205,229,255)
#D6E9FF
(214,233,255)
#DFEDFF
(223,237,255)
#E8F1FF
(232,241,255)
#F1F5FF
(241,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97CDFF; }

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

This text font color is #97CDFF.


Background Color

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

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

This div background color is #97CDFF.


Border color

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

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

This div border color is #97CDFF.


Opacity

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

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

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

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

This text has shadow with #97CDFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97CDFF on black background.


Color preview on white background

This text has color #97CDFF on white background.



Black color preview on #97CDFF background

This text has black color on #97CDFF background.


White color preview on #97CDFF background

This text has white color on #97CDFF background.