COLOR #88C57E

HEX: #88C57E RGB: (136,197,126)

Color info

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

RGB color model

#88C57E color RGB value is (136,197,126).

RGB: (136,197,126) (53%, 77%, 49%)

RGB channels and saturation

R 136 of 255 = 53%
G 197 of 255 = 77%
B 126 of 255 = 49%

136
197
126

R + G + B ~ 60%. #88C57E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 197 + 126 = 459 (100%)
R 136 of 459 ~ 29.63%
G 197 of 459 ~ 42.92%
B 126 of 459 ~ 27.45'%

%29.63
%42.92
%27.45

CMYK color model

#88C57E color CMYK value is (31,0,36,23).

  • cyan value is 30.96%
  • magenta value is 0.00%
  • yellow value is 36.04%
  • key color value is 22.75%
CMYK: (31,0,36,23) C31M0Y36K23 (31%,0%,36%,23%) (0.31/0.00/0.36/0.23) 

CMYK percentages

%30.96
%0
%36.04
%22.75

Codes

Color #88C57E in popluar color models

88 C5 7E
RGB 136 197 126
HSL 112° 37.97% 63.33%
HSB/HSV 112° 36.04% 77.25%
CMYK 30.96% 0.00% 36.04%
22.75%

Color #88C57E in popluar number systems.

HEX 88 C5 7E
Decimal 136 197 126
Binary 10001000 11000101 1111110
Octal 210 305 176

Shades and tints

Shades of #88C57E

#88C57E
(136,197,126)
#7CB473
(124,180,115)
#70A368
(112,163,104)
#64925D
(100,146,93)
#588152
(88,129,82)
#4C7047
(76,112,71)
#405F3C
(64,95,60)
#344E31
(52,78,49)
#283D26
(40,61,38)
#1C2C1B
(28,44,27)
#101B10
(16,27,16)
#000000
(0,0,0)

Tints of #88C57E

#88C57E
(136,197,126)
#92CA89
(146,202,137)
#9CCF94
(156,207,148)
#A6D49F
(166,212,159)
#B0D9AA
(176,217,170)
#BADEB5
(186,222,181)
#C4E3C0
(196,227,192)
#CEE8CB
(206,232,203)
#D8EDD6
(216,237,214)
#E2F2E1
(226,242,225)
#ECF7EC
(236,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88C57E; }

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

This text font color is #88C57E.

Background Color

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

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

This div background color is #88C57E.

Border color

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

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

This div border color is #88C57E.

Opacity

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

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

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

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

This text has shadow with #88C57E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88C57E.

Preview

Color preview on black background

This text has color #88C57E on black background.


Color preview on white background

This text has color #88C57E on white background.


Black color preview on #88C57E background

This text has black color on #88C57E background.


White color preview on #88C57E background

This text has white color on #88C57E background.


Related colors

Complementary color

Complementary color for #hex is #773A81.


I love getcolorcode.com

Triadic colors

1 #7E88C5 and #C57E88 with #88C57E are triadic colors.

2 #7EC588 and #C5887E with #88C57E are triadic colors.