COLOR #97ECEB

HEX: #97ECEB RGB: (151,236,235)

Color info

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

RGB color model

#97ECEB color RGB value is (151,236,235).

RGB: (151,236,235) (59%, 93%, 92%)

RGB channels and saturation

R 151 of 255 = 59%
G 236 of 255 = 93%
B 235 of 255 = 92%

151
236
235

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

Portions of RGB colors in percentages

R + G + B = 151 + 236 + 235 = 622 (100%)
R 151 of 622 ~ 24.28%
G 236 of 622 ~ 37.94%
B 235 of 622 ~ 37.78'%

%24.28
%37.94
%37.78

CMYK color model

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

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

CMYK: (36,0,0,7)
C36M0Y0K7 (36%, 0%, 0%, 7%)
(0.36 / 0.00 / 0.00 / 0.07)

CMYK percentages

%36.02
%0
%0.42
%7.45

Codes

Color #97ECEB in popluar color models

97 EC EB
RGB 151 236 235
HSL 179° 69.11% 75.88%
HSB/HSV 179° 36.02% 92.55%
CMYK 36.02% 0.00% 0.42%
7.45%

Color #97ECEB in popluar number systems.

HEX 97 EC EB
Decimal 151 236 235
Binary 10010111 11101100 11101011
Octal 227 354 353

Shades and tints

Shades of #97ECEB

#97ECEB
(151,236,235)
#8AD7D6
(138,215,214)
#7DC2C1
(125,194,193)
#70ADAC
(112,173,172)
#639897
(99,152,151)
#568382
(86,131,130)
#496E6D
(73,110,109)
#3C5958
(60,89,88)
#2F4443
(47,68,67)
#222F2E
(34,47,46)
#151A19
(21,26,25)
#000000
(0,0,0)

Tints of #97ECEB

#97ECEB
(151,236,235)
#A0EDEC
(160,237,236)
#A9EEED
(169,238,237)
#B2EFEE
(178,239,238)
#BBF0EF
(187,240,239)
#C4F1F0
(196,241,240)
#CDF2F1
(205,242,241)
#D6F3F2
(214,243,242)
#DFF4F3
(223,244,243)
#E8F5F4
(232,245,244)
#F1F6F5
(241,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97ECEB; }

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

This text font color is #97ECEB.

Background Color

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

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

This div background color is #97ECEB.

Border color

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

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

This div border color is #97ECEB.

Opacity

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

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

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

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

This text has shadow with #97ECEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97ECEB.

Preview

Color preview on black background

This text has color #97ECEB on black background.


Color preview on white background

This text has color #97ECEB on white background.


Black color preview on #97ECEB background

This text has black color on #97ECEB background.


White color preview on #97ECEB background

This text has white color on #97ECEB background.


Related colors

Complementary color

Complementary color for #hex is #681314.


I love getcolorcode.com

Triadic colors

1 #EB97EC and #ECEB97 with #97ECEB are triadic colors.

2 #EBEC97 and #EC97EB with #97ECEB are triadic colors.