COLOR #88BBCB

HEX: #88BBCB
RGB: (136,187,203)

Color info

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

RGB color model

#88BBCB color RGB value is (136,187,203).

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

RGB channels and saturation

R 136 of 255 = 53%
G 187 of 255 = 73%
B 203 of 255 = 80%

136
187
203

R + G + B ~ 69%. #88BBCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 187 + 203 = 526 (100%)
R 136 of 526 ~ 25.86%
G 187 of 526 ~ 35.55%
B 203 of 526 ~ 38.59%

%25.86
%35.55
%38.59

CMYK color model

#88BBCB color CMYK value is (33,8,0,20).

  • cyan value is 33.00%
  • magenta value is 7.88%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(33,8,0,20)
C33M8Y0K20 
(33%,8%,0%,20%)
(0.33/0.08/0.00/0.20)	

CMYK percentages

%33
%7.88
%0
%20.39

Codes

Color #88BBCB in popluar color models

88BBCB
RGB136187203
HSL194°39.18%66.47%
HSB/HSV194°33.00%79.61%
CMYK33.00%7.88%0.00%
20.39%

Color #88BBCB in popluar number systems.

HEX88BBCB
Decimal136187203
Binary100010001011101111001011
Octal210273313

Shades and tints

Shades of #88BBCB

#88BBCB
(136,187,203)
#7CAAB9
(124,170,185)
#7099A7
(112,153,167)
#648895
(100,136,149)
#587783
(88,119,131)
#4C6671
(76,102,113)
#40555F
(64,85,95)
#34444D
(52,68,77)
#28333B
(40,51,59)
#1C2229
(28,34,41)
#101117
(16,17,23)
#000000
(0,0,0)

Tints of #88BBCB

#88BBCB
(136,187,203)
#92C1CF
(146,193,207)
#9CC7D3
(156,199,211)
#A6CDD7
(166,205,215)
#B0D3DB
(176,211,219)
#BAD9DF
(186,217,223)
#C4DFE3
(196,223,227)
#CEE5E7
(206,229,231)
#D8EBEB
(216,235,235)
#E2F1EF
(226,241,239)
#ECF7F3
(236,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88BBCB; }

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

This text font color is #88BBCB.


Background Color

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

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

This div background color is #88BBCB.


Border color

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

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

This div border color is #88BBCB.


Opacity

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

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

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

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

This text has shadow with #88BBCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88BBCB on black background.


Color preview on white background

This text has color #88BBCB on white background.



Black color preview on #88BBCB background

This text has black color on #88BBCB background.


White color preview on #88BBCB background

This text has white color on #88BBCB background.