COLOR #97ECE5

HEX: #97ECE5 RGB: (151,236,229)

Color info

#97ECE5 contains mainly green and blue colors. Web safe color of #97ECE5 is #99FFCC (or #9FC).

RGB color model

#97ECE5 color RGB value is (151,236,229).

RGB: (151,236,229) (59%, 93%, 90%)

RGB channels and saturation

R 151 of 255 = 59%
G 236 of 255 = 93%
B 229 of 255 = 90%

151
236
229

R + G + B ~ 81%. #97ECE5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 236 + 229 = 616 (100%)
R 151 of 616 ~ 24.51%
G 236 of 616 ~ 38.31%
B 229 of 616 ~ 37.18'%

%24.51
%38.31
%37.18

CMYK color model

#97ECE5 color CMYK value is (36,0,3,7).

  • cyan value is 36.02%
  • magenta value is 0.00%
  • yellow value is 2.97%
  • key color value is 7.45%

CMYK: (36,0,3,7)
C36M0Y3K7 (36%, 0%, 3%, 7%)
(0.36 / 0.00 / 0.03 / 0.07)

CMYK percentages

%36.02
%0
%2.97
%7.45

Codes

Color #97ECE5 in popluar color models

97 EC E5
RGB 151 236 229
HSL 175° 69.11% 75.88%
HSB/HSV 175° 36.02% 92.55%
CMYK 36.02% 0.00% 2.97%
7.45%

Color #97ECE5 in popluar number systems.

HEX 97 EC E5
Decimal 151 236 229
Binary 10010111 11101100 11100101
Octal 227 354 345

Shades and tints

Shades of #97ECE5

#97ECE5
(151,236,229)
#8AD7D1
(138,215,209)
#7DC2BD
(125,194,189)
#70ADA9
(112,173,169)
#639895
(99,152,149)
#568381
(86,131,129)
#496E6D
(73,110,109)
#3C5959
(60,89,89)
#2F4445
(47,68,69)
#222F31
(34,47,49)
#151A1D
(21,26,29)
#000000
(0,0,0)

Tints of #97ECE5

#97ECE5
(151,236,229)
#A0EDE7
(160,237,231)
#A9EEE9
(169,238,233)
#B2EFEB
(178,239,235)
#BBF0ED
(187,240,237)
#C4F1EF
(196,241,239)
#CDF2F1
(205,242,241)
#D6F3F3
(214,243,243)
#DFF4F5
(223,244,245)
#E8F5F7
(232,245,247)
#F1F6F9
(241,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97ECE5; }

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

This text font color is #97ECE5.

Background Color

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

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

This div background color is #97ECE5.

Border color

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

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

This div border color is #97ECE5.

Opacity

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

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

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

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

This text has shadow with #97ECE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97ECE5.

Preview

Color preview on black background

This text has color #97ECE5 on black background.


Color preview on white background

This text has color #97ECE5 on white background.


Black color preview on #97ECE5 background

This text has black color on #97ECE5 background.


White color preview on #97ECE5 background

This text has white color on #97ECE5 background.


Related colors

Complementary color

Complementary color for #hex is #68131A.


I love getcolorcode.com

Triadic colors

1 #E597EC and #ECE597 with #97ECE5 are triadic colors.

2 #E5EC97 and #EC97E5 with #97ECE5 are triadic colors.