COLOR #97C5E1

HEX: #97C5E1 RGB: (151,197,225)

Color info

#97C5E1 contains mainly green and blue colors. Web safe color of #97C5E1 is #99CCCC (or #9CC).

RGB color model

#97C5E1 color RGB value is (151,197,225).

RGB: (151,197,225) (59%, 77%, 88%)

RGB channels and saturation

R 151 of 255 = 59%
G 197 of 255 = 77%
B 225 of 255 = 88%

151
197
225

R + G + B ~ 75%. #97C5E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 197 + 225 = 573 (100%)
R 151 of 573 ~ 26.35%
G 197 of 573 ~ 34.38%
B 225 of 573 ~ 39.27'%

%26.35
%34.38
%39.27

CMYK color model

#97C5E1 color CMYK value is (33,12,0,12).

  • cyan value is 32.89%
  • magenta value is 12.44%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (33,12,0,12)
C33M12Y0K12 (33%, 12%, 0%, 12%)
(0.33 / 0.12 / 0.00 / 0.12)

CMYK percentages

%32.89
%12.44
%0
%11.76

Codes

Color #97C5E1 in popluar color models

97 C5 E1
RGB 151 197 225
HSL 203° 55.22% 73.73%
HSB/HSV 203° 32.89% 88.24%
CMYK 32.89% 12.44% 0.00%
11.76%

Color #97C5E1 in popluar number systems.

HEX 97 C5 E1
Decimal 151 197 225
Binary 10010111 11000101 11100001
Octal 227 305 341

Shades and tints

Shades of #97C5E1

#97C5E1
(151,197,225)
#8AB4CD
(138,180,205)
#7DA3B9
(125,163,185)
#7092A5
(112,146,165)
#638191
(99,129,145)
#56707D
(86,112,125)
#495F69
(73,95,105)
#3C4E55
(60,78,85)
#2F3D41
(47,61,65)
#222C2D
(34,44,45)
#151B19
(21,27,25)
#000000
(0,0,0)

Tints of #97C5E1

#97C5E1
(151,197,225)
#A0CAE3
(160,202,227)
#A9CFE5
(169,207,229)
#B2D4E7
(178,212,231)
#BBD9E9
(187,217,233)
#C4DEEB
(196,222,235)
#CDE3ED
(205,227,237)
#D6E8EF
(214,232,239)
#DFEDF1
(223,237,241)
#E8F2F3
(232,242,243)
#F1F7F5
(241,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97C5E1 color. Also use rgb(151,197,225) instead hex code.

Text Font Color

.myTextColor { color: #97C5E1; }

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

This text font color is #97C5E1.

Background Color

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

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

This div background color is #97C5E1.

Border color

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

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

This div border color is #97C5E1.

Opacity

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

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

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

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

This text has shadow with #97C5E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97C5E1.

Preview

Color preview on black background

This text has color #97C5E1 on black background.


Color preview on white background

This text has color #97C5E1 on white background.


Black color preview on #97C5E1 background

This text has black color on #97C5E1 background.


White color preview on #97C5E1 background

This text has white color on #97C5E1 background.


Related colors

Complementary color

Complementary color for #hex is #683A1E.


I love getcolorcode.com

Triadic colors

1 #E197C5 and #C5E197 with #97C5E1 are triadic colors.

2 #E1C597 and #C597E1 with #97C5E1 are triadic colors.