COLOR #88D89D

HEX: #88D89D
RGB: (136,216,157)

Color info

#88D89D contains mainly green and blue colors. Web safe color of #88D89D is #99CC99 (or #9C9).

RGB color model

#88D89D color RGB value is (136,216,157).

  • red value is 136;
  • green value is 216;
  • blue value is 157.
RGB:
(136,216,157)
(53%,85%,62%)

RGB channels and saturation

R 136 of 255 = 53%
G 216 of 255 = 85%
B 157 of 255 = 62%

136
216
157

R + G + B ~ 67%. #88D89D is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 216 + 157 = 509 (100%)
R 136 of 509 ~ 26.72%
G 216 of 509 ~ 42.44%
B 157 of 509 ~ 30.84%

%26.72
%42.44
%30.84

CMYK color model

#88D89D color CMYK value is (37,0,27,15).

  • cyan value is 37.04%
  • magenta value is 0.00%
  • yellow value is 27.31%
  • key color value is 15.29%
CMYK:
(37,0,27,15)
C37M0Y27K15 
(37%,0%,27%,15%)
(0.37/0.00/0.27/0.15)	

CMYK percentages

%37.04
%0
%27.31
%15.29

Codes

Color #88D89D in popluar color models

88D89D
RGB136216157
HSL136°50.63%69.02%
HSB/HSV136°37.04%84.71%
CMYK37.04%0.00%27.31%
15.29%

Color #88D89D in popluar number systems.

HEX88D89D
Decimal136216157
Binary100010001101100010011101
Octal210330235

Shades and tints

Shades of #88D89D

#88D89D
(136,216,157)
#7CC58F
(124,197,143)
#70B281
(112,178,129)
#649F73
(100,159,115)
#588C65
(88,140,101)
#4C7957
(76,121,87)
#406649
(64,102,73)
#34533B
(52,83,59)
#28402D
(40,64,45)
#1C2D1F
(28,45,31)
#101A11
(16,26,17)
#000000
(0,0,0)

Tints of #88D89D

#88D89D
(136,216,157)
#92DBA5
(146,219,165)
#9CDEAD
(156,222,173)
#A6E1B5
(166,225,181)
#B0E4BD
(176,228,189)
#BAE7C5
(186,231,197)
#C4EACD
(196,234,205)
#CEEDD5
(206,237,213)
#D8F0DD
(216,240,221)
#E2F3E5
(226,243,229)
#ECF6ED
(236,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88D89D color. Also use rgb(136,216,157) instead hex code.

Text Font Color

.myTextColor { color: #88D89D; }

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

This text font color is #88D89D.


Background Color

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

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

This div background color is #88D89D.


Border color

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

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

This div border color is #88D89D.


Opacity

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

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

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

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

This text has shadow with #88D89D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88D89D on black background.


Color preview on white background

This text has color #88D89D on white background.



Black color preview on #88D89D background

This text has black color on #88D89D background.


White color preview on #88D89D background

This text has white color on #88D89D background.