COLOR #88D796

HEX: #88D796
RGB: (136,215,150)

Color info

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

RGB color model

#88D796 color RGB value is (136,215,150).

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

RGB channels and saturation

R 136 of 255 = 53%
G 215 of 255 = 84%
B 150 of 255 = 59%

136
215
150

R + G + B ~ 65%. #88D796 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 215 + 150 = 501 (100%)
R 136 of 501 ~ 27.15%
G 215 of 501 ~ 42.91%
B 150 of 501 ~ 29.94%

%27.15
%42.91
%29.94

CMYK color model

#88D796 color CMYK value is (37,0,30,16).

  • cyan value is 36.74%
  • magenta value is 0.00%
  • yellow value is 30.23%
  • key color value is 15.69%
CMYK:
(37,0,30,16)
C37M0Y30K16 
(37%,0%,30%,16%)
(0.37/0.00/0.30/0.16)	

CMYK percentages

%36.74
%0
%30.23
%15.69

Codes

Color #88D796 in popluar color models

88D796
RGB136215150
HSL131°49.69%68.82%
HSB/HSV131°36.74%84.31%
CMYK36.74%0.00%30.23%
15.69%

Color #88D796 in popluar number systems.

HEX88D796
Decimal136215150
Binary100010001101011110010110
Octal210327226

Shades and tints

Shades of #88D796

#88D796
(136,215,150)
#7CC489
(124,196,137)
#70B17C
(112,177,124)
#649E6F
(100,158,111)
#588B62
(88,139,98)
#4C7855
(76,120,85)
#406548
(64,101,72)
#34523B
(52,82,59)
#283F2E
(40,63,46)
#1C2C21
(28,44,33)
#101914
(16,25,20)
#000000
(0,0,0)

Tints of #88D796

#88D796
(136,215,150)
#92DA9F
(146,218,159)
#9CDDA8
(156,221,168)
#A6E0B1
(166,224,177)
#B0E3BA
(176,227,186)
#BAE6C3
(186,230,195)
#C4E9CC
(196,233,204)
#CEECD5
(206,236,213)
#D8EFDE
(216,239,222)
#E2F2E7
(226,242,231)
#ECF5F0
(236,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88D796; }

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

This text font color is #88D796.


Background Color

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

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

This div background color is #88D796.


Border color

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

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

This div border color is #88D796.


Opacity

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

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

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

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

This text has shadow with #88D796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88D796 on black background.


Color preview on white background

This text has color #88D796 on white background.



Black color preview on #88D796 background

This text has black color on #88D796 background.


White color preview on #88D796 background

This text has white color on #88D796 background.