COLOR #88E1DC

HEX: #88E1DC
RGB: (136,225,220)

Color info

#88E1DC contains mainly green and blue colors. Web safe color of #88E1DC is #99CCCC (or #9CC).

RGB color model

#88E1DC color RGB value is (136,225,220).

  • red value is 136;
  • green value is 225;
  • blue value is 220.
RGB:
(136,225,220)
(53%,88%,86%)

RGB channels and saturation

R 136 of 255 = 53%
G 225 of 255 = 88%
B 220 of 255 = 86%

136
225
220

R + G + B ~ 76%. #88E1DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 225 + 220 = 581 (100%)
R 136 of 581 ~ 23.41%
G 225 of 581 ~ 38.73%
B 220 of 581 ~ 37.87%

%23.41
%38.73
%37.87

CMYK color model

#88E1DC color CMYK value is (40,0,2,12).

  • cyan value is 39.56%
  • magenta value is 0.00%
  • yellow value is 2.22%
  • key color value is 11.76%
CMYK:
(40,0,2,12)
C40M0Y2K12 
(40%,0%,2%,12%)
(0.40/0.00/0.02/0.12)	

CMYK percentages

%39.56
%0
%2.22
%11.76

Codes

Color #88E1DC in popluar color models

88E1DC
RGB136225220
HSL177°59.73%70.78%
HSB/HSV177°39.56%88.24%
CMYK39.56%0.00%2.22%
11.76%

Color #88E1DC in popluar number systems.

HEX88E1DC
Decimal136225220
Binary100010001110000111011100
Octal210341334

Shades and tints

Shades of #88E1DC

#88E1DC
(136,225,220)
#7CCDC8
(124,205,200)
#70B9B4
(112,185,180)
#64A5A0
(100,165,160)
#58918C
(88,145,140)
#4C7D78
(76,125,120)
#406964
(64,105,100)
#345550
(52,85,80)
#28413C
(40,65,60)
#1C2D28
(28,45,40)
#101914
(16,25,20)
#000000
(0,0,0)

Tints of #88E1DC

#88E1DC
(136,225,220)
#92E3DF
(146,227,223)
#9CE5E2
(156,229,226)
#A6E7E5
(166,231,229)
#B0E9E8
(176,233,232)
#BAEBEB
(186,235,235)
#C4EDEE
(196,237,238)
#CEEFF1
(206,239,241)
#D8F1F4
(216,241,244)
#E2F3F7
(226,243,247)
#ECF5FA
(236,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88E1DC color. Also use rgb(136,225,220) instead hex code.

Text Font Color

.myTextColor { color: #88E1DC; }

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

This text font color is #88E1DC.


Background Color

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

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

This div background color is #88E1DC.


Border color

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

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

This div border color is #88E1DC.


Opacity

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

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

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

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

This text has shadow with #88E1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88E1DC on black background.


Color preview on white background

This text has color #88E1DC on white background.



Black color preview on #88E1DC background

This text has black color on #88E1DC background.


White color preview on #88E1DC background

This text has white color on #88E1DC background.