COLOR #97ECD0

HEX: #97ECD0
RGB: (151,236,208)

Color info

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

RGB color model

#97ECD0 color RGB value is (151,236,208).

  • red value is 151;
  • green value is 236;
  • blue value is 208.
RGB:
(151,236,208)
(59%,93%,82%)

RGB channels and saturation

R 151 of 255 = 59%
G 236 of 255 = 93%
B 208 of 255 = 82%

151
236
208

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

Portions of RGB colors in percentages

R + G + B =
151 + 236 + 208 = 595 (100%)
R 151 of 595 ~ 25.38%
G 236 of 595 ~ 39.66%
B 208 of 595 ~ 34.96%

%25.38
%39.66
%34.96

CMYK color model

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

  • cyan value is 36.02%
  • magenta value is 0.00%
  • yellow value is 11.86%
  • key color value is 7.45%
CMYK:
(36,0,12,7)
C36M0Y12K7 
(36%,0%,12%,7%)
(0.36/0.00/0.12/0.07)	

CMYK percentages

%36.02
%0
%11.86
%7.45

Codes

Color #97ECD0 in popluar color models

97ECD0
RGB151236208
HSL160°69.11%75.88%
HSB/HSV160°36.02%92.55%
CMYK36.02%0.00%11.86%
7.45%

Color #97ECD0 in popluar number systems.

HEX97ECD0
Decimal151236208
Binary100101111110110011010000
Octal227354320

Shades and tints

Shades of #97ECD0

#97ECD0
(151,236,208)
#8AD7BE
(138,215,190)
#7DC2AC
(125,194,172)
#70AD9A
(112,173,154)
#639888
(99,152,136)
#568376
(86,131,118)
#496E64
(73,110,100)
#3C5952
(60,89,82)
#2F4440
(47,68,64)
#222F2E
(34,47,46)
#151A1C
(21,26,28)
#000000
(0,0,0)

Tints of #97ECD0

#97ECD0
(151,236,208)
#A0EDD4
(160,237,212)
#A9EED8
(169,238,216)
#B2EFDC
(178,239,220)
#BBF0E0
(187,240,224)
#C4F1E4
(196,241,228)
#CDF2E8
(205,242,232)
#D6F3EC
(214,243,236)
#DFF4F0
(223,244,240)
#E8F5F4
(232,245,244)
#F1F6F8
(241,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97ECD0; }

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

This text font color is #97ECD0.


Background Color

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

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

This div background color is #97ECD0.


Border color

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

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

This div border color is #97ECD0.


Opacity

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

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

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

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

This text has shadow with #97ECD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97ECD0 on black background.


Color preview on white background

This text has color #97ECD0 on white background.



Black color preview on #97ECD0 background

This text has black color on #97ECD0 background.


White color preview on #97ECD0 background

This text has white color on #97ECD0 background.