COLOR #88C59F

HEX: #88C59F
RGB: (136,197,159)

Color info

#88C59F contains mainly green and blue colors. Web safe color of #88C59F is #99CC99 (or #9C9).

RGB color model

#88C59F color RGB value is (136,197,159).

  • red value is 136;
  • green value is 197;
  • blue value is 159.
RGB:
(136,197,159)
(53%,77%,62%)

RGB channels and saturation

R 136 of 255 = 53%
G 197 of 255 = 77%
B 159 of 255 = 62%

136
197
159

R + G + B ~ 64%. #88C59F is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 197 + 159 = 492 (100%)
R 136 of 492 ~ 27.64%
G 197 of 492 ~ 40.04%
B 159 of 492 ~ 32.32%

%27.64
%40.04
%32.32

CMYK color model

#88C59F color CMYK value is (31,0,19,23).

  • cyan value is 30.96%
  • magenta value is 0.00%
  • yellow value is 19.29%
  • key color value is 22.75%
CMYK:
(31,0,19,23)
C31M0Y19K23 
(31%,0%,19%,23%)
(0.31/0.00/0.19/0.23)	

CMYK percentages

%30.96
%0
%19.29
%22.75

Codes

Color #88C59F in popluar color models

88C59F
RGB136197159
HSL143°34.46%65.29%
HSB/HSV143°30.96%77.25%
CMYK30.96%0.00%19.29%
22.75%

Color #88C59F in popluar number systems.

HEX88C59F
Decimal136197159
Binary100010001100010110011111
Octal210305237

Shades and tints

Shades of #88C59F

#88C59F
(136,197,159)
#7CB491
(124,180,145)
#70A383
(112,163,131)
#649275
(100,146,117)
#588167
(88,129,103)
#4C7059
(76,112,89)
#405F4B
(64,95,75)
#344E3D
(52,78,61)
#283D2F
(40,61,47)
#1C2C21
(28,44,33)
#101B13
(16,27,19)
#000000
(0,0,0)

Tints of #88C59F

#88C59F
(136,197,159)
#92CAA7
(146,202,167)
#9CCFAF
(156,207,175)
#A6D4B7
(166,212,183)
#B0D9BF
(176,217,191)
#BADEC7
(186,222,199)
#C4E3CF
(196,227,207)
#CEE8D7
(206,232,215)
#D8EDDF
(216,237,223)
#E2F2E7
(226,242,231)
#ECF7EF
(236,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88C59F; }

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

This text font color is #88C59F.


Background Color

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

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

This div background color is #88C59F.


Border color

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

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

This div border color is #88C59F.


Opacity

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

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

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

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

This text has shadow with #88C59F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88C59F on black background.


Color preview on white background

This text has color #88C59F on white background.



Black color preview on #88C59F background

This text has black color on #88C59F background.


White color preview on #88C59F background

This text has white color on #88C59F background.