COLOR #88C06C

HEX: #88C06C
RGB: (136,192,108)

Color info

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

RGB color model

#88C06C color RGB value is (136,192,108).

  • red value is 136;
  • green value is 192;
  • blue value is 108.
RGB:
(136,192,108)
(53%,75%,42%)

RGB channels and saturation

R 136 of 255 = 53%
G 192 of 255 = 75%
B 108 of 255 = 42%

136
192
108

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

Portions of RGB colors in percentages

R + G + B =
136 + 192 + 108 = 436 (100%)
R 136 of 436 ~ 31.19%
G 192 of 436 ~ 44.04%
B 108 of 436 ~ 24.77%

%31.19
%44.04
%24.77

CMYK color model

#88C06C color CMYK value is (29,0,44,25).

  • cyan value is 29.17%
  • magenta value is 0.00%
  • yellow value is 43.75%
  • key color value is 24.71%
CMYK:
(29,0,44,25)
C29M0Y44K25 
(29%,0%,44%,25%)
(0.29/0.00/0.44/0.25)	

CMYK percentages

%29.17
%0
%43.75
%24.71

Codes

Color #88C06C in popluar color models

88C06C
RGB136192108
HSL100°40.00%58.82%
HSB/HSV100°43.75%75.29%
CMYK29.17%0.00%43.75%
24.71%

Color #88C06C in popluar number systems.

HEX88C06C
Decimal136192108
Binary10001000110000001101100
Octal210300154

Shades and tints

Shades of #88C06C

#88C06C
(136,192,108)
#7CAF63
(124,175,99)
#709E5A
(112,158,90)
#648D51
(100,141,81)
#587C48
(88,124,72)
#4C6B3F
(76,107,63)
#405A36
(64,90,54)
#34492D
(52,73,45)
#283824
(40,56,36)
#1C271B
(28,39,27)
#101612
(16,22,18)
#000000
(0,0,0)

Tints of #88C06C

#88C06C
(136,192,108)
#92C579
(146,197,121)
#9CCA86
(156,202,134)
#A6CF93
(166,207,147)
#B0D4A0
(176,212,160)
#BAD9AD
(186,217,173)
#C4DEBA
(196,222,186)
#CEE3C7
(206,227,199)
#D8E8D4
(216,232,212)
#E2EDE1
(226,237,225)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88C06C color. Also use rgb(136,192,108) instead hex code.

Text Font Color

.myTextColor { color: #88C06C; }

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

This text font color is #88C06C.


Background Color

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

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

This div background color is #88C06C.


Border color

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

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

This div border color is #88C06C.


Opacity

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

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

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

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

This text has shadow with #88C06C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88C06C on black background.


Color preview on white background

This text has color #88C06C on white background.



Black color preview on #88C06C background

This text has black color on #88C06C background.


White color preview on #88C06C background

This text has white color on #88C06C background.