COLOR #88ABDA

HEX: #88ABDA
RGB: (136,171,218)

Color info

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

RGB color model

#88ABDA color RGB value is (136,171,218).

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

RGB channels and saturation

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

136
171
218

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

Portions of RGB colors in percentages

R + G + B =
136 + 171 + 218 = 525 (100%)
R 136 of 525 ~ 25.9%
G 171 of 525 ~ 32.57%
B 218 of 525 ~ 41.52%

%25.9
%32.57
%41.52

CMYK color model

#88ABDA color CMYK value is (38,22,0,15).

  • cyan value is 37.61%
  • magenta value is 21.56%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(38,22,0,15)
C38M22Y0K15 
(38%,22%,0%,15%)
(0.38/0.22/0.00/0.15)	

CMYK percentages

%37.61
%21.56
%0
%14.51

Codes

Color #88ABDA in popluar color models

88ABDA
RGB136171218
HSL214°52.56%69.41%
HSB/HSV214°37.61%85.49%
CMYK37.61%21.56%0.00%
14.51%

Color #88ABDA in popluar number systems.

HEX88ABDA
Decimal136171218
Binary100010001010101111011010
Octal210253332

Shades and tints

Shades of #88ABDA

#88ABDA
(136,171,218)
#7C9CC7
(124,156,199)
#708DB4
(112,141,180)
#647EA1
(100,126,161)
#586F8E
(88,111,142)
#4C607B
(76,96,123)
#405168
(64,81,104)
#344255
(52,66,85)
#283342
(40,51,66)
#1C242F
(28,36,47)
#10151C
(16,21,28)
#000000
(0,0,0)

Tints of #88ABDA

#88ABDA
(136,171,218)
#92B2DD
(146,178,221)
#9CB9E0
(156,185,224)
#A6C0E3
(166,192,227)
#B0C7E6
(176,199,230)
#BACEE9
(186,206,233)
#C4D5EC
(196,213,236)
#CEDCEF
(206,220,239)
#D8E3F2
(216,227,242)
#E2EAF5
(226,234,245)
#ECF1F8
(236,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88ABDA; }

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

This text font color is #88ABDA.


Background Color

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

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

This div background color is #88ABDA.


Border color

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

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

This div border color is #88ABDA.


Opacity

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

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

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

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

This text has shadow with #88ABDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88ABDA on black background.


Color preview on white background

This text has color #88ABDA on white background.



Black color preview on #88ABDA background

This text has black color on #88ABDA background.


White color preview on #88ABDA background

This text has white color on #88ABDA background.