COLOR #88C37C

HEX: #88C37C RGB: (136,195,124)

Color info

#88C37C contains mainly red and green colors. Web safe color of #88C37C is #99CC66 (or #9C6).

RGB color model

#88C37C color RGB value is (136,195,124).

RGB: (136,195,124) (53%, 76%, 49%)

RGB channels and saturation

R 136 of 255 = 53%
G 195 of 255 = 76%
B 124 of 255 = 49%

136
195
124

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

Portions of RGB colors in percentages

R + G + B = 136 + 195 + 124 = 455 (100%)
R 136 of 455 ~ 29.89%
G 195 of 455 ~ 42.86%
B 124 of 455 ~ 27.25'%

%29.89
%42.86
%27.25

CMYK color model

#88C37C color CMYK value is (30,0,36,24).

  • cyan value is 30.26%
  • magenta value is 0.00%
  • yellow value is 36.41%
  • key color value is 23.53%

CMYK: (30,0,36,24)
C30M0Y36K24 (30%, 0%, 36%, 24%)
(0.30 / 0.00 / 0.36 / 0.24)

CMYK percentages

%30.26
%0
%36.41
%23.53

Codes

Color #88C37C in popluar color models

88 C3 7C
RGB 136 195 124
HSL 110° 37.17% 62.55%
HSB/HSV 110° 36.41% 76.47%
CMYK 30.26% 0.00% 36.41%
23.53%

Color #88C37C in popluar number systems.

HEX 88 C3 7C
Decimal 136 195 124
Binary 10001000 11000011 1111100
Octal 210 303 174

Shades and tints

Shades of #88C37C

#88C37C
(136,195,124)
#7CB271
(124,178,113)
#70A166
(112,161,102)
#64905B
(100,144,91)
#587F50
(88,127,80)
#4C6E45
(76,110,69)
#405D3A
(64,93,58)
#344C2F
(52,76,47)
#283B24
(40,59,36)
#1C2A19
(28,42,25)
#10190E
(16,25,14)
#000000
(0,0,0)

Tints of #88C37C

#88C37C
(136,195,124)
#92C887
(146,200,135)
#9CCD92
(156,205,146)
#A6D29D
(166,210,157)
#B0D7A8
(176,215,168)
#BADCB3
(186,220,179)
#C4E1BE
(196,225,190)
#CEE6C9
(206,230,201)
#D8EBD4
(216,235,212)
#E2F0DF
(226,240,223)
#ECF5EA
(236,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88C37C; }

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

This text font color is #88C37C.

Background Color

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

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

This div background color is #88C37C.

Border color

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

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

This div border color is #88C37C.

Opacity

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

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

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

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

This text has shadow with #88C37C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88C37C.

Preview

Color preview on black background

This text has color #88C37C on black background.


Color preview on white background

This text has color #88C37C on white background.


Black color preview on #88C37C background

This text has black color on #88C37C background.


White color preview on #88C37C background

This text has white color on #88C37C background.


Related colors

Complementary color

Complementary color for #hex is #773C83.


I love getcolorcode.com

Triadic colors

1 #7C88C3 and #C37C88 with #88C37C are triadic colors.

2 #7CC388 and #C3887C with #88C37C are triadic colors.