COLOR #97EDB8

HEX: #97EDB8 RGB: (151,237,184)

Color info

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

RGB color model

#97EDB8 color RGB value is (151,237,184).

RGB: (151,237,184) (59%, 93%, 72%)

RGB channels and saturation

R 151 of 255 = 59%
G 237 of 255 = 93%
B 184 of 255 = 72%

151
237
184

R + G + B ~ 75%. #97EDB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 237 + 184 = 572 (100%)
R 151 of 572 ~ 26.4%
G 237 of 572 ~ 41.43%
B 184 of 572 ~ 32.17'%

%26.4
%41.43
%32.17

CMYK color model

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

  • cyan value is 36.29%
  • magenta value is 0.00%
  • yellow value is 22.36%
  • key color value is 7.06%

CMYK: (36,0,22,7)
C36M0Y22K7 (36%, 0%, 22%, 7%)
(0.36 / 0.00 / 0.22 / 0.07)

CMYK percentages

%36.29
%0
%22.36
%7.06

Codes

Color #97EDB8 in popluar color models

97 ED B8
RGB 151 237 184
HSL 143° 70.49% 76.08%
HSB/HSV 143° 36.29% 92.94%
CMYK 36.29% 0.00% 22.36%
7.06%

Color #97EDB8 in popluar number systems.

HEX 97 ED B8
Decimal 151 237 184
Binary 10010111 11101101 10111000
Octal 227 355 270

Shades and tints

Shades of #97EDB8

#97EDB8
(151,237,184)
#8AD8A8
(138,216,168)
#7DC398
(125,195,152)
#70AE88
(112,174,136)
#639978
(99,153,120)
#568468
(86,132,104)
#496F58
(73,111,88)
#3C5A48
(60,90,72)
#2F4538
(47,69,56)
#223028
(34,48,40)
#151B18
(21,27,24)
#000000
(0,0,0)

Tints of #97EDB8

#97EDB8
(151,237,184)
#A0EEBE
(160,238,190)
#A9EFC4
(169,239,196)
#B2F0CA
(178,240,202)
#BBF1D0
(187,241,208)
#C4F2D6
(196,242,214)
#CDF3DC
(205,243,220)
#D6F4E2
(214,244,226)
#DFF5E8
(223,245,232)
#E8F6EE
(232,246,238)
#F1F7F4
(241,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97EDB8; }

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

This text font color is #97EDB8.

Background Color

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

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

This div background color is #97EDB8.

Border color

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

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

This div border color is #97EDB8.

Opacity

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

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

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

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

This text has shadow with #97EDB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97EDB8.

Preview

Color preview on black background

This text has color #97EDB8 on black background.


Color preview on white background

This text has color #97EDB8 on white background.


Black color preview on #97EDB8 background

This text has black color on #97EDB8 background.


White color preview on #97EDB8 background

This text has white color on #97EDB8 background.


Related colors

Complementary color

Complementary color for #hex is #681247.


I love getcolorcode.com

Triadic colors

1 #B897ED and #EDB897 with #97EDB8 are triadic colors.

2 #B8ED97 and #ED97B8 with #97EDB8 are triadic colors.