COLOR #88D5CB

HEX: #88D5CB
RGB: (136,213,203)

Color info

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

RGB color model

#88D5CB color RGB value is (136,213,203).

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

RGB channels and saturation

R 136 of 255 = 53%
G 213 of 255 = 84%
B 203 of 255 = 80%

136
213
203

R + G + B ~ 72%. #88D5CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 213 + 203 = 552 (100%)
R 136 of 552 ~ 24.64%
G 213 of 552 ~ 38.59%
B 203 of 552 ~ 36.78%

%24.64
%38.59
%36.78

CMYK color model

#88D5CB color CMYK value is (36,0,5,16).

  • cyan value is 36.15%
  • magenta value is 0.00%
  • yellow value is 4.69%
  • key color value is 16.47%
CMYK:
(36,0,5,16)
C36M0Y5K16 
(36%,0%,5%,16%)
(0.36/0.00/0.05/0.16)	

CMYK percentages

%36.15
%0
%4.69
%16.47

Codes

Color #88D5CB in popluar color models

88D5CB
RGB136213203
HSL172°47.83%68.43%
HSB/HSV172°36.15%83.53%
CMYK36.15%0.00%4.69%
16.47%

Color #88D5CB in popluar number systems.

HEX88D5CB
Decimal136213203
Binary100010001101010111001011
Octal210325313

Shades and tints

Shades of #88D5CB

#88D5CB
(136,213,203)
#7CC2B9
(124,194,185)
#70AFA7
(112,175,167)
#649C95
(100,156,149)
#588983
(88,137,131)
#4C7671
(76,118,113)
#40635F
(64,99,95)
#34504D
(52,80,77)
#283D3B
(40,61,59)
#1C2A29
(28,42,41)
#101717
(16,23,23)
#000000
(0,0,0)

Tints of #88D5CB

#88D5CB
(136,213,203)
#92D8CF
(146,216,207)
#9CDBD3
(156,219,211)
#A6DED7
(166,222,215)
#B0E1DB
(176,225,219)
#BAE4DF
(186,228,223)
#C4E7E3
(196,231,227)
#CEEAE7
(206,234,231)
#D8EDEB
(216,237,235)
#E2F0EF
(226,240,239)
#ECF3F3
(236,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88D5CB; }

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

This text font color is #88D5CB.


Background Color

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

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

This div background color is #88D5CB.


Border color

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

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

This div border color is #88D5CB.


Opacity

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

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

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

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

This text has shadow with #88D5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88D5CB on black background.


Color preview on white background

This text has color #88D5CB on white background.



Black color preview on #88D5CB background

This text has black color on #88D5CB background.


White color preview on #88D5CB background

This text has white color on #88D5CB background.