COLOR #88C384

HEX: #88C384
RGB: (136,195,132)

Color info

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

RGB color model

#88C384 color RGB value is (136,195,132).

  • red value is 136;
  • green value is 195;
  • blue value is 132.
RGB:
(136,195,132)
(53%,76%,52%)

RGB channels and saturation

R 136 of 255 = 53%
G 195 of 255 = 76%
B 132 of 255 = 52%

136
195
132

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

Portions of RGB colors in percentages

R + G + B =
136 + 195 + 132 = 463 (100%)
R 136 of 463 ~ 29.37%
G 195 of 463 ~ 42.12%
B 132 of 463 ~ 28.51%

%29.37
%42.12
%28.51

CMYK color model

#88C384 color CMYK value is (30,0,32,24).

  • cyan value is 30.26%
  • magenta value is 0.00%
  • yellow value is 32.31%
  • key color value is 23.53%
CMYK:
(30,0,32,24)
C30M0Y32K24 
(30%,0%,32%,24%)
(0.30/0.00/0.32/0.24)	

CMYK percentages

%30.26
%0
%32.31
%23.53

Codes

Color #88C384 in popluar color models

88C384
RGB136195132
HSL116°34.43%64.12%
HSB/HSV116°32.31%76.47%
CMYK30.26%0.00%32.31%
23.53%

Color #88C384 in popluar number systems.

HEX88C384
Decimal136195132
Binary100010001100001110000100
Octal210303204

Shades and tints

Shades of #88C384

#88C384
(136,195,132)
#7CB278
(124,178,120)
#70A16C
(112,161,108)
#649060
(100,144,96)
#587F54
(88,127,84)
#4C6E48
(76,110,72)
#405D3C
(64,93,60)
#344C30
(52,76,48)
#283B24
(40,59,36)
#1C2A18
(28,42,24)
#10190C
(16,25,12)
#000000
(0,0,0)

Tints of #88C384

#88C384
(136,195,132)
#92C88F
(146,200,143)
#9CCD9A
(156,205,154)
#A6D2A5
(166,210,165)
#B0D7B0
(176,215,176)
#BADCBB
(186,220,187)
#C4E1C6
(196,225,198)
#CEE6D1
(206,230,209)
#D8EBDC
(216,235,220)
#E2F0E7
(226,240,231)
#ECF5F2
(236,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88C384; }

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

This text font color is #88C384.


Background Color

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

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

This div background color is #88C384.


Border color

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

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

This div border color is #88C384.


Opacity

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

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

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

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

This text has shadow with #88C384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88C384 on black background.


Color preview on white background

This text has color #88C384 on white background.



Black color preview on #88C384 background

This text has black color on #88C384 background.


White color preview on #88C384 background

This text has white color on #88C384 background.