COLOR #88B0D5

HEX: #88B0D5
RGB: (136,176,213)

Color info

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

RGB color model

#88B0D5 color RGB value is (136,176,213).

  • red value is 136;
  • green value is 176;
  • blue value is 213.
RGB:
(136,176,213)
(53%,69%,84%)

RGB channels and saturation

R 136 of 255 = 53%
G 176 of 255 = 69%
B 213 of 255 = 84%

136
176
213

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

Portions of RGB colors in percentages

R + G + B =
136 + 176 + 213 = 525 (100%)
R 136 of 525 ~ 25.9%
G 176 of 525 ~ 33.52%
B 213 of 525 ~ 40.57%

%25.9
%33.52
%40.57

CMYK color model

#88B0D5 color CMYK value is (36,17,0,16).

  • cyan value is 36.15%
  • magenta value is 17.37%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(36,17,0,16)
C36M17Y0K16 
(36%,17%,0%,16%)
(0.36/0.17/0.00/0.16)	

CMYK percentages

%36.15
%17.37
%0
%16.47

Codes

Color #88B0D5 in popluar color models

88B0D5
RGB136176213
HSL209°47.83%68.43%
HSB/HSV209°36.15%83.53%
CMYK36.15%17.37%0.00%
16.47%

Color #88B0D5 in popluar number systems.

HEX88B0D5
Decimal136176213
Binary100010001011000011010101
Octal210260325

Shades and tints

Shades of #88B0D5

#88B0D5
(136,176,213)
#7CA0C2
(124,160,194)
#7090AF
(112,144,175)
#64809C
(100,128,156)
#587089
(88,112,137)
#4C6076
(76,96,118)
#405063
(64,80,99)
#344050
(52,64,80)
#28303D
(40,48,61)
#1C202A
(28,32,42)
#101017
(16,16,23)
#000000
(0,0,0)

Tints of #88B0D5

#88B0D5
(136,176,213)
#92B7D8
(146,183,216)
#9CBEDB
(156,190,219)
#A6C5DE
(166,197,222)
#B0CCE1
(176,204,225)
#BAD3E4
(186,211,228)
#C4DAE7
(196,218,231)
#CEE1EA
(206,225,234)
#D8E8ED
(216,232,237)
#E2EFF0
(226,239,240)
#ECF6F3
(236,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88B0D5; }

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

This text font color is #88B0D5.


Background Color

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

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

This div background color is #88B0D5.


Border color

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

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

This div border color is #88B0D5.


Opacity

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

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

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

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

This text has shadow with #88B0D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B0D5 on black background.


Color preview on white background

This text has color #88B0D5 on white background.



Black color preview on #88B0D5 background

This text has black color on #88B0D5 background.


White color preview on #88B0D5 background

This text has white color on #88B0D5 background.