COLOR #88E2EB

HEX: #88E2EB
RGB: (136,226,235)

Color info

#88E2EB contains mainly green and blue colors. Web safe color of #88E2EB is #99CCFF (or #9CF).

RGB color model

#88E2EB color RGB value is (136,226,235).

  • red value is 136;
  • green value is 226;
  • blue value is 235.
RGB:
(136,226,235)
(53%,89%,92%)

RGB channels and saturation

R 136 of 255 = 53%
G 226 of 255 = 89%
B 235 of 255 = 92%

136
226
235

R + G + B ~ 78%. #88E2EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 226 + 235 = 597 (100%)
R 136 of 597 ~ 22.78%
G 226 of 597 ~ 37.86%
B 235 of 597 ~ 39.36%

%22.78
%37.86
%39.36

CMYK color model

#88E2EB color CMYK value is (42,4,0,8).

  • cyan value is 42.13%
  • magenta value is 3.83%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(42,4,0,8)
C42M4Y0K8 
(42%,4%,0%,8%)
(0.42/0.04/0.00/0.08)	

CMYK percentages

%42.13
%3.83
%0
%7.84

Codes

Color #88E2EB in popluar color models

88E2EB
RGB136226235
HSL185°71.22%72.75%
HSB/HSV185°42.13%92.16%
CMYK42.13%3.83%0.00%
7.84%

Color #88E2EB in popluar number systems.

HEX88E2EB
Decimal136226235
Binary100010001110001011101011
Octal210342353

Shades and tints

Shades of #88E2EB

#88E2EB
(136,226,235)
#7CCED6
(124,206,214)
#70BAC1
(112,186,193)
#64A6AC
(100,166,172)
#589297
(88,146,151)
#4C7E82
(76,126,130)
#406A6D
(64,106,109)
#345658
(52,86,88)
#284243
(40,66,67)
#1C2E2E
(28,46,46)
#101A19
(16,26,25)
#000000
(0,0,0)

Tints of #88E2EB

#88E2EB
(136,226,235)
#92E4EC
(146,228,236)
#9CE6ED
(156,230,237)
#A6E8EE
(166,232,238)
#B0EAEF
(176,234,239)
#BAECF0
(186,236,240)
#C4EEF1
(196,238,241)
#CEF0F2
(206,240,242)
#D8F2F3
(216,242,243)
#E2F4F4
(226,244,244)
#ECF6F5
(236,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88E2EB color. Also use rgb(136,226,235) instead hex code.

Text Font Color

.myTextColor { color: #88E2EB; }

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

This text font color is #88E2EB.


Background Color

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

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

This div background color is #88E2EB.


Border color

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

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

This div border color is #88E2EB.


Opacity

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

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

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

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

This text has shadow with #88E2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88E2EB on black background.


Color preview on white background

This text has color #88E2EB on white background.



Black color preview on #88E2EB background

This text has black color on #88E2EB background.


White color preview on #88E2EB background

This text has white color on #88E2EB background.