COLOR #88EAC6

HEX: #88EAC6 RGB: (136,234,198)

Color info

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

RGB color model

#88EAC6 color RGB value is (136,234,198).

RGB: (136,234,198) (53%, 92%, 78%)

RGB channels and saturation

R 136 of 255 = 53%
G 234 of 255 = 92%
B 198 of 255 = 78%

136
234
198

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

Portions of RGB colors in percentages

R + G + B = 136 + 234 + 198 = 568 (100%)
R 136 of 568 ~ 23.94%
G 234 of 568 ~ 41.2%
B 198 of 568 ~ 34.86'%

%23.94
%41.2
%34.86

CMYK color model

#88EAC6 color CMYK value is (42,0,15,8).

  • cyan value is 41.88%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 8.24%

CMYK: (42,0,15,8)
C42M0Y15K8 (42%, 0%, 15%, 8%)
(0.42 / 0.00 / 0.15 / 0.08)

CMYK percentages

%41.88
%0
%15.38
%8.24

Codes

Color #88EAC6 in popluar color models

88 EA C6
RGB 136 234 198
HSL 158° 70.00% 72.55%
HSB/HSV 158° 41.88% 91.76%
CMYK 41.88% 0.00% 15.38%
8.24%

Color #88EAC6 in popluar number systems.

HEX 88 EA C6
Decimal 136 234 198
Binary 10001000 11101010 11000110
Octal 210 352 306

Shades and tints

Shades of #88EAC6

#88EAC6
(136,234,198)
#7CD5B4
(124,213,180)
#70C0A2
(112,192,162)
#64AB90
(100,171,144)
#58967E
(88,150,126)
#4C816C
(76,129,108)
#406C5A
(64,108,90)
#345748
(52,87,72)
#284236
(40,66,54)
#1C2D24
(28,45,36)
#101812
(16,24,18)
#000000
(0,0,0)

Tints of #88EAC6

#88EAC6
(136,234,198)
#92EBCB
(146,235,203)
#9CECD0
(156,236,208)
#A6EDD5
(166,237,213)
#B0EEDA
(176,238,218)
#BAEFDF
(186,239,223)
#C4F0E4
(196,240,228)
#CEF1E9
(206,241,233)
#D8F2EE
(216,242,238)
#E2F3F3
(226,243,243)
#ECF4F8
(236,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88EAC6 color. Also use rgb(136,234,198) instead hex code.

Text Font Color

.myTextColor { color: #88EAC6; }

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

This text font color is #88EAC6.

Background Color

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

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

This div background color is #88EAC6.

Border color

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

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

This div border color is #88EAC6.

Opacity

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

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

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

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

This text has shadow with #88EAC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88EAC6.

Preview

Color preview on black background

This text has color #88EAC6 on black background.


Color preview on white background

This text has color #88EAC6 on white background.


Black color preview on #88EAC6 background

This text has black color on #88EAC6 background.


White color preview on #88EAC6 background

This text has white color on #88EAC6 background.


Related colors

Complementary color

Complementary color for #hex is #771539.


I love getcolorcode.com

Triadic colors

1 #C688EA and #EAC688 with #88EAC6 are triadic colors.

2 #C6EA88 and #EA88C6 with #88EAC6 are triadic colors.