COLOR #88B8DF

HEX: #88B8DF RGB: (136,184,223)

Color info

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

RGB color model

#88B8DF color RGB value is (136,184,223).

RGB: (136,184,223) (53%, 72%, 87%)

RGB channels and saturation

R 136 of 255 = 53%
G 184 of 255 = 72%
B 223 of 255 = 87%

136
184
223

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

Portions of RGB colors in percentages

R + G + B = 136 + 184 + 223 = 543 (100%)
R 136 of 543 ~ 25.05%
G 184 of 543 ~ 33.89%
B 223 of 543 ~ 41.07'%

%25.05
%33.89
%41.07

CMYK color model

#88B8DF color CMYK value is (39,17,0,13).

  • cyan value is 39.01%
  • magenta value is 17.49%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (39,17,0,13)
C39M17Y0K13 (39%, 17%, 0%, 13%)
(0.39 / 0.17 / 0.00 / 0.13)

CMYK percentages

%39.01
%17.49
%0
%12.55

Codes

Color #88B8DF in popluar color models

88 B8 DF
RGB 136 184 223
HSL 207° 57.62% 70.39%
HSB/HSV 207° 39.01% 87.45%
CMYK 39.01% 17.49% 0.00%
12.55%

Color #88B8DF in popluar number systems.

HEX 88 B8 DF
Decimal 136 184 223
Binary 10001000 10111000 11011111
Octal 210 270 337

Shades and tints

Shades of #88B8DF

#88B8DF
(136,184,223)
#7CA8CB
(124,168,203)
#7098B7
(112,152,183)
#6488A3
(100,136,163)
#58788F
(88,120,143)
#4C687B
(76,104,123)
#405867
(64,88,103)
#344853
(52,72,83)
#28383F
(40,56,63)
#1C282B
(28,40,43)
#101817
(16,24,23)
#000000
(0,0,0)

Tints of #88B8DF

#88B8DF
(136,184,223)
#92BEE1
(146,190,225)
#9CC4E3
(156,196,227)
#A6CAE5
(166,202,229)
#B0D0E7
(176,208,231)
#BAD6E9
(186,214,233)
#C4DCEB
(196,220,235)
#CEE2ED
(206,226,237)
#D8E8EF
(216,232,239)
#E2EEF1
(226,238,241)
#ECF4F3
(236,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B8DF color. Also use rgb(136,184,223) instead hex code.

Text Font Color

.myTextColor { color: #88B8DF; }

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

This text font color is #88B8DF.

Background Color

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

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

This div background color is #88B8DF.

Border color

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

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

This div border color is #88B8DF.

Opacity

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

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

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

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

This text has shadow with #88B8DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88B8DF.

Preview

Color preview on black background

This text has color #88B8DF on black background.


Color preview on white background

This text has color #88B8DF on white background.


Black color preview on #88B8DF background

This text has black color on #88B8DF background.


White color preview on #88B8DF background

This text has white color on #88B8DF background.


Related colors

Complementary color

Complementary color for #hex is #774720.


I love getcolorcode.com

Triadic colors

1 #DF88B8 and #B8DF88 with #88B8DF are triadic colors.

2 #DFB888 and #B888DF with #88B8DF are triadic colors.