COLOR #88D78D

HEX: #88D78D
RGB: (136,215,141)

Color info

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

RGB color model

#88D78D color RGB value is (136,215,141).

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

RGB channels and saturation

R 136 of 255 = 53%
G 215 of 255 = 84%
B 141 of 255 = 55%

136
215
141

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

Portions of RGB colors in percentages

R + G + B =
136 + 215 + 141 = 492 (100%)
R 136 of 492 ~ 27.64%
G 215 of 492 ~ 43.7%
B 141 of 492 ~ 28.66%

%27.64
%43.7
%28.66

CMYK color model

#88D78D color CMYK value is (37,0,34,16).

  • cyan value is 36.74%
  • magenta value is 0.00%
  • yellow value is 34.42%
  • key color value is 15.69%
CMYK:
(37,0,34,16)
C37M0Y34K16 
(37%,0%,34%,16%)
(0.37/0.00/0.34/0.16)	

CMYK percentages

%36.74
%0
%34.42
%15.69

Codes

Color #88D78D in popluar color models

88D78D
RGB136215141
HSL124°49.69%68.82%
HSB/HSV124°36.74%84.31%
CMYK36.74%0.00%34.42%
15.69%

Color #88D78D in popluar number systems.

HEX88D78D
Decimal136215141
Binary100010001101011110001101
Octal210327215

Shades and tints

Shades of #88D78D

#88D78D
(136,215,141)
#7CC481
(124,196,129)
#70B175
(112,177,117)
#649E69
(100,158,105)
#588B5D
(88,139,93)
#4C7851
(76,120,81)
#406545
(64,101,69)
#345239
(52,82,57)
#283F2D
(40,63,45)
#1C2C21
(28,44,33)
#101915
(16,25,21)
#000000
(0,0,0)

Tints of #88D78D

#88D78D
(136,215,141)
#92DA97
(146,218,151)
#9CDDA1
(156,221,161)
#A6E0AB
(166,224,171)
#B0E3B5
(176,227,181)
#BAE6BF
(186,230,191)
#C4E9C9
(196,233,201)
#CEECD3
(206,236,211)
#D8EFDD
(216,239,221)
#E2F2E7
(226,242,231)
#ECF5F1
(236,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88D78D; }

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

This text font color is #88D78D.


Background Color

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

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

This div background color is #88D78D.


Border color

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

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

This div border color is #88D78D.


Opacity

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

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

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

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

This text has shadow with #88D78D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88D78D on black background.


Color preview on white background

This text has color #88D78D on white background.



Black color preview on #88D78D background

This text has black color on #88D78D background.


White color preview on #88D78D background

This text has white color on #88D78D background.