COLOR #88ABD9

HEX: #88ABD9
RGB: (136,171,217)

Color info

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

RGB color model

#88ABD9 color RGB value is (136,171,217).

  • red value is 136;
  • green value is 171;
  • blue value is 217.
RGB:
(136,171,217)
(53%,67%,85%)

RGB channels and saturation

R 136 of 255 = 53%
G 171 of 255 = 67%
B 217 of 255 = 85%

136
171
217

R + G + B ~ 68%. #88ABD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 171 + 217 = 524 (100%)
R 136 of 524 ~ 25.95%
G 171 of 524 ~ 32.63%
B 217 of 524 ~ 41.41%

%25.95
%32.63
%41.41

CMYK color model

#88ABD9 color CMYK value is (37,21,0,15).

  • cyan value is 37.33%
  • magenta value is 21.20%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(37,21,0,15)
C37M21Y0K15 
(37%,21%,0%,15%)
(0.37/0.21/0.00/0.15)	

CMYK percentages

%37.33
%21.2
%0
%14.9

Codes

Color #88ABD9 in popluar color models

88ABD9
RGB136171217
HSL214°51.59%69.22%
HSB/HSV214°37.33%85.10%
CMYK37.33%21.20%0.00%
14.90%

Color #88ABD9 in popluar number systems.

HEX88ABD9
Decimal136171217
Binary100010001010101111011001
Octal210253331

Shades and tints

Shades of #88ABD9

#88ABD9
(136,171,217)
#7C9CC6
(124,156,198)
#708DB3
(112,141,179)
#647EA0
(100,126,160)
#586F8D
(88,111,141)
#4C607A
(76,96,122)
#405167
(64,81,103)
#344254
(52,66,84)
#283341
(40,51,65)
#1C242E
(28,36,46)
#10151B
(16,21,27)
#000000
(0,0,0)

Tints of #88ABD9

#88ABD9
(136,171,217)
#92B2DC
(146,178,220)
#9CB9DF
(156,185,223)
#A6C0E2
(166,192,226)
#B0C7E5
(176,199,229)
#BACEE8
(186,206,232)
#C4D5EB
(196,213,235)
#CEDCEE
(206,220,238)
#D8E3F1
(216,227,241)
#E2EAF4
(226,234,244)
#ECF1F7
(236,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88ABD9; }

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

This text font color is #88ABD9.


Background Color

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

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

This div background color is #88ABD9.


Border color

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

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

This div border color is #88ABD9.


Opacity

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

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

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

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

This text has shadow with #88ABD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88ABD9 on black background.


Color preview on white background

This text has color #88ABD9 on white background.



Black color preview on #88ABD9 background

This text has black color on #88ABD9 background.


White color preview on #88ABD9 background

This text has white color on #88ABD9 background.