COLOR #88C46C

HEX: #88C46C
RGB: (136,196,108)

Color info

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

RGB color model

#88C46C color RGB value is (136,196,108).

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

RGB channels and saturation

R 136 of 255 = 53%
G 196 of 255 = 77%
B 108 of 255 = 42%

136
196
108

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

Portions of RGB colors in percentages

R + G + B =
136 + 196 + 108 = 440 (100%)
R 136 of 440 ~ 30.91%
G 196 of 440 ~ 44.55%
B 108 of 440 ~ 24.55%

%30.91
%44.55
%24.55

CMYK color model

#88C46C color CMYK value is (31,0,45,23).

  • cyan value is 30.61%
  • magenta value is 0.00%
  • yellow value is 44.90%
  • key color value is 23.14%
CMYK:
(31,0,45,23)
C31M0Y45K23 
(31%,0%,45%,23%)
(0.31/0.00/0.45/0.23)	

CMYK percentages

%30.61
%0
%44.9
%23.14

Codes

Color #88C46C in popluar color models

88C46C
RGB136196108
HSL101°42.72%59.61%
HSB/HSV101°44.90%76.86%
CMYK30.61%0.00%44.90%
23.14%

Color #88C46C in popluar number systems.

HEX88C46C
Decimal136196108
Binary10001000110001001101100
Octal210304154

Shades and tints

Shades of #88C46C

#88C46C
(136,196,108)
#7CB363
(124,179,99)
#70A25A
(112,162,90)
#649151
(100,145,81)
#588048
(88,128,72)
#4C6F3F
(76,111,63)
#405E36
(64,94,54)
#344D2D
(52,77,45)
#283C24
(40,60,36)
#1C2B1B
(28,43,27)
#101A12
(16,26,18)
#000000
(0,0,0)

Tints of #88C46C

#88C46C
(136,196,108)
#92C979
(146,201,121)
#9CCE86
(156,206,134)
#A6D393
(166,211,147)
#B0D8A0
(176,216,160)
#BADDAD
(186,221,173)
#C4E2BA
(196,226,186)
#CEE7C7
(206,231,199)
#D8ECD4
(216,236,212)
#E2F1E1
(226,241,225)
#ECF6EE
(236,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88C46C; }

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

This text font color is #88C46C.


Background Color

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

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

This div background color is #88C46C.


Border color

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

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

This div border color is #88C46C.


Opacity

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

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

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

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

This text has shadow with #88C46C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88C46C on black background.


Color preview on white background

This text has color #88C46C on white background.



Black color preview on #88C46C background

This text has black color on #88C46C background.


White color preview on #88C46C background

This text has white color on #88C46C background.