COLOR #97EEDB

HEX: #97EEDB RGB: (151,238,219)

Color info

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

RGB color model

#97EEDB color RGB value is (151,238,219).

RGB: (151,238,219) (59%, 93%, 86%)

RGB channels and saturation

R 151 of 255 = 59%
G 238 of 255 = 93%
B 219 of 255 = 86%

151
238
219

R + G + B ~ 79%. #97EEDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 238 + 219 = 608 (100%)
R 151 of 608 ~ 24.84%
G 238 of 608 ~ 39.14%
B 219 of 608 ~ 36.02'%

%24.84
%39.14
%36.02

CMYK color model

#97EEDB color CMYK value is (37,0,8,7).

  • cyan value is 36.55%
  • magenta value is 0.00%
  • yellow value is 7.98%
  • key color value is 6.67%
CMYK: (37,0,8,7) C37M0Y8K7 (37%,0%,8%,7%) (0.37/0.00/0.08/0.07) 

CMYK percentages

%36.55
%0
%7.98
%6.67

Codes

Color #97EEDB in popluar color models

97 EE DB
RGB 151 238 219
HSL 167° 71.90% 76.27%
HSB/HSV 167° 36.55% 93.33%
CMYK 36.55% 0.00% 7.98%
6.67%

Color #97EEDB in popluar number systems.

HEX 97 EE DB
Decimal 151 238 219
Binary 10010111 11101110 11011011
Octal 227 356 333

Shades and tints

Shades of #97EEDB

#97EEDB
(151,238,219)
#8AD9C8
(138,217,200)
#7DC4B5
(125,196,181)
#70AFA2
(112,175,162)
#639A8F
(99,154,143)
#56857C
(86,133,124)
#497069
(73,112,105)
#3C5B56
(60,91,86)
#2F4643
(47,70,67)
#223130
(34,49,48)
#151C1D
(21,28,29)
#000000
(0,0,0)

Tints of #97EEDB

#97EEDB
(151,238,219)
#A0EFDE
(160,239,222)
#A9F0E1
(169,240,225)
#B2F1E4
(178,241,228)
#BBF2E7
(187,242,231)
#C4F3EA
(196,243,234)
#CDF4ED
(205,244,237)
#D6F5F0
(214,245,240)
#DFF6F3
(223,246,243)
#E8F7F6
(232,247,246)
#F1F8F9
(241,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97EEDB color. Also use rgb(151,238,219) instead hex code.

Text Font Color

.myTextColor { color: #97EEDB; }

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

This text font color is #97EEDB.

Background Color

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

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

This div background color is #97EEDB.

Border color

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

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

This div border color is #97EEDB.

Opacity

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

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

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

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

This text has shadow with #97EEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97EEDB.

Preview

Color preview on black background

This text has color #97EEDB on black background.


Color preview on white background

This text has color #97EEDB on white background.


Black color preview on #97EEDB background

This text has black color on #97EEDB background.


White color preview on #97EEDB background

This text has white color on #97EEDB background.


Related colors

Complementary color

Complementary color for #hex is #681124.


I love getcolorcode.com

Triadic colors

1 #DB97EE and #EEDB97 with #97EEDB are triadic colors.

2 #DBEE97 and #EE97DB with #97EEDB are triadic colors.