COLOR #88E0CD

HEX: #88E0CD
RGB: (136,224,205)

Color info

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

RGB color model

#88E0CD color RGB value is (136,224,205).

  • red value is 136;
  • green value is 224;
  • blue value is 205.
RGB:
(136,224,205)
(53%,88%,80%)

RGB channels and saturation

R 136 of 255 = 53%
G 224 of 255 = 88%
B 205 of 255 = 80%

136
224
205

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

Portions of RGB colors in percentages

R + G + B =
136 + 224 + 205 = 565 (100%)
R 136 of 565 ~ 24.07%
G 224 of 565 ~ 39.65%
B 205 of 565 ~ 36.28%

%24.07
%39.65
%36.28

CMYK color model

#88E0CD color CMYK value is (39,0,8,12).

  • cyan value is 39.29%
  • magenta value is 0.00%
  • yellow value is 8.48%
  • key color value is 12.16%
CMYK:
(39,0,8,12)
C39M0Y8K12 
(39%,0%,8%,12%)
(0.39/0.00/0.08/0.12)	

CMYK percentages

%39.29
%0
%8.48
%12.16

Codes

Color #88E0CD in popluar color models

88E0CD
RGB136224205
HSL167°58.67%70.59%
HSB/HSV167°39.29%87.84%
CMYK39.29%0.00%8.48%
12.16%

Color #88E0CD in popluar number systems.

HEX88E0CD
Decimal136224205
Binary100010001110000011001101
Octal210340315

Shades and tints

Shades of #88E0CD

#88E0CD
(136,224,205)
#7CCCBB
(124,204,187)
#70B8A9
(112,184,169)
#64A497
(100,164,151)
#589085
(88,144,133)
#4C7C73
(76,124,115)
#406861
(64,104,97)
#34544F
(52,84,79)
#28403D
(40,64,61)
#1C2C2B
(28,44,43)
#101819
(16,24,25)
#000000
(0,0,0)

Tints of #88E0CD

#88E0CD
(136,224,205)
#92E2D1
(146,226,209)
#9CE4D5
(156,228,213)
#A6E6D9
(166,230,217)
#B0E8DD
(176,232,221)
#BAEAE1
(186,234,225)
#C4ECE5
(196,236,229)
#CEEEE9
(206,238,233)
#D8F0ED
(216,240,237)
#E2F2F1
(226,242,241)
#ECF4F5
(236,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88E0CD color. Also use rgb(136,224,205) instead hex code.

Text Font Color

.myTextColor { color: #88E0CD; }

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

This text font color is #88E0CD.


Background Color

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

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

This div background color is #88E0CD.


Border color

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

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

This div border color is #88E0CD.


Opacity

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

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

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

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

This text has shadow with #88E0CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88E0CD on black background.


Color preview on white background

This text has color #88E0CD on white background.



Black color preview on #88E0CD background

This text has black color on #88E0CD background.


White color preview on #88E0CD background

This text has white color on #88E0CD background.