COLOR #88BCC8

HEX: #88BCC8
RGB: (136,188,200)

Color info

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

RGB color model

#88BCC8 color RGB value is (136,188,200).

  • red value is 136;
  • green value is 188;
  • blue value is 200.
RGB:
(136,188,200)
(53%,74%,78%)

RGB channels and saturation

R 136 of 255 = 53%
G 188 of 255 = 74%
B 200 of 255 = 78%

136
188
200

R + G + B ~ 68%. #88BCC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 188 + 200 = 524 (100%)
R 136 of 524 ~ 25.95%
G 188 of 524 ~ 35.88%
B 200 of 524 ~ 38.17%

%25.95
%35.88
%38.17

CMYK color model

#88BCC8 color CMYK value is (32,6,0,22).

  • cyan value is 32.00%
  • magenta value is 6.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(32,6,0,22)
C32M6Y0K22 
(32%,6%,0%,22%)
(0.32/0.06/0.00/0.22)	

CMYK percentages

%32
%6
%0
%21.57

Codes

Color #88BCC8 in popluar color models

88BCC8
RGB136188200
HSL191°36.78%65.88%
HSB/HSV191°32.00%78.43%
CMYK32.00%6.00%0.00%
21.57%

Color #88BCC8 in popluar number systems.

HEX88BCC8
Decimal136188200
Binary100010001011110011001000
Octal210274310

Shades and tints

Shades of #88BCC8

#88BCC8
(136,188,200)
#7CABB6
(124,171,182)
#709AA4
(112,154,164)
#648992
(100,137,146)
#587880
(88,120,128)
#4C676E
(76,103,110)
#40565C
(64,86,92)
#34454A
(52,69,74)
#283438
(40,52,56)
#1C2326
(28,35,38)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #88BCC8

#88BCC8
(136,188,200)
#92C2CD
(146,194,205)
#9CC8D2
(156,200,210)
#A6CED7
(166,206,215)
#B0D4DC
(176,212,220)
#BADAE1
(186,218,225)
#C4E0E6
(196,224,230)
#CEE6EB
(206,230,235)
#D8ECF0
(216,236,240)
#E2F2F5
(226,242,245)
#ECF8FA
(236,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88BCC8 color. Also use rgb(136,188,200) instead hex code.

Text Font Color

.myTextColor { color: #88BCC8; }

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

This text font color is #88BCC8.


Background Color

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

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

This div background color is #88BCC8.


Border color

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

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

This div border color is #88BCC8.


Opacity

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

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

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

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

This text has shadow with #88BCC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88BCC8 on black background.


Color preview on white background

This text has color #88BCC8 on white background.



Black color preview on #88BCC8 background

This text has black color on #88BCC8 background.


White color preview on #88BCC8 background

This text has white color on #88BCC8 background.