COLOR #88BCD5

HEX: #88BCD5 RGB: (136,188,213)

Color info

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

RGB color model

#88BCD5 color RGB value is (136,188,213).

RGB: (136,188,213) (53%, 74%, 84%)

RGB channels and saturation

R 136 of 255 = 53%
G 188 of 255 = 74%
B 213 of 255 = 84%

136
188
213

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

Portions of RGB colors in percentages

R + G + B = 136 + 188 + 213 = 537 (100%)
R 136 of 537 ~ 25.33%
G 188 of 537 ~ 35.01%
B 213 of 537 ~ 39.66'%

%25.33
%35.01
%39.66

CMYK color model

#88BCD5 color CMYK value is (36,12,0,16).

  • cyan value is 36.15%
  • magenta value is 11.74%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK: (36,12,0,16) C36M12Y0K16 (36%,12%,0%,16%) (0.36/0.12/0.00/0.16) 

CMYK percentages

%36.15
%11.74
%0
%16.47

Codes

Color #88BCD5 in popluar color models

88 BC D5
RGB 136 188 213
HSL 199° 47.83% 68.43%
HSB/HSV 199° 36.15% 83.53%
CMYK 36.15% 11.74% 0.00%
16.47%

Color #88BCD5 in popluar number systems.

HEX 88 BC D5
Decimal 136 188 213
Binary 10001000 10111100 11010101
Octal 210 274 325

Shades and tints

Shades of #88BCD5

#88BCD5
(136,188,213)
#7CABC2
(124,171,194)
#709AAF
(112,154,175)
#64899C
(100,137,156)
#587889
(88,120,137)
#4C6776
(76,103,118)
#405663
(64,86,99)
#344550
(52,69,80)
#28343D
(40,52,61)
#1C232A
(28,35,42)
#101217
(16,18,23)
#000000
(0,0,0)

Tints of #88BCD5

#88BCD5
(136,188,213)
#92C2D8
(146,194,216)
#9CC8DB
(156,200,219)
#A6CEDE
(166,206,222)
#B0D4E1
(176,212,225)
#BADAE4
(186,218,228)
#C4E0E7
(196,224,231)
#CEE6EA
(206,230,234)
#D8ECED
(216,236,237)
#E2F2F0
(226,242,240)
#ECF8F3
(236,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88BCD5; }

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

This text font color is #88BCD5.

Background Color

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

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

This div background color is #88BCD5.

Border color

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

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

This div border color is #88BCD5.

Opacity

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

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

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

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

This text has shadow with #88BCD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88BCD5.

Preview

Color preview on black background

This text has color #88BCD5 on black background.


Color preview on white background

This text has color #88BCD5 on white background.


Black color preview on #88BCD5 background

This text has black color on #88BCD5 background.


White color preview on #88BCD5 background

This text has white color on #88BCD5 background.


Related colors

Complementary color

Complementary color for #hex is #77432A.


I love getcolorcode.com

Triadic colors

1 #D588BC and #BCD588 with #88BCD5 are triadic colors.

2 #D5BC88 and #BC88D5 with #88BCD5 are triadic colors.