COLOR #88D78A

HEX: #88D78A
RGB: (136,215,138)

Color info

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

RGB color model

#88D78A color RGB value is (136,215,138).

  • red value is 136;
  • green value is 215;
  • blue value is 138.
RGB:
(136,215,138)
(53%,84%,54%)

RGB channels and saturation

R 136 of 255 = 53%
G 215 of 255 = 84%
B 138 of 255 = 54%

136
215
138

R + G + B ~ 64%. #88D78A is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 215 + 138 = 489 (100%)
R 136 of 489 ~ 27.81%
G 215 of 489 ~ 43.97%
B 138 of 489 ~ 28.22%

%27.81
%43.97
%28.22

CMYK color model

#88D78A color CMYK value is (37,0,36,16).

  • cyan value is 36.74%
  • magenta value is 0.00%
  • yellow value is 35.81%
  • key color value is 15.69%
CMYK:
(37,0,36,16)
C37M0Y36K16 
(37%,0%,36%,16%)
(0.37/0.00/0.36/0.16)	

CMYK percentages

%36.74
%0
%35.81
%15.69

Codes

Color #88D78A in popluar color models

88D78A
RGB136215138
HSL122°49.69%68.82%
HSB/HSV122°36.74%84.31%
CMYK36.74%0.00%35.81%
15.69%

Color #88D78A in popluar number systems.

HEX88D78A
Decimal136215138
Binary100010001101011110001010
Octal210327212

Shades and tints

Shades of #88D78A

#88D78A
(136,215,138)
#7CC47E
(124,196,126)
#70B172
(112,177,114)
#649E66
(100,158,102)
#588B5A
(88,139,90)
#4C784E
(76,120,78)
#406542
(64,101,66)
#345236
(52,82,54)
#283F2A
(40,63,42)
#1C2C1E
(28,44,30)
#101912
(16,25,18)
#000000
(0,0,0)

Tints of #88D78A

#88D78A
(136,215,138)
#92DA94
(146,218,148)
#9CDD9E
(156,221,158)
#A6E0A8
(166,224,168)
#B0E3B2
(176,227,178)
#BAE6BC
(186,230,188)
#C4E9C6
(196,233,198)
#CEECD0
(206,236,208)
#D8EFDA
(216,239,218)
#E2F2E4
(226,242,228)
#ECF5EE
(236,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88D78A color. Also use rgb(136,215,138) instead hex code.

Text Font Color

.myTextColor { color: #88D78A; }

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

This text font color is #88D78A.


Background Color

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

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

This div background color is #88D78A.


Border color

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

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

This div border color is #88D78A.


Opacity

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

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

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

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

This text has shadow with #88D78A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88D78A on black background.


Color preview on white background

This text has color #88D78A on white background.



Black color preview on #88D78A background

This text has black color on #88D78A background.


White color preview on #88D78A background

This text has white color on #88D78A background.