COLOR #88B6DC

HEX: #88B6DC RGB: (136,182,220)

Color info

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

RGB color model

#88B6DC color RGB value is (136,182,220).

RGB: (136,182,220) (53%, 71%, 86%)

RGB channels and saturation

R 136 of 255 = 53%
G 182 of 255 = 71%
B 220 of 255 = 86%

136
182
220

R + G + B ~ 70%. #88B6DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 182 + 220 = 538 (100%)
R 136 of 538 ~ 25.28%
G 182 of 538 ~ 33.83%
B 220 of 538 ~ 40.89'%

%25.28
%33.83
%40.89

CMYK color model

#88B6DC color CMYK value is (38,17,0,14).

  • cyan value is 38.18%
  • magenta value is 17.27%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (38,17,0,14)
C38M17Y0K14 (38%, 17%, 0%, 14%)
(0.38 / 0.17 / 0.00 / 0.14)

CMYK percentages

%38.18
%17.27
%0
%13.73

Codes

Color #88B6DC in popluar color models

88 B6 DC
RGB 136 182 220
HSL 207° 54.55% 69.80%
HSB/HSV 207° 38.18% 86.27%
CMYK 38.18% 17.27% 0.00%
13.73%

Color #88B6DC in popluar number systems.

HEX 88 B6 DC
Decimal 136 182 220
Binary 10001000 10110110 11011100
Octal 210 266 334

Shades and tints

Shades of #88B6DC

#88B6DC
(136,182,220)
#7CA6C8
(124,166,200)
#7096B4
(112,150,180)
#6486A0
(100,134,160)
#58768C
(88,118,140)
#4C6678
(76,102,120)
#405664
(64,86,100)
#344650
(52,70,80)
#28363C
(40,54,60)
#1C2628
(28,38,40)
#101614
(16,22,20)
#000000
(0,0,0)

Tints of #88B6DC

#88B6DC
(136,182,220)
#92BCDF
(146,188,223)
#9CC2E2
(156,194,226)
#A6C8E5
(166,200,229)
#B0CEE8
(176,206,232)
#BAD4EB
(186,212,235)
#C4DAEE
(196,218,238)
#CEE0F1
(206,224,241)
#D8E6F4
(216,230,244)
#E2ECF7
(226,236,247)
#ECF2FA
(236,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88B6DC; }

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

This text font color is #88B6DC.

Background Color

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

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

This div background color is #88B6DC.

Border color

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

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

This div border color is #88B6DC.

Opacity

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

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

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

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

This text has shadow with #88B6DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88B6DC.

Preview

Color preview on black background

This text has color #88B6DC on black background.


Color preview on white background

This text has color #88B6DC on white background.


Black color preview on #88B6DC background

This text has black color on #88B6DC background.


White color preview on #88B6DC background

This text has white color on #88B6DC background.


Related colors

Complementary color

Complementary color for #hex is #774923.


I love getcolorcode.com

Triadic colors

1 #DC88B6 and #B6DC88 with #88B6DC are triadic colors.

2 #DCB688 and #B688DC with #88B6DC are triadic colors.