COLOR #97CCF1

HEX: #97CCF1 RGB: (151,204,241)

Color info

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

RGB color model

#97CCF1 color RGB value is (151,204,241).

RGB: (151,204,241) (59%, 80%, 95%)

RGB channels and saturation

R 151 of 255 = 59%
G 204 of 255 = 80%
B 241 of 255 = 95%

151
204
241

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

Portions of RGB colors in percentages

R + G + B = 151 + 204 + 241 = 596 (100%)
R 151 of 596 ~ 25.34%
G 204 of 596 ~ 34.23%
B 241 of 596 ~ 40.44'%

%25.34
%34.23
%40.44

CMYK color model

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

  • cyan value is 37.34%
  • magenta value is 15.35%
  • 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
%15.35
%0
%5.49

Codes

Color #97CCF1 in popluar color models

97 CC F1
RGB 151 204 241
HSL 205° 76.27% 76.86%
HSB/HSV 205° 37.34% 94.51%
CMYK 37.34% 15.35% 0.00%
5.49%

Color #97CCF1 in popluar number systems.

HEX 97 CC F1
Decimal 151 204 241
Binary 10010111 11001100 11110001
Octal 227 314 361

Shades and tints

Shades of #97CCF1

#97CCF1
(151,204,241)
#8ABADC
(138,186,220)
#7DA8C7
(125,168,199)
#7096B2
(112,150,178)
#63849D
(99,132,157)
#567288
(86,114,136)
#496073
(73,96,115)
#3C4E5E
(60,78,94)
#2F3C49
(47,60,73)
#222A34
(34,42,52)
#15181F
(21,24,31)
#000000
(0,0,0)

Tints of #97CCF1

#97CCF1
(151,204,241)
#A0D0F2
(160,208,242)
#A9D4F3
(169,212,243)
#B2D8F4
(178,216,244)
#BBDCF5
(187,220,245)
#C4E0F6
(196,224,246)
#CDE4F7
(205,228,247)
#D6E8F8
(214,232,248)
#DFECF9
(223,236,249)
#E8F0FA
(232,240,250)
#F1F4FB
(241,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97CCF1; }

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

This text font color is #97CCF1.

Background Color

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

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

This div background color is #97CCF1.

Border color

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

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

This div border color is #97CCF1.

Opacity

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

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

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

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

This text has shadow with #97CCF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97CCF1.

Preview

Color preview on black background

This text has color #97CCF1 on black background.


Color preview on white background

This text has color #97CCF1 on white background.


Black color preview on #97CCF1 background

This text has black color on #97CCF1 background.


White color preview on #97CCF1 background

This text has white color on #97CCF1 background.


Related colors

Complementary color

Complementary color for #hex is #68330E.


I love getcolorcode.com

Triadic colors

1 #F197CC and #CCF197 with #97CCF1 are triadic colors.

2 #F1CC97 and #CC97F1 with #97CCF1 are triadic colors.