COLOR #88D6D9

HEX: #88D6D9
RGB: (136,214,217)

Color info

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

RGB color model

#88D6D9 color RGB value is (136,214,217).

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

RGB channels and saturation

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

136
214
217

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

Portions of RGB colors in percentages

R + G + B =
136 + 214 + 217 = 567 (100%)
R 136 of 567 ~ 23.99%
G 214 of 567 ~ 37.74%
B 217 of 567 ~ 38.27%

%23.99
%37.74
%38.27

CMYK color model

#88D6D9 color CMYK value is (37,1,0,15).

  • cyan value is 37.33%
  • magenta value is 1.38%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(37,1,0,15)
C37M1Y0K15 
(37%,1%,0%,15%)
(0.37/0.01/0.00/0.15)	

CMYK percentages

%37.33
%1.38
%0
%14.9

Codes

Color #88D6D9 in popluar color models

88D6D9
RGB136214217
HSL182°51.59%69.22%
HSB/HSV182°37.33%85.10%
CMYK37.33%1.38%0.00%
14.90%

Color #88D6D9 in popluar number systems.

HEX88D6D9
Decimal136214217
Binary100010001101011011011001
Octal210326331

Shades and tints

Shades of #88D6D9

#88D6D9
(136,214,217)
#7CC3C6
(124,195,198)
#70B0B3
(112,176,179)
#649DA0
(100,157,160)
#588A8D
(88,138,141)
#4C777A
(76,119,122)
#406467
(64,100,103)
#345154
(52,81,84)
#283E41
(40,62,65)
#1C2B2E
(28,43,46)
#10181B
(16,24,27)
#000000
(0,0,0)

Tints of #88D6D9

#88D6D9
(136,214,217)
#92D9DC
(146,217,220)
#9CDCDF
(156,220,223)
#A6DFE2
(166,223,226)
#B0E2E5
(176,226,229)
#BAE5E8
(186,229,232)
#C4E8EB
(196,232,235)
#CEEBEE
(206,235,238)
#D8EEF1
(216,238,241)
#E2F1F4
(226,241,244)
#ECF4F7
(236,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88D6D9; }

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

This text font color is #88D6D9.


Background Color

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

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

This div background color is #88D6D9.


Border color

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

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

This div border color is #88D6D9.


Opacity

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

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

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

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

This text has shadow with #88D6D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88D6D9 on black background.


Color preview on white background

This text has color #88D6D9 on white background.



Black color preview on #88D6D9 background

This text has black color on #88D6D9 background.


White color preview on #88D6D9 background

This text has white color on #88D6D9 background.