COLOR #88ADDA

HEX: #88ADDA
RGB: (136,173,218)

Color info

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

RGB color model

#88ADDA color RGB value is (136,173,218).

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

RGB channels and saturation

R 136 of 255 = 53%
G 173 of 255 = 68%
B 218 of 255 = 85%

136
173
218

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

Portions of RGB colors in percentages

R + G + B =
136 + 173 + 218 = 527 (100%)
R 136 of 527 ~ 25.81%
G 173 of 527 ~ 32.83%
B 218 of 527 ~ 41.37%

%25.81
%32.83
%41.37

CMYK color model

#88ADDA color CMYK value is (38,21,0,15).

  • cyan value is 37.61%
  • magenta value is 20.64%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(38,21,0,15)
C38M21Y0K15 
(38%,21%,0%,15%)
(0.38/0.21/0.00/0.15)	

CMYK percentages

%37.61
%20.64
%0
%14.51

Codes

Color #88ADDA in popluar color models

88ADDA
RGB136173218
HSL213°52.56%69.41%
HSB/HSV213°37.61%85.49%
CMYK37.61%20.64%0.00%
14.51%

Color #88ADDA in popluar number systems.

HEX88ADDA
Decimal136173218
Binary100010001010110111011010
Octal210255332

Shades and tints

Shades of #88ADDA

#88ADDA
(136,173,218)
#7C9EC7
(124,158,199)
#708FB4
(112,143,180)
#6480A1
(100,128,161)
#58718E
(88,113,142)
#4C627B
(76,98,123)
#405368
(64,83,104)
#344455
(52,68,85)
#283542
(40,53,66)
#1C262F
(28,38,47)
#10171C
(16,23,28)
#000000
(0,0,0)

Tints of #88ADDA

#88ADDA
(136,173,218)
#92B4DD
(146,180,221)
#9CBBE0
(156,187,224)
#A6C2E3
(166,194,227)
#B0C9E6
(176,201,230)
#BAD0E9
(186,208,233)
#C4D7EC
(196,215,236)
#CEDEEF
(206,222,239)
#D8E5F2
(216,229,242)
#E2ECF5
(226,236,245)
#ECF3F8
(236,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88ADDA; }

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

This text font color is #88ADDA.


Background Color

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

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

This div background color is #88ADDA.


Border color

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

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

This div border color is #88ADDA.


Opacity

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

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

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

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

This text has shadow with #88ADDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88ADDA on black background.


Color preview on white background

This text has color #88ADDA on white background.



Black color preview on #88ADDA background

This text has black color on #88ADDA background.


White color preview on #88ADDA background

This text has white color on #88ADDA background.