COLOR #97ECF5

HEX: #97ECF5 RGB: (151,236,245)

Color info

#97ECF5 contains mainly green and blue colors. Web safe color of #97ECF5 is #99FFFF (or #9FF).

RGB color model

#97ECF5 color RGB value is (151,236,245).

RGB: (151,236,245) (59%, 93%, 96%)

RGB channels and saturation

R 151 of 255 = 59%
G 236 of 255 = 93%
B 245 of 255 = 96%

151
236
245

R + G + B ~ 83%. #97ECF5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 236 + 245 = 632 (100%)
R 151 of 632 ~ 23.89%
G 236 of 632 ~ 37.34%
B 245 of 632 ~ 38.77'%

%23.89
%37.34
%38.77

CMYK color model

#97ECF5 color CMYK value is (38,4,0,4).

  • cyan value is 38.37%
  • magenta value is 3.67%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (38,4,0,4)
C38M4Y0K4 (38%, 4%, 0%, 4%)
(0.38 / 0.04 / 0.00 / 0.04)

CMYK percentages

%38.37
%3.67
%0
%3.92

Codes

Color #97ECF5 in popluar color models

97 EC F5
RGB 151 236 245
HSL 186° 82.46% 77.65%
HSB/HSV 186° 38.37% 96.08%
CMYK 38.37% 3.67% 0.00%
3.92%

Color #97ECF5 in popluar number systems.

HEX 97 EC F5
Decimal 151 236 245
Binary 10010111 11101100 11110101
Octal 227 354 365

Shades and tints

Shades of #97ECF5

#97ECF5
(151,236,245)
#8AD7DF
(138,215,223)
#7DC2C9
(125,194,201)
#70ADB3
(112,173,179)
#63989D
(99,152,157)
#568387
(86,131,135)
#496E71
(73,110,113)
#3C595B
(60,89,91)
#2F4445
(47,68,69)
#222F2F
(34,47,47)
#151A19
(21,26,25)
#000000
(0,0,0)

Tints of #97ECF5

#97ECF5
(151,236,245)
#A0EDF5
(160,237,245)
#A9EEF5
(169,238,245)
#B2EFF5
(178,239,245)
#BBF0F5
(187,240,245)
#C4F1F5
(196,241,245)
#CDF2F5
(205,242,245)
#D6F3F5
(214,243,245)
#DFF4F5
(223,244,245)
#E8F5F5
(232,245,245)
#F1F6F5
(241,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97ECF5 color. Also use rgb(151,236,245) instead hex code.

Text Font Color

.myTextColor { color: #97ECF5; }

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

This text font color is #97ECF5.

Background Color

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

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

This div background color is #97ECF5.

Border color

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

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

This div border color is #97ECF5.

Opacity

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

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

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

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

This text has shadow with #97ECF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97ECF5.

Preview

Color preview on black background

This text has color #97ECF5 on black background.


Color preview on white background

This text has color #97ECF5 on white background.


Black color preview on #97ECF5 background

This text has black color on #97ECF5 background.


White color preview on #97ECF5 background

This text has white color on #97ECF5 background.


Related colors

Complementary color

Complementary color for #hex is #68130A.


I love getcolorcode.com

Triadic colors

1 #F597EC and #ECF597 with #97ECF5 are triadic colors.

2 #F5EC97 and #EC97F5 with #97ECF5 are triadic colors.