COLOR #88E8ED

HEX: #88E8ED
RGB: (136,232,237)

Color info

#88E8ED contains mainly green and blue colors. Web safe color of #88E8ED is #99FFFF (or #9FF).

RGB color model

#88E8ED color RGB value is (136,232,237).

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

RGB channels and saturation

R 136 of 255 = 53%
G 232 of 255 = 91%
B 237 of 255 = 93%

136
232
237

R + G + B ~ 79%. #88E8ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 232 + 237 = 605 (100%)
R 136 of 605 ~ 22.48%
G 232 of 605 ~ 38.35%
B 237 of 605 ~ 39.17%

%22.48
%38.35
%39.17

CMYK color model

#88E8ED color CMYK value is (43,2,0,7).

  • cyan value is 42.62%
  • magenta value is 2.11%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(43,2,0,7)
C43M2Y0K7 
(43%,2%,0%,7%)
(0.43/0.02/0.00/0.07)	

CMYK percentages

%42.62
%2.11
%0
%7.06

Codes

Color #88E8ED in popluar color models

88E8ED
RGB136232237
HSL183°73.72%73.14%
HSB/HSV183°42.62%92.94%
CMYK42.62%2.11%0.00%
7.06%

Color #88E8ED in popluar number systems.

HEX88E8ED
Decimal136232237
Binary100010001110100011101101
Octal210350355

Shades and tints

Shades of #88E8ED

#88E8ED
(136,232,237)
#7CD3D8
(124,211,216)
#70BEC3
(112,190,195)
#64A9AE
(100,169,174)
#589499
(88,148,153)
#4C7F84
(76,127,132)
#406A6F
(64,106,111)
#34555A
(52,85,90)
#284045
(40,64,69)
#1C2B30
(28,43,48)
#10161B
(16,22,27)
#000000
(0,0,0)

Tints of #88E8ED

#88E8ED
(136,232,237)
#92EAEE
(146,234,238)
#9CECEF
(156,236,239)
#A6EEF0
(166,238,240)
#B0F0F1
(176,240,241)
#BAF2F2
(186,242,242)
#C4F4F3
(196,244,243)
#CEF6F4
(206,246,244)
#D8F8F5
(216,248,245)
#E2FAF6
(226,250,246)
#ECFCF7
(236,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88E8ED; }

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

This text font color is #88E8ED.


Background Color

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

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

This div background color is #88E8ED.


Border color

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

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

This div border color is #88E8ED.


Opacity

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

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

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

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

This text has shadow with #88E8ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88E8ED on black background.


Color preview on white background

This text has color #88E8ED on white background.



Black color preview on #88E8ED background

This text has black color on #88E8ED background.


White color preview on #88E8ED background

This text has white color on #88E8ED background.