COLOR #88D59B

HEX: #88D59B
RGB: (136,213,155)

Color info

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

RGB color model

#88D59B color RGB value is (136,213,155).

  • red value is 136;
  • green value is 213;
  • blue value is 155.
RGB:
(136,213,155)
(53%,84%,61%)

RGB channels and saturation

R 136 of 255 = 53%
G 213 of 255 = 84%
B 155 of 255 = 61%

136
213
155

R + G + B ~ 66%. #88D59B is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 213 + 155 = 504 (100%)
R 136 of 504 ~ 26.98%
G 213 of 504 ~ 42.26%
B 155 of 504 ~ 30.75%

%26.98
%42.26
%30.75

CMYK color model

#88D59B color CMYK value is (36,0,27,16).

  • cyan value is 36.15%
  • magenta value is 0.00%
  • yellow value is 27.23%
  • key color value is 16.47%
CMYK:
(36,0,27,16)
C36M0Y27K16 
(36%,0%,27%,16%)
(0.36/0.00/0.27/0.16)	

CMYK percentages

%36.15
%0
%27.23
%16.47

Codes

Color #88D59B in popluar color models

88D59B
RGB136213155
HSL135°47.83%68.43%
HSB/HSV135°36.15%83.53%
CMYK36.15%0.00%27.23%
16.47%

Color #88D59B in popluar number systems.

HEX88D59B
Decimal136213155
Binary100010001101010110011011
Octal210325233

Shades and tints

Shades of #88D59B

#88D59B
(136,213,155)
#7CC28D
(124,194,141)
#70AF7F
(112,175,127)
#649C71
(100,156,113)
#588963
(88,137,99)
#4C7655
(76,118,85)
#406347
(64,99,71)
#345039
(52,80,57)
#283D2B
(40,61,43)
#1C2A1D
(28,42,29)
#10170F
(16,23,15)
#000000
(0,0,0)

Tints of #88D59B

#88D59B
(136,213,155)
#92D8A4
(146,216,164)
#9CDBAD
(156,219,173)
#A6DEB6
(166,222,182)
#B0E1BF
(176,225,191)
#BAE4C8
(186,228,200)
#C4E7D1
(196,231,209)
#CEEADA
(206,234,218)
#D8EDE3
(216,237,227)
#E2F0EC
(226,240,236)
#ECF3F5
(236,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88D59B color. Also use rgb(136,213,155) instead hex code.

Text Font Color

.myTextColor { color: #88D59B; }

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

This text font color is #88D59B.


Background Color

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

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

This div background color is #88D59B.


Border color

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

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

This div border color is #88D59B.


Opacity

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

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

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

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

This text has shadow with #88D59B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88D59B on black background.


Color preview on white background

This text has color #88D59B on white background.



Black color preview on #88D59B background

This text has black color on #88D59B background.


White color preview on #88D59B background

This text has white color on #88D59B background.