COLOR #88EA97

HEX: #88EA97
RGB: (136,234,151)

Color info

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

RGB color model

#88EA97 color RGB value is (136,234,151).

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

RGB channels and saturation

R 136 of 255 = 53%
G 234 of 255 = 92%
B 151 of 255 = 59%

136
234
151

R + G + B ~ 68%. #88EA97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 234 + 151 = 521 (100%)
R 136 of 521 ~ 26.1%
G 234 of 521 ~ 44.91%
B 151 of 521 ~ 28.98%

%26.1
%44.91
%28.98

CMYK color model

#88EA97 color CMYK value is (42,0,35,8).

  • cyan value is 41.88%
  • magenta value is 0.00%
  • yellow value is 35.47%
  • key color value is 8.24%
CMYK:
(42,0,35,8)
C42M0Y35K8 
(42%,0%,35%,8%)
(0.42/0.00/0.35/0.08)	

CMYK percentages

%41.88
%0
%35.47
%8.24

Codes

Color #88EA97 in popluar color models

88EA97
RGB136234151
HSL129°70.00%72.55%
HSB/HSV129°41.88%91.76%
CMYK41.88%0.00%35.47%
8.24%

Color #88EA97 in popluar number systems.

HEX88EA97
Decimal136234151
Binary100010001110101010010111
Octal210352227

Shades and tints

Shades of #88EA97

#88EA97
(136,234,151)
#7CD58A
(124,213,138)
#70C07D
(112,192,125)
#64AB70
(100,171,112)
#589663
(88,150,99)
#4C8156
(76,129,86)
#406C49
(64,108,73)
#34573C
(52,87,60)
#28422F
(40,66,47)
#1C2D22
(28,45,34)
#101815
(16,24,21)
#000000
(0,0,0)

Tints of #88EA97

#88EA97
(136,234,151)
#92EBA0
(146,235,160)
#9CECA9
(156,236,169)
#A6EDB2
(166,237,178)
#B0EEBB
(176,238,187)
#BAEFC4
(186,239,196)
#C4F0CD
(196,240,205)
#CEF1D6
(206,241,214)
#D8F2DF
(216,242,223)
#E2F3E8
(226,243,232)
#ECF4F1
(236,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88EA97 color. Also use rgb(136,234,151) instead hex code.

Text Font Color

.myTextColor { color: #88EA97; }

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

This text font color is #88EA97.


Background Color

.myBgColor { background-color: #88EA97; }

<div style="background-color:#88EA97">Inner text</div>

This div background color is #88EA97.


Border color

.myBorderColor { border: 1px solid #88EA97; }

<div style="border:3px solid #88EA97">Div</div>

This div border color is #88EA97.


Opacity

.myOpacity80 { color: #88EA97; opacity: 0.8; }

<p style="color:#88EA97;opacity:0.8;">80%</p>

Text with #88EA97 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 #88EA97;}

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

This text has shadow with #88EA97 color.

.textShadow {text-shadow: 3px 3px 1px #88EA97, 3px 3px 1px red;}

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

This text has shadow with #88EA97 primary color and red secondary color.


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

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

This text has shadow with #88EA97 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88EA97 on black background.


Color preview on white background

This text has color #88EA97 on white background.



Black color preview on #88EA97 background

This text has black color on #88EA97 background.


White color preview on #88EA97 background

This text has white color on #88EA97 background.