COLOR #88D07F

HEX: #88D07F
RGB: (136,208,127)

Color info

#88D07F contains mainly green color. Web safe color of #88D07F is #99CC66 (or #9C6).

RGB color model

#88D07F color RGB value is (136,208,127).

  • red value is 136;
  • green value is 208;
  • blue value is 127.
RGB:
(136,208,127)
(53%,82%,50%)

RGB channels and saturation

R 136 of 255 = 53%
G 208 of 255 = 82%
B 127 of 255 = 50%

136
208
127

R + G + B ~ 62%. #88D07F is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 208 + 127 = 471 (100%)
R 136 of 471 ~ 28.87%
G 208 of 471 ~ 44.16%
B 127 of 471 ~ 26.96%

%28.87
%44.16
%26.96

CMYK color model

#88D07F color CMYK value is (35,0,39,18).

  • cyan value is 34.62%
  • magenta value is 0.00%
  • yellow value is 38.94%
  • key color value is 18.43%
CMYK:
(35,0,39,18)
C35M0Y39K18 
(35%,0%,39%,18%)
(0.35/0.00/0.39/0.18)	

CMYK percentages

%34.62
%0
%38.94
%18.43

Codes

Color #88D07F in popluar color models

88D07F
RGB136208127
HSL113°46.29%65.69%
HSB/HSV113°38.94%81.57%
CMYK34.62%0.00%38.94%
18.43%

Color #88D07F in popluar number systems.

HEX88D07F
Decimal136208127
Binary10001000110100001111111
Octal210320177

Shades and tints

Shades of #88D07F

#88D07F
(136,208,127)
#7CBE74
(124,190,116)
#70AC69
(112,172,105)
#649A5E
(100,154,94)
#588853
(88,136,83)
#4C7648
(76,118,72)
#40643D
(64,100,61)
#345232
(52,82,50)
#284027
(40,64,39)
#1C2E1C
(28,46,28)
#101C11
(16,28,17)
#000000
(0,0,0)

Tints of #88D07F

#88D07F
(136,208,127)
#92D48A
(146,212,138)
#9CD895
(156,216,149)
#A6DCA0
(166,220,160)
#B0E0AB
(176,224,171)
#BAE4B6
(186,228,182)
#C4E8C1
(196,232,193)
#CEECCC
(206,236,204)
#D8F0D7
(216,240,215)
#E2F4E2
(226,244,226)
#ECF8ED
(236,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88D07F color. Also use rgb(136,208,127) instead hex code.

Text Font Color

.myTextColor { color: #88D07F; }

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

This text font color is #88D07F.


Background Color

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

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

This div background color is #88D07F.


Border color

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

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

This div border color is #88D07F.


Opacity

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

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

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

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

This text has shadow with #88D07F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88D07F on black background.


Color preview on white background

This text has color #88D07F on white background.



Black color preview on #88D07F background

This text has black color on #88D07F background.


White color preview on #88D07F background

This text has white color on #88D07F background.