COLOR #88EDEC

HEX: #88EDEC RGB: (136,237,236)

Color info

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

RGB color model

#88EDEC color RGB value is (136,237,236).

RGB: (136,237,236) (53%, 93%, 93%)

RGB channels and saturation

R 136 of 255 = 53%
G 237 of 255 = 93%
B 236 of 255 = 93%

136
237
236

R + G + B ~ 80%. #88EDEC is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 237 + 236 = 609 (100%)
R 136 of 609 ~ 22.33%
G 237 of 609 ~ 38.92%
B 236 of 609 ~ 38.75'%

%22.33
%38.92
%38.75

CMYK color model

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

  • cyan value is 42.62%
  • magenta value is 0.00%
  • yellow value is 0.42%
  • key color value is 7.06%

CMYK: (43,0,0,7)
C43M0Y0K7 (43%, 0%, 0%, 7%)
(0.43 / 0.00 / 0.00 / 0.07)

CMYK percentages

%42.62
%0
%0.42
%7.06

Codes

Color #88EDEC in popluar color models

88 ED EC
RGB 136 237 236
HSL 179° 73.72% 73.14%
HSB/HSV 179° 42.62% 92.94%
CMYK 42.62% 0.00% 0.42%
7.06%

Color #88EDEC in popluar number systems.

HEX 88 ED EC
Decimal 136 237 236
Binary 10001000 11101101 11101100
Octal 210 355 354

Shades and tints

Shades of #88EDEC

#88EDEC
(136,237,236)
#7CD8D7
(124,216,215)
#70C3C2
(112,195,194)
#64AEAD
(100,174,173)
#589998
(88,153,152)
#4C8483
(76,132,131)
#406F6E
(64,111,110)
#345A59
(52,90,89)
#284544
(40,69,68)
#1C302F
(28,48,47)
#101B1A
(16,27,26)
#000000
(0,0,0)

Tints of #88EDEC

#88EDEC
(136,237,236)
#92EEED
(146,238,237)
#9CEFEE
(156,239,238)
#A6F0EF
(166,240,239)
#B0F1F0
(176,241,240)
#BAF2F1
(186,242,241)
#C4F3F2
(196,243,242)
#CEF4F3
(206,244,243)
#D8F5F4
(216,245,244)
#E2F6F5
(226,246,245)
#ECF7F6
(236,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88EDEC; }

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

This text font color is #88EDEC.

Background Color

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

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

This div background color is #88EDEC.

Border color

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

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

This div border color is #88EDEC.

Opacity

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

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

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

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

This text has shadow with #88EDEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88EDEC.

Preview

Color preview on black background

This text has color #88EDEC on black background.


Color preview on white background

This text has color #88EDEC on white background.


Black color preview on #88EDEC background

This text has black color on #88EDEC background.


White color preview on #88EDEC background

This text has white color on #88EDEC background.


Related colors

Complementary color

Complementary color for #hex is #771213.


I love getcolorcode.com

Triadic colors

1 #EC88ED and #EDEC88 with #88EDEC are triadic colors.

2 #ECED88 and #ED88EC with #88EDEC are triadic colors.