COLOR #88C97C

HEX: #88C97C
RGB: (136,201,124)

Color info

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

RGB color model

#88C97C color RGB value is (136,201,124).

  • red value is 136;
  • green value is 201;
  • blue value is 124.
RGB:
(136,201,124)
(53%,79%,49%)

RGB channels and saturation

R 136 of 255 = 53%
G 201 of 255 = 79%
B 124 of 255 = 49%

136
201
124

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

Portions of RGB colors in percentages

R + G + B =
136 + 201 + 124 = 461 (100%)
R 136 of 461 ~ 29.5%
G 201 of 461 ~ 43.6%
B 124 of 461 ~ 26.9%

%29.5
%43.6
%26.9

CMYK color model

#88C97C color CMYK value is (32,0,38,21).

  • cyan value is 32.34%
  • magenta value is 0.00%
  • yellow value is 38.31%
  • key color value is 21.18%
CMYK:
(32,0,38,21)
C32M0Y38K21 
(32%,0%,38%,21%)
(0.32/0.00/0.38/0.21)	

CMYK percentages

%32.34
%0
%38.31
%21.18

Codes

Color #88C97C in popluar color models

88C97C
RGB136201124
HSL111°41.62%63.73%
HSB/HSV111°38.31%78.82%
CMYK32.34%0.00%38.31%
21.18%

Color #88C97C in popluar number systems.

HEX88C97C
Decimal136201124
Binary10001000110010011111100
Octal210311174

Shades and tints

Shades of #88C97C

#88C97C
(136,201,124)
#7CB771
(124,183,113)
#70A566
(112,165,102)
#64935B
(100,147,91)
#588150
(88,129,80)
#4C6F45
(76,111,69)
#405D3A
(64,93,58)
#344B2F
(52,75,47)
#283924
(40,57,36)
#1C2719
(28,39,25)
#10150E
(16,21,14)
#000000
(0,0,0)

Tints of #88C97C

#88C97C
(136,201,124)
#92CD87
(146,205,135)
#9CD192
(156,209,146)
#A6D59D
(166,213,157)
#B0D9A8
(176,217,168)
#BADDB3
(186,221,179)
#C4E1BE
(196,225,190)
#CEE5C9
(206,229,201)
#D8E9D4
(216,233,212)
#E2EDDF
(226,237,223)
#ECF1EA
(236,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88C97C color. Also use rgb(136,201,124) instead hex code.

Text Font Color

.myTextColor { color: #88C97C; }

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

This text font color is #88C97C.


Background Color

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

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

This div background color is #88C97C.


Border color

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

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

This div border color is #88C97C.


Opacity

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

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

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

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

This text has shadow with #88C97C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88C97C on black background.


Color preview on white background

This text has color #88C97C on white background.



Black color preview on #88C97C background

This text has black color on #88C97C background.


White color preview on #88C97C background

This text has white color on #88C97C background.