COLOR #88BDD9

HEX: #88BDD9 RGB: (136,189,217)

Color info

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

RGB color model

#88BDD9 color RGB value is (136,189,217).

RGB: (136,189,217) (53%, 74%, 85%)

RGB channels and saturation

R 136 of 255 = 53%
G 189 of 255 = 74%
B 217 of 255 = 85%

136
189
217

R + G + B ~ 71%. #88BDD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 189 + 217 = 542 (100%)
R 136 of 542 ~ 25.09%
G 189 of 542 ~ 34.87%
B 217 of 542 ~ 40.04'%

%25.09
%34.87
%40.04

CMYK color model

#88BDD9 color CMYK value is (37,13,0,15).

  • cyan value is 37.33%
  • magenta value is 12.90%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (37,13,0,15)
C37M13Y0K15 (37%, 13%, 0%, 15%)
(0.37 / 0.13 / 0.00 / 0.15)

CMYK percentages

%37.33
%12.9
%0
%14.9

Codes

Color #88BDD9 in popluar color models

88 BD D9
RGB 136 189 217
HSL 201° 51.59% 69.22%
HSB/HSV 201° 37.33% 85.10%
CMYK 37.33% 12.90% 0.00%
14.90%

Color #88BDD9 in popluar number systems.

HEX 88 BD D9
Decimal 136 189 217
Binary 10001000 10111101 11011001
Octal 210 275 331

Shades and tints

Shades of #88BDD9

#88BDD9
(136,189,217)
#7CACC6
(124,172,198)
#709BB3
(112,155,179)
#648AA0
(100,138,160)
#58798D
(88,121,141)
#4C687A
(76,104,122)
#405767
(64,87,103)
#344654
(52,70,84)
#283541
(40,53,65)
#1C242E
(28,36,46)
#10131B
(16,19,27)
#000000
(0,0,0)

Tints of #88BDD9

#88BDD9
(136,189,217)
#92C3DC
(146,195,220)
#9CC9DF
(156,201,223)
#A6CFE2
(166,207,226)
#B0D5E5
(176,213,229)
#BADBE8
(186,219,232)
#C4E1EB
(196,225,235)
#CEE7EE
(206,231,238)
#D8EDF1
(216,237,241)
#E2F3F4
(226,243,244)
#ECF9F7
(236,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88BDD9 color. Also use rgb(136,189,217) instead hex code.

Text Font Color

.myTextColor { color: #88BDD9; }

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

This text font color is #88BDD9.

Background Color

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

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

This div background color is #88BDD9.

Border color

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

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

This div border color is #88BDD9.

Opacity

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

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

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

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

This text has shadow with #88BDD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88BDD9.

Preview

Color preview on black background

This text has color #88BDD9 on black background.


Color preview on white background

This text has color #88BDD9 on white background.


Black color preview on #88BDD9 background

This text has black color on #88BDD9 background.


White color preview on #88BDD9 background

This text has white color on #88BDD9 background.


Related colors

Complementary color

Complementary color for #hex is #774226.


I love getcolorcode.com

Triadic colors

1 #D988BD and #BDD988 with #88BDD9 are triadic colors.

2 #D9BD88 and #BD88D9 with #88BDD9 are triadic colors.