COLOR #88DE8B

HEX: #88DE8B RGB: (136,222,139)

Color info

#88DE8B contains mainly green color. Web safe color of #88DE8B is #99CC99 (or #9C9).

RGB color model

#88DE8B color RGB value is (136,222,139).

RGB: (136,222,139) (53%, 87%, 55%)

RGB channels and saturation

R 136 of 255 = 53%
G 222 of 255 = 87%
B 139 of 255 = 55%

136
222
139

R + G + B ~ 65%. #88DE8B is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 222 + 139 = 497 (100%)
R 136 of 497 ~ 27.36%
G 222 of 497 ~ 44.67%
B 139 of 497 ~ 27.97'%

%27.36
%44.67
%27.97

CMYK color model

#88DE8B color CMYK value is (39,0,37,13).

  • cyan value is 38.74%
  • magenta value is 0.00%
  • yellow value is 37.39%
  • key color value is 12.94%

CMYK: (39,0,37,13)
C39M0Y37K13 (39%, 0%, 37%, 13%)
(0.39 / 0.00 / 0.37 / 0.13)

CMYK percentages

%38.74
%0
%37.39
%12.94

Codes

Color #88DE8B in popluar color models

88 DE 8B
RGB 136 222 139
HSL 122° 56.58% 70.20%
HSB/HSV 122° 38.74% 87.06%
CMYK 38.74% 0.00% 37.39%
12.94%

Color #88DE8B in popluar number systems.

HEX 88 DE 8B
Decimal 136 222 139
Binary 10001000 11011110 10001011
Octal 210 336 213

Shades and tints

Shades of #88DE8B

#88DE8B
(136,222,139)
#7CCA7F
(124,202,127)
#70B673
(112,182,115)
#64A267
(100,162,103)
#588E5B
(88,142,91)
#4C7A4F
(76,122,79)
#406643
(64,102,67)
#345237
(52,82,55)
#283E2B
(40,62,43)
#1C2A1F
(28,42,31)
#101613
(16,22,19)
#000000
(0,0,0)

Tints of #88DE8B

#88DE8B
(136,222,139)
#92E195
(146,225,149)
#9CE49F
(156,228,159)
#A6E7A9
(166,231,169)
#B0EAB3
(176,234,179)
#BAEDBD
(186,237,189)
#C4F0C7
(196,240,199)
#CEF3D1
(206,243,209)
#D8F6DB
(216,246,219)
#E2F9E5
(226,249,229)
#ECFCEF
(236,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88DE8B color. Also use rgb(136,222,139) instead hex code.

Text Font Color

.myTextColor { color: #88DE8B; }

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

This text font color is #88DE8B.

Background Color

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

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

This div background color is #88DE8B.

Border color

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

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

This div border color is #88DE8B.

Opacity

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

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

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

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

This text has shadow with #88DE8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88DE8B.

Preview

Color preview on black background

This text has color #88DE8B on black background.


Color preview on white background

This text has color #88DE8B on white background.


Black color preview on #88DE8B background

This text has black color on #88DE8B background.


White color preview on #88DE8B background

This text has white color on #88DE8B background.


Related colors

Complementary color

Complementary color for #hex is #772174.


I love getcolorcode.com

Triadic colors

1 #8B88DE and #DE8B88 with #88DE8B are triadic colors.

2 #8BDE88 and #DE888B with #88DE8B are triadic colors.