COLOR #88C884

HEX: #88C884
RGB: (136,200,132)

Color info

#88C884 contains mainly green color. Web safe color of #88C884 is #99CC99 (or #9C9).

RGB color model

#88C884 color RGB value is (136,200,132).

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

RGB channels and saturation

R 136 of 255 = 53%
G 200 of 255 = 78%
B 132 of 255 = 52%

136
200
132

R + G + B ~ 61%. #88C884 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 200 + 132 = 468 (100%)
R 136 of 468 ~ 29.06%
G 200 of 468 ~ 42.74%
B 132 of 468 ~ 28.21%

%29.06
%42.74
%28.21

CMYK color model

#88C884 color CMYK value is (32,0,34,22).

  • cyan value is 32.00%
  • magenta value is 0.00%
  • yellow value is 34.00%
  • key color value is 21.57%
CMYK:
(32,0,34,22)
C32M0Y34K22 
(32%,0%,34%,22%)
(0.32/0.00/0.34/0.22)	

CMYK percentages

%32
%0
%34
%21.57

Codes

Color #88C884 in popluar color models

88C884
RGB136200132
HSL116°38.20%65.10%
HSB/HSV116°34.00%78.43%
CMYK32.00%0.00%34.00%
21.57%

Color #88C884 in popluar number systems.

HEX88C884
Decimal136200132
Binary100010001100100010000100
Octal210310204

Shades and tints

Shades of #88C884

#88C884
(136,200,132)
#7CB678
(124,182,120)
#70A46C
(112,164,108)
#649260
(100,146,96)
#588054
(88,128,84)
#4C6E48
(76,110,72)
#405C3C
(64,92,60)
#344A30
(52,74,48)
#283824
(40,56,36)
#1C2618
(28,38,24)
#10140C
(16,20,12)
#000000
(0,0,0)

Tints of #88C884

#88C884
(136,200,132)
#92CD8F
(146,205,143)
#9CD29A
(156,210,154)
#A6D7A5
(166,215,165)
#B0DCB0
(176,220,176)
#BAE1BB
(186,225,187)
#C4E6C6
(196,230,198)
#CEEBD1
(206,235,209)
#D8F0DC
(216,240,220)
#E2F5E7
(226,245,231)
#ECFAF2
(236,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88C884; }

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

This text font color is #88C884.


Background Color

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

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

This div background color is #88C884.


Border color

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

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

This div border color is #88C884.


Opacity

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

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

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

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

This text has shadow with #88C884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88C884 on black background.


Color preview on white background

This text has color #88C884 on white background.



Black color preview on #88C884 background

This text has black color on #88C884 background.


White color preview on #88C884 background

This text has white color on #88C884 background.