COLOR #97EDD1

HEX: #97EDD1
RGB: (151,237,209)

Color info

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

RGB color model

#97EDD1 color RGB value is (151,237,209).

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

RGB channels and saturation

R 151 of 255 = 59%
G 237 of 255 = 93%
B 209 of 255 = 82%

151
237
209

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

Portions of RGB colors in percentages

R + G + B =
151 + 237 + 209 = 597 (100%)
R 151 of 597 ~ 25.29%
G 237 of 597 ~ 39.7%
B 209 of 597 ~ 35.01%

%25.29
%39.7
%35.01

CMYK color model

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

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

CMYK percentages

%36.29
%0
%11.81
%7.06

Codes

Color #97EDD1 in popluar color models

97EDD1
RGB151237209
HSL160°70.49%76.08%
HSB/HSV160°36.29%92.94%
CMYK36.29%0.00%11.81%
7.06%

Color #97EDD1 in popluar number systems.

HEX97EDD1
Decimal151237209
Binary100101111110110111010001
Octal227355321

Shades and tints

Shades of #97EDD1

#97EDD1
(151,237,209)
#8AD8BE
(138,216,190)
#7DC3AB
(125,195,171)
#70AE98
(112,174,152)
#639985
(99,153,133)
#568472
(86,132,114)
#496F5F
(73,111,95)
#3C5A4C
(60,90,76)
#2F4539
(47,69,57)
#223026
(34,48,38)
#151B13
(21,27,19)
#000000
(0,0,0)

Tints of #97EDD1

#97EDD1
(151,237,209)
#A0EED5
(160,238,213)
#A9EFD9
(169,239,217)
#B2F0DD
(178,240,221)
#BBF1E1
(187,241,225)
#C4F2E5
(196,242,229)
#CDF3E9
(205,243,233)
#D6F4ED
(214,244,237)
#DFF5F1
(223,245,241)
#E8F6F5
(232,246,245)
#F1F7F9
(241,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97EDD1 color. Also use rgb(151,237,209) instead hex code.

Text Font Color

.myTextColor { color: #97EDD1; }

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

This text font color is #97EDD1.


Background Color

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

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

This div background color is #97EDD1.


Border color

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

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

This div border color is #97EDD1.


Opacity

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

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

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

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

This text has shadow with #97EDD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97EDD1 on black background.


Color preview on white background

This text has color #97EDD1 on white background.



Black color preview on #97EDD1 background

This text has black color on #97EDD1 background.


White color preview on #97EDD1 background

This text has white color on #97EDD1 background.