COLOR #88D67E

HEX: #88D67E RGB: (136,214,126)

Color info

#88D67E contains mainly green color. Web safe color of #88D67E is #99CC66 (or #9C6).

RGB color model

#88D67E color RGB value is (136,214,126).

RGB: (136,214,126) (53%, 84%, 49%)

RGB channels and saturation

R 136 of 255 = 53%
G 214 of 255 = 84%
B 126 of 255 = 49%

136
214
126

R + G + B ~ 62%. #88D67E is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 214 + 126 = 476 (100%)
R 136 of 476 ~ 28.57%
G 214 of 476 ~ 44.96%
B 126 of 476 ~ 26.47'%

%28.57
%44.96
%26.47

CMYK color model

#88D67E color CMYK value is (36,0,41,16).

  • cyan value is 36.45%
  • magenta value is 0.00%
  • yellow value is 41.12%
  • key color value is 16.08%
CMYK: (36,0,41,16) C36M0Y41K16 (36%,0%,41%,16%) (0.36/0.00/0.41/0.16) 

CMYK percentages

%36.45
%0
%41.12
%16.08

Codes

Color #88D67E in popluar color models

88 D6 7E
RGB 136 214 126
HSL 113° 51.76% 66.67%
HSB/HSV 113° 41.12% 83.92%
CMYK 36.45% 0.00% 41.12%
16.08%

Color #88D67E in popluar number systems.

HEX 88 D6 7E
Decimal 136 214 126
Binary 10001000 11010110 1111110
Octal 210 326 176

Shades and tints

Shades of #88D67E

#88D67E
(136,214,126)
#7CC373
(124,195,115)
#70B068
(112,176,104)
#649D5D
(100,157,93)
#588A52
(88,138,82)
#4C7747
(76,119,71)
#40643C
(64,100,60)
#345131
(52,81,49)
#283E26
(40,62,38)
#1C2B1B
(28,43,27)
#101810
(16,24,16)
#000000
(0,0,0)

Tints of #88D67E

#88D67E
(136,214,126)
#92D989
(146,217,137)
#9CDC94
(156,220,148)
#A6DF9F
(166,223,159)
#B0E2AA
(176,226,170)
#BAE5B5
(186,229,181)
#C4E8C0
(196,232,192)
#CEEBCB
(206,235,203)
#D8EED6
(216,238,214)
#E2F1E1
(226,241,225)
#ECF4EC
(236,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88D67E color. Also use rgb(136,214,126) instead hex code.

Text Font Color

.myTextColor { color: #88D67E; }

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

This text font color is #88D67E.

Background Color

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

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

This div background color is #88D67E.

Border color

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

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

This div border color is #88D67E.

Opacity

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

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

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

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

This text has shadow with #88D67E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88D67E.

Preview

Color preview on black background

This text has color #88D67E on black background.


Color preview on white background

This text has color #88D67E on white background.


Black color preview on #88D67E background

This text has black color on #88D67E background.


White color preview on #88D67E background

This text has white color on #88D67E background.


Related colors

Complementary color

Complementary color for #hex is #772981.


I love getcolorcode.com

Triadic colors

1 #7E88D6 and #D67E88 with #88D67E are triadic colors.

2 #7ED688 and #D6887E with #88D67E are triadic colors.