COLOR #88B0D8

HEX: #88B0D8 RGB: (136,176,216)

Color info

#88B0D8 contains mainly green and blue colors. Web safe color of #88B0D8 is #9999CC (or #99C).

RGB color model

#88B0D8 color RGB value is (136,176,216).

RGB: (136,176,216) (53%, 69%, 85%)

RGB channels and saturation

R 136 of 255 = 53%
G 176 of 255 = 69%
B 216 of 255 = 85%

136
176
216

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

Portions of RGB colors in percentages

R + G + B = 136 + 176 + 216 = 528 (100%)
R 136 of 528 ~ 25.76%
G 176 of 528 ~ 33.33%
B 216 of 528 ~ 40.91'%

%25.76
%33.33
%40.91

CMYK color model

#88B0D8 color CMYK value is (37,19,0,15).

  • cyan value is 37.04%
  • magenta value is 18.52%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (37,19,0,15)
C37M19Y0K15 (37%, 19%, 0%, 15%)
(0.37 / 0.19 / 0.00 / 0.15)

CMYK percentages

%37.04
%18.52
%0
%15.29

Codes

Color #88B0D8 in popluar color models

88 B0 D8
RGB 136 176 216
HSL 210° 50.63% 69.02%
HSB/HSV 210° 37.04% 84.71%
CMYK 37.04% 18.52% 0.00%
15.29%

Color #88B0D8 in popluar number systems.

HEX 88 B0 D8
Decimal 136 176 216
Binary 10001000 10110000 11011000
Octal 210 260 330

Shades and tints

Shades of #88B0D8

#88B0D8
(136,176,216)
#7CA0C5
(124,160,197)
#7090B2
(112,144,178)
#64809F
(100,128,159)
#58708C
(88,112,140)
#4C6079
(76,96,121)
#405066
(64,80,102)
#344053
(52,64,83)
#283040
(40,48,64)
#1C202D
(28,32,45)
#10101A
(16,16,26)
#000000
(0,0,0)

Tints of #88B0D8

#88B0D8
(136,176,216)
#92B7DB
(146,183,219)
#9CBEDE
(156,190,222)
#A6C5E1
(166,197,225)
#B0CCE4
(176,204,228)
#BAD3E7
(186,211,231)
#C4DAEA
(196,218,234)
#CEE1ED
(206,225,237)
#D8E8F0
(216,232,240)
#E2EFF3
(226,239,243)
#ECF6F6
(236,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B0D8 color. Also use rgb(136,176,216) instead hex code.

Text Font Color

.myTextColor { color: #88B0D8; }

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

This text font color is #88B0D8.

Background Color

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

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

This div background color is #88B0D8.

Border color

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

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

This div border color is #88B0D8.

Opacity

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

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

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

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

This text has shadow with #88B0D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88B0D8.

Preview

Color preview on black background

This text has color #88B0D8 on black background.


Color preview on white background

This text has color #88B0D8 on white background.


Black color preview on #88B0D8 background

This text has black color on #88B0D8 background.


White color preview on #88B0D8 background

This text has white color on #88B0D8 background.


Related colors

Complementary color

Complementary color for #hex is #774F27.


I love getcolorcode.com

Triadic colors

1 #D888B0 and #B0D888 with #88B0D8 are triadic colors.

2 #D8B088 and #B088D8 with #88B0D8 are triadic colors.