COLOR #88E8C7

HEX: #88E8C7 RGB: (136,232,199)

Color info

#88E8C7 contains mainly green and blue colors. Web safe color of #88E8C7 is #99FFCC (or #9FC).

RGB color model

#88E8C7 color RGB value is (136,232,199).

RGB: (136,232,199) (53%, 91%, 78%)

RGB channels and saturation

R 136 of 255 = 53%
G 232 of 255 = 91%
B 199 of 255 = 78%

136
232
199

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

Portions of RGB colors in percentages

R + G + B = 136 + 232 + 199 = 567 (100%)
R 136 of 567 ~ 23.99%
G 232 of 567 ~ 40.92%
B 199 of 567 ~ 35.1'%

%23.99
%40.92
%35.1

CMYK color model

#88E8C7 color CMYK value is (41,0,14,9).

  • cyan value is 41.38%
  • magenta value is 0.00%
  • yellow value is 14.22%
  • key color value is 9.02%

CMYK: (41,0,14,9)
C41M0Y14K9 (41%, 0%, 14%, 9%)
(0.41 / 0.00 / 0.14 / 0.09)

CMYK percentages

%41.38
%0
%14.22
%9.02

Codes

Color #88E8C7 in popluar color models

88 E8 C7
RGB 136 232 199
HSL 159° 67.61% 72.16%
HSB/HSV 159° 41.38% 90.98%
CMYK 41.38% 0.00% 14.22%
9.02%

Color #88E8C7 in popluar number systems.

HEX 88 E8 C7
Decimal 136 232 199
Binary 10001000 11101000 11000111
Octal 210 350 307

Shades and tints

Shades of #88E8C7

#88E8C7
(136,232,199)
#7CD3B5
(124,211,181)
#70BEA3
(112,190,163)
#64A991
(100,169,145)
#58947F
(88,148,127)
#4C7F6D
(76,127,109)
#406A5B
(64,106,91)
#345549
(52,85,73)
#284037
(40,64,55)
#1C2B25
(28,43,37)
#101613
(16,22,19)
#000000
(0,0,0)

Tints of #88E8C7

#88E8C7
(136,232,199)
#92EACC
(146,234,204)
#9CECD1
(156,236,209)
#A6EED6
(166,238,214)
#B0F0DB
(176,240,219)
#BAF2E0
(186,242,224)
#C4F4E5
(196,244,229)
#CEF6EA
(206,246,234)
#D8F8EF
(216,248,239)
#E2FAF4
(226,250,244)
#ECFCF9
(236,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88E8C7; }

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

This text font color is #88E8C7.

Background Color

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

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

This div background color is #88E8C7.

Border color

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

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

This div border color is #88E8C7.

Opacity

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

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

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

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

This text has shadow with #88E8C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88E8C7.

Preview

Color preview on black background

This text has color #88E8C7 on black background.


Color preview on white background

This text has color #88E8C7 on white background.


Black color preview on #88E8C7 background

This text has black color on #88E8C7 background.


White color preview on #88E8C7 background

This text has white color on #88E8C7 background.


Related colors

Complementary color

Complementary color for #hex is #771738.


I love getcolorcode.com

Triadic colors

1 #C788E8 and #E8C788 with #88E8C7 are triadic colors.

2 #C7E888 and #E888C7 with #88E8C7 are triadic colors.