COLOR #88EDC0

HEX: #88EDC0
RGB: (136,237,192)

Color info

#88EDC0 contains mainly green and blue colors. Web safe color of #88EDC0 is #99FFCC (or #9FC).

RGB color model

#88EDC0 color RGB value is (136,237,192).

  • red value is 136;
  • green value is 237;
  • blue value is 192.
RGB:
(136,237,192)
(53%,93%,75%)

RGB channels and saturation

R 136 of 255 = 53%
G 237 of 255 = 93%
B 192 of 255 = 75%

136
237
192

R + G + B ~ 74%. #88EDC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 237 + 192 = 565 (100%)
R 136 of 565 ~ 24.07%
G 237 of 565 ~ 41.95%
B 192 of 565 ~ 33.98%

%24.07
%41.95
%33.98

CMYK color model

#88EDC0 color CMYK value is (43,0,19,7).

  • cyan value is 42.62%
  • magenta value is 0.00%
  • yellow value is 18.99%
  • key color value is 7.06%
CMYK:
(43,0,19,7)
C43M0Y19K7 
(43%,0%,19%,7%)
(0.43/0.00/0.19/0.07)	

CMYK percentages

%42.62
%0
%18.99
%7.06

Codes

Color #88EDC0 in popluar color models

88EDC0
RGB136237192
HSL153°73.72%73.14%
HSB/HSV153°42.62%92.94%
CMYK42.62%0.00%18.99%
7.06%

Color #88EDC0 in popluar number systems.

HEX88EDC0
Decimal136237192
Binary100010001110110111000000
Octal210355300

Shades and tints

Shades of #88EDC0

#88EDC0
(136,237,192)
#7CD8AF
(124,216,175)
#70C39E
(112,195,158)
#64AE8D
(100,174,141)
#58997C
(88,153,124)
#4C846B
(76,132,107)
#406F5A
(64,111,90)
#345A49
(52,90,73)
#284538
(40,69,56)
#1C3027
(28,48,39)
#101B16
(16,27,22)
#000000
(0,0,0)

Tints of #88EDC0

#88EDC0
(136,237,192)
#92EEC5
(146,238,197)
#9CEFCA
(156,239,202)
#A6F0CF
(166,240,207)
#B0F1D4
(176,241,212)
#BAF2D9
(186,242,217)
#C4F3DE
(196,243,222)
#CEF4E3
(206,244,227)
#D8F5E8
(216,245,232)
#E2F6ED
(226,246,237)
#ECF7F2
(236,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88EDC0 color. Also use rgb(136,237,192) instead hex code.

Text Font Color

.myTextColor { color: #88EDC0; }

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

This text font color is #88EDC0.


Background Color

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

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

This div background color is #88EDC0.


Border color

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

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

This div border color is #88EDC0.


Opacity

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

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

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

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

This text has shadow with #88EDC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88EDC0 on black background.


Color preview on white background

This text has color #88EDC0 on white background.



Black color preview on #88EDC0 background

This text has black color on #88EDC0 background.


White color preview on #88EDC0 background

This text has white color on #88EDC0 background.