COLOR #88DEA0

HEX: #88DEA0
RGB: (136,222,160)

Color info

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

RGB color model

#88DEA0 color RGB value is (136,222,160).

  • red value is 136;
  • green value is 222;
  • blue value is 160.
RGB:
(136,222,160)
(53%,87%,63%)

RGB channels and saturation

R 136 of 255 = 53%
G 222 of 255 = 87%
B 160 of 255 = 63%

136
222
160

R + G + B ~ 68%. #88DEA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 222 + 160 = 518 (100%)
R 136 of 518 ~ 26.25%
G 222 of 518 ~ 42.86%
B 160 of 518 ~ 30.89%

%26.25
%42.86
%30.89

CMYK color model

#88DEA0 color CMYK value is (39,0,28,13).

  • cyan value is 38.74%
  • magenta value is 0.00%
  • yellow value is 27.93%
  • key color value is 12.94%
CMYK:
(39,0,28,13)
C39M0Y28K13 
(39%,0%,28%,13%)
(0.39/0.00/0.28/0.13)	

CMYK percentages

%38.74
%0
%27.93
%12.94

Codes

Color #88DEA0 in popluar color models

88DEA0
RGB136222160
HSL137°56.58%70.20%
HSB/HSV137°38.74%87.06%
CMYK38.74%0.00%27.93%
12.94%

Color #88DEA0 in popluar number systems.

HEX88DEA0
Decimal136222160
Binary100010001101111010100000
Octal210336240

Shades and tints

Shades of #88DEA0

#88DEA0
(136,222,160)
#7CCA92
(124,202,146)
#70B684
(112,182,132)
#64A276
(100,162,118)
#588E68
(88,142,104)
#4C7A5A
(76,122,90)
#40664C
(64,102,76)
#34523E
(52,82,62)
#283E30
(40,62,48)
#1C2A22
(28,42,34)
#101614
(16,22,20)
#000000
(0,0,0)

Tints of #88DEA0

#88DEA0
(136,222,160)
#92E1A8
(146,225,168)
#9CE4B0
(156,228,176)
#A6E7B8
(166,231,184)
#B0EAC0
(176,234,192)
#BAEDC8
(186,237,200)
#C4F0D0
(196,240,208)
#CEF3D8
(206,243,216)
#D8F6E0
(216,246,224)
#E2F9E8
(226,249,232)
#ECFCF0
(236,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88DEA0 color. Also use rgb(136,222,160) instead hex code.

Text Font Color

.myTextColor { color: #88DEA0; }

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

This text font color is #88DEA0.


Background Color

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

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

This div background color is #88DEA0.


Border color

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

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

This div border color is #88DEA0.


Opacity

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

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

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

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

This text has shadow with #88DEA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88DEA0 on black background.


Color preview on white background

This text has color #88DEA0 on white background.



Black color preview on #88DEA0 background

This text has black color on #88DEA0 background.


White color preview on #88DEA0 background

This text has white color on #88DEA0 background.