COLOR #88B6D6

HEX: #88B6D6
RGB: (136,182,214)

Color info

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

RGB color model

#88B6D6 color RGB value is (136,182,214).

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

RGB channels and saturation

R 136 of 255 = 53%
G 182 of 255 = 71%
B 214 of 255 = 84%

136
182
214

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

Portions of RGB colors in percentages

R + G + B =
136 + 182 + 214 = 532 (100%)
R 136 of 532 ~ 25.56%
G 182 of 532 ~ 34.21%
B 214 of 532 ~ 40.23%

%25.56
%34.21
%40.23

CMYK color model

#88B6D6 color CMYK value is (36,15,0,16).

  • cyan value is 36.45%
  • magenta value is 14.95%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(36,15,0,16)
C36M15Y0K16 
(36%,15%,0%,16%)
(0.36/0.15/0.00/0.16)	

CMYK percentages

%36.45
%14.95
%0
%16.08

Codes

Color #88B6D6 in popluar color models

88B6D6
RGB136182214
HSL205°48.75%68.63%
HSB/HSV205°36.45%83.92%
CMYK36.45%14.95%0.00%
16.08%

Color #88B6D6 in popluar number systems.

HEX88B6D6
Decimal136182214
Binary100010001011011011010110
Octal210266326

Shades and tints

Shades of #88B6D6

#88B6D6
(136,182,214)
#7CA6C3
(124,166,195)
#7096B0
(112,150,176)
#64869D
(100,134,157)
#58768A
(88,118,138)
#4C6677
(76,102,119)
#405664
(64,86,100)
#344651
(52,70,81)
#28363E
(40,54,62)
#1C262B
(28,38,43)
#101618
(16,22,24)
#000000
(0,0,0)

Tints of #88B6D6

#88B6D6
(136,182,214)
#92BCD9
(146,188,217)
#9CC2DC
(156,194,220)
#A6C8DF
(166,200,223)
#B0CEE2
(176,206,226)
#BAD4E5
(186,212,229)
#C4DAE8
(196,218,232)
#CEE0EB
(206,224,235)
#D8E6EE
(216,230,238)
#E2ECF1
(226,236,241)
#ECF2F4
(236,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88B6D6; }

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

This text font color is #88B6D6.


Background Color

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

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

This div background color is #88B6D6.


Border color

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

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

This div border color is #88B6D6.


Opacity

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

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

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

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

This text has shadow with #88B6D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B6D6 on black background.


Color preview on white background

This text has color #88B6D6 on white background.



Black color preview on #88B6D6 background

This text has black color on #88B6D6 background.


White color preview on #88B6D6 background

This text has white color on #88B6D6 background.