COLOR #97ED88

HEX: #97ED88
RGB: (151,237,136)

Color info

#97ED88 contains mainly green color. Web safe color of #97ED88 is #99FF99 (or #9F9).

RGB color model

#97ED88 color RGB value is (151,237,136).

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

RGB channels and saturation

R 151 of 255 = 59%
G 237 of 255 = 93%
B 136 of 255 = 53%

151
237
136

R + G + B ~ 68%. #97ED88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 237 + 136 = 524 (100%)
R 151 of 524 ~ 28.82%
G 237 of 524 ~ 45.23%
B 136 of 524 ~ 25.95%

%28.82
%45.23
%25.95

CMYK color model

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

  • cyan value is 36.29%
  • magenta value is 0.00%
  • yellow value is 42.62%
  • key color value is 7.06%
CMYK:
(36,0,43,7)
C36M0Y43K7 
(36%,0%,43%,7%)
(0.36/0.00/0.43/0.07)	

CMYK percentages

%36.29
%0
%42.62
%7.06

Codes

Color #97ED88 in popluar color models

97ED88
RGB151237136
HSL111°73.72%73.14%
HSB/HSV111°42.62%92.94%
CMYK36.29%0.00%42.62%
7.06%

Color #97ED88 in popluar number systems.

HEX97ED88
Decimal151237136
Binary100101111110110110001000
Octal227355210

Shades and tints

Shades of #97ED88

#97ED88
(151,237,136)
#8AD87C
(138,216,124)
#7DC370
(125,195,112)
#70AE64
(112,174,100)
#639958
(99,153,88)
#56844C
(86,132,76)
#496F40
(73,111,64)
#3C5A34
(60,90,52)
#2F4528
(47,69,40)
#22301C
(34,48,28)
#151B10
(21,27,16)
#000000
(0,0,0)

Tints of #97ED88

#97ED88
(151,237,136)
#A0EE92
(160,238,146)
#A9EF9C
(169,239,156)
#B2F0A6
(178,240,166)
#BBF1B0
(187,241,176)
#C4F2BA
(196,242,186)
#CDF3C4
(205,243,196)
#D6F4CE
(214,244,206)
#DFF5D8
(223,245,216)
#E8F6E2
(232,246,226)
#F1F7EC
(241,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97ED88; }

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

This text font color is #97ED88.


Background Color

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

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

This div background color is #97ED88.


Border color

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

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

This div border color is #97ED88.


Opacity

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

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

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

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

This text has shadow with #97ED88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97ED88 on black background.


Color preview on white background

This text has color #97ED88 on white background.



Black color preview on #97ED88 background

This text has black color on #97ED88 background.


White color preview on #97ED88 background

This text has white color on #97ED88 background.