COLOR #88C59C

HEX: #88C59C
RGB: (136,197,156)

Color info

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

RGB color model

#88C59C color RGB value is (136,197,156).

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

RGB channels and saturation

R 136 of 255 = 53%
G 197 of 255 = 77%
B 156 of 255 = 61%

136
197
156

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

Portions of RGB colors in percentages

R + G + B =
136 + 197 + 156 = 489 (100%)
R 136 of 489 ~ 27.81%
G 197 of 489 ~ 40.29%
B 156 of 489 ~ 31.9%

%27.81
%40.29
%31.9

CMYK color model

#88C59C color CMYK value is (31,0,21,23).

  • cyan value is 30.96%
  • magenta value is 0.00%
  • yellow value is 20.81%
  • key color value is 22.75%
CMYK:
(31,0,21,23)
C31M0Y21K23 
(31%,0%,21%,23%)
(0.31/0.00/0.21/0.23)	

CMYK percentages

%30.96
%0
%20.81
%22.75

Codes

Color #88C59C in popluar color models

88C59C
RGB136197156
HSL140°34.46%65.29%
HSB/HSV140°30.96%77.25%
CMYK30.96%0.00%20.81%
22.75%

Color #88C59C in popluar number systems.

HEX88C59C
Decimal136197156
Binary100010001100010110011100
Octal210305234

Shades and tints

Shades of #88C59C

#88C59C
(136,197,156)
#7CB48E
(124,180,142)
#70A380
(112,163,128)
#649272
(100,146,114)
#588164
(88,129,100)
#4C7056
(76,112,86)
#405F48
(64,95,72)
#344E3A
(52,78,58)
#283D2C
(40,61,44)
#1C2C1E
(28,44,30)
#101B10
(16,27,16)
#000000
(0,0,0)

Tints of #88C59C

#88C59C
(136,197,156)
#92CAA5
(146,202,165)
#9CCFAE
(156,207,174)
#A6D4B7
(166,212,183)
#B0D9C0
(176,217,192)
#BADEC9
(186,222,201)
#C4E3D2
(196,227,210)
#CEE8DB
(206,232,219)
#D8EDE4
(216,237,228)
#E2F2ED
(226,242,237)
#ECF7F6
(236,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88C59C; }

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

This text font color is #88C59C.


Background Color

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

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

This div background color is #88C59C.


Border color

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

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

This div border color is #88C59C.


Opacity

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

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

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

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

This text has shadow with #88C59C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88C59C on black background.


Color preview on white background

This text has color #88C59C on white background.



Black color preview on #88C59C background

This text has black color on #88C59C background.


White color preview on #88C59C background

This text has white color on #88C59C background.