COLOR #88EE9F

HEX: #88EE9F RGB: (136,238,159)

Color info

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

RGB color model

#88EE9F color RGB value is (136,238,159).

RGB: (136,238,159) (53%, 93%, 62%)

RGB channels and saturation

R 136 of 255 = 53%
G 238 of 255 = 93%
B 159 of 255 = 62%

136
238
159

R + G + B ~ 69%. #88EE9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 238 + 159 = 533 (100%)
R 136 of 533 ~ 25.52%
G 238 of 533 ~ 44.65%
B 159 of 533 ~ 29.83'%

%25.52
%44.65
%29.83

CMYK color model

#88EE9F color CMYK value is (43,0,33,7).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 33.19%
  • key color value is 6.67%

CMYK: (43,0,33,7)
C43M0Y33K7 (43%, 0%, 33%, 7%)
(0.43 / 0.00 / 0.33 / 0.07)

CMYK percentages

%42.86
%0
%33.19
%6.67

Codes

Color #88EE9F in popluar color models

88 EE 9F
RGB 136 238 159
HSL 134° 75.00% 73.33%
HSB/HSV 134° 42.86% 93.33%
CMYK 42.86% 0.00% 33.19%
6.67%

Color #88EE9F in popluar number systems.

HEX 88 EE 9F
Decimal 136 238 159
Binary 10001000 11101110 10011111
Octal 210 356 237

Shades and tints

Shades of #88EE9F

#88EE9F
(136,238,159)
#7CD991
(124,217,145)
#70C483
(112,196,131)
#64AF75
(100,175,117)
#589A67
(88,154,103)
#4C8559
(76,133,89)
#40704B
(64,112,75)
#345B3D
(52,91,61)
#28462F
(40,70,47)
#1C3121
(28,49,33)
#101C13
(16,28,19)
#000000
(0,0,0)

Tints of #88EE9F

#88EE9F
(136,238,159)
#92EFA7
(146,239,167)
#9CF0AF
(156,240,175)
#A6F1B7
(166,241,183)
#B0F2BF
(176,242,191)
#BAF3C7
(186,243,199)
#C4F4CF
(196,244,207)
#CEF5D7
(206,245,215)
#D8F6DF
(216,246,223)
#E2F7E7
(226,247,231)
#ECF8EF
(236,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88EE9F color. Also use rgb(136,238,159) instead hex code.

Text Font Color

.myTextColor { color: #88EE9F; }

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

This text font color is #88EE9F.

Background Color

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

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

This div background color is #88EE9F.

Border color

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

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

This div border color is #88EE9F.

Opacity

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

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

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

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

This text has shadow with #88EE9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88EE9F.

Preview

Color preview on black background

This text has color #88EE9F on black background.


Color preview on white background

This text has color #88EE9F on white background.


Black color preview on #88EE9F background

This text has black color on #88EE9F background.


White color preview on #88EE9F background

This text has white color on #88EE9F background.


Related colors

Complementary color

Complementary color for #hex is #771160.


I love getcolorcode.com

Triadic colors

1 #9F88EE and #EE9F88 with #88EE9F are triadic colors.

2 #9FEE88 and #EE889F with #88EE9F are triadic colors.