COLOR #88D5D9

HEX: #88D5D9
RGB: (136,213,217)

Color info

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

RGB color model

#88D5D9 color RGB value is (136,213,217).

  • red value is 136;
  • green value is 213;
  • blue value is 217.
RGB:
(136,213,217)
(53%,84%,85%)

RGB channels and saturation

R 136 of 255 = 53%
G 213 of 255 = 84%
B 217 of 255 = 85%

136
213
217

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

Portions of RGB colors in percentages

R + G + B =
136 + 213 + 217 = 566 (100%)
R 136 of 566 ~ 24.03%
G 213 of 566 ~ 37.63%
B 217 of 566 ~ 38.34%

%24.03
%37.63
%38.34

CMYK color model

#88D5D9 color CMYK value is (37,2,0,15).

  • cyan value is 37.33%
  • magenta value is 1.84%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(37,2,0,15)
C37M2Y0K15 
(37%,2%,0%,15%)
(0.37/0.02/0.00/0.15)	

CMYK percentages

%37.33
%1.84
%0
%14.9

Codes

Color #88D5D9 in popluar color models

88D5D9
RGB136213217
HSL183°51.59%69.22%
HSB/HSV183°37.33%85.10%
CMYK37.33%1.84%0.00%
14.90%

Color #88D5D9 in popluar number systems.

HEX88D5D9
Decimal136213217
Binary100010001101010111011001
Octal210325331

Shades and tints

Shades of #88D5D9

#88D5D9
(136,213,217)
#7CC2C6
(124,194,198)
#70AFB3
(112,175,179)
#649CA0
(100,156,160)
#58898D
(88,137,141)
#4C767A
(76,118,122)
#406367
(64,99,103)
#345054
(52,80,84)
#283D41
(40,61,65)
#1C2A2E
(28,42,46)
#10171B
(16,23,27)
#000000
(0,0,0)

Tints of #88D5D9

#88D5D9
(136,213,217)
#92D8DC
(146,216,220)
#9CDBDF
(156,219,223)
#A6DEE2
(166,222,226)
#B0E1E5
(176,225,229)
#BAE4E8
(186,228,232)
#C4E7EB
(196,231,235)
#CEEAEE
(206,234,238)
#D8EDF1
(216,237,241)
#E2F0F4
(226,240,244)
#ECF3F7
(236,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88D5D9 color. Also use rgb(136,213,217) instead hex code.

Text Font Color

.myTextColor { color: #88D5D9; }

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

This text font color is #88D5D9.


Background Color

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

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

This div background color is #88D5D9.


Border color

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

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

This div border color is #88D5D9.


Opacity

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

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

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

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

This text has shadow with #88D5D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88D5D9 on black background.


Color preview on white background

This text has color #88D5D9 on white background.



Black color preview on #88D5D9 background

This text has black color on #88D5D9 background.


White color preview on #88D5D9 background

This text has white color on #88D5D9 background.