COLOR #88EACD

HEX: #88EACD
RGB: (136,234,205)

Color info

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

RGB color model

#88EACD color RGB value is (136,234,205).

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

RGB channels and saturation

R 136 of 255 = 53%
G 234 of 255 = 92%
B 205 of 255 = 80%

136
234
205

R + G + B ~ 75%. #88EACD is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 234 + 205 = 575 (100%)
R 136 of 575 ~ 23.65%
G 234 of 575 ~ 40.7%
B 205 of 575 ~ 35.65%

%23.65
%40.7
%35.65

CMYK color model

#88EACD color CMYK value is (42,0,12,8).

  • cyan value is 41.88%
  • magenta value is 0.00%
  • yellow value is 12.39%
  • key color value is 8.24%
CMYK:
(42,0,12,8)
C42M0Y12K8 
(42%,0%,12%,8%)
(0.42/0.00/0.12/0.08)	

CMYK percentages

%41.88
%0
%12.39
%8.24

Codes

Color #88EACD in popluar color models

88EACD
RGB136234205
HSL162°70.00%72.55%
HSB/HSV162°41.88%91.76%
CMYK41.88%0.00%12.39%
8.24%

Color #88EACD in popluar number systems.

HEX88EACD
Decimal136234205
Binary100010001110101011001101
Octal210352315

Shades and tints

Shades of #88EACD

#88EACD
(136,234,205)
#7CD5BB
(124,213,187)
#70C0A9
(112,192,169)
#64AB97
(100,171,151)
#589685
(88,150,133)
#4C8173
(76,129,115)
#406C61
(64,108,97)
#34574F
(52,87,79)
#28423D
(40,66,61)
#1C2D2B
(28,45,43)
#101819
(16,24,25)
#000000
(0,0,0)

Tints of #88EACD

#88EACD
(136,234,205)
#92EBD1
(146,235,209)
#9CECD5
(156,236,213)
#A6EDD9
(166,237,217)
#B0EEDD
(176,238,221)
#BAEFE1
(186,239,225)
#C4F0E5
(196,240,229)
#CEF1E9
(206,241,233)
#D8F2ED
(216,242,237)
#E2F3F1
(226,243,241)
#ECF4F5
(236,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88EACD; }

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

This text font color is #88EACD.


Background Color

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

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

This div background color is #88EACD.


Border color

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

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

This div border color is #88EACD.


Opacity

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

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

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

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

This text has shadow with #88EACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88EACD on black background.


Color preview on white background

This text has color #88EACD on white background.



Black color preview on #88EACD background

This text has black color on #88EACD background.


White color preview on #88EACD background

This text has white color on #88EACD background.