COLOR #88EF86

HEX: #88EF86
RGB: (136,239,134)

Color info

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

RGB color model

#88EF86 color RGB value is (136,239,134).

  • red value is 136;
  • green value is 239;
  • blue value is 134.
RGB:
(136,239,134)
(53%,94%,53%)

RGB channels and saturation

R 136 of 255 = 53%
G 239 of 255 = 94%
B 134 of 255 = 53%

136
239
134

R + G + B ~ 67%. #88EF86 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 239 + 134 = 509 (100%)
R 136 of 509 ~ 26.72%
G 239 of 509 ~ 46.95%
B 134 of 509 ~ 26.33%

%26.72
%46.95
%26.33

CMYK color model

#88EF86 color CMYK value is (43,0,44,6).

  • cyan value is 43.10%
  • magenta value is 0.00%
  • yellow value is 43.93%
  • key color value is 6.27%
CMYK:
(43,0,44,6)
C43M0Y44K6 
(43%,0%,44%,6%)
(0.43/0.00/0.44/0.06)	

CMYK percentages

%43.1
%0
%43.93
%6.27

Codes

Color #88EF86 in popluar color models

88EF86
RGB136239134
HSL119°76.64%73.14%
HSB/HSV119°43.93%93.73%
CMYK43.10%0.00%43.93%
6.27%

Color #88EF86 in popluar number systems.

HEX88EF86
Decimal136239134
Binary100010001110111110000110
Octal210357206

Shades and tints

Shades of #88EF86

#88EF86
(136,239,134)
#7CDA7A
(124,218,122)
#70C56E
(112,197,110)
#64B062
(100,176,98)
#589B56
(88,155,86)
#4C864A
(76,134,74)
#40713E
(64,113,62)
#345C32
(52,92,50)
#284726
(40,71,38)
#1C321A
(28,50,26)
#101D0E
(16,29,14)
#000000
(0,0,0)

Tints of #88EF86

#88EF86
(136,239,134)
#92F091
(146,240,145)
#9CF19C
(156,241,156)
#A6F2A7
(166,242,167)
#B0F3B2
(176,243,178)
#BAF4BD
(186,244,189)
#C4F5C8
(196,245,200)
#CEF6D3
(206,246,211)
#D8F7DE
(216,247,222)
#E2F8E9
(226,248,233)
#ECF9F4
(236,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88EF86 color. Also use rgb(136,239,134) instead hex code.

Text Font Color

.myTextColor { color: #88EF86; }

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

This text font color is #88EF86.


Background Color

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

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

This div background color is #88EF86.


Border color

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

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

This div border color is #88EF86.


Opacity

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

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

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

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

This text has shadow with #88EF86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88EF86 on black background.


Color preview on white background

This text has color #88EF86 on white background.



Black color preview on #88EF86 background

This text has black color on #88EF86 background.


White color preview on #88EF86 background

This text has white color on #88EF86 background.