COLOR #88A5DA

HEX: #88A5DA RGB: (136,165,218)

Color info

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

RGB color model

#88A5DA color RGB value is (136,165,218).

RGB: (136,165,218) (53%, 65%, 85%)

RGB channels and saturation

R 136 of 255 = 53%
G 165 of 255 = 65%
B 218 of 255 = 85%

136
165
218

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

Portions of RGB colors in percentages

R + G + B = 136 + 165 + 218 = 519 (100%)
R 136 of 519 ~ 26.2%
G 165 of 519 ~ 31.79%
B 218 of 519 ~ 42'%

%26.2
%31.79
%42

CMYK color model

#88A5DA color CMYK value is (38,24,0,15).

  • cyan value is 37.61%
  • magenta value is 24.31%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (38,24,0,15)
C38M24Y0K15 (38%, 24%, 0%, 15%)
(0.38 / 0.24 / 0.00 / 0.15)

CMYK percentages

%37.61
%24.31
%0
%14.51

Codes

Color #88A5DA in popluar color models

88 A5 DA
RGB 136 165 218
HSL 219° 52.56% 69.41%
HSB/HSV 219° 37.61% 85.49%
CMYK 37.61% 24.31% 0.00%
14.51%

Color #88A5DA in popluar number systems.

HEX 88 A5 DA
Decimal 136 165 218
Binary 10001000 10100101 11011010
Octal 210 245 332

Shades and tints

Shades of #88A5DA

#88A5DA
(136,165,218)
#7C96C7
(124,150,199)
#7087B4
(112,135,180)
#6478A1
(100,120,161)
#58698E
(88,105,142)
#4C5A7B
(76,90,123)
#404B68
(64,75,104)
#343C55
(52,60,85)
#282D42
(40,45,66)
#1C1E2F
(28,30,47)
#100F1C
(16,15,28)
#000000
(0,0,0)

Tints of #88A5DA

#88A5DA
(136,165,218)
#92ADDD
(146,173,221)
#9CB5E0
(156,181,224)
#A6BDE3
(166,189,227)
#B0C5E6
(176,197,230)
#BACDE9
(186,205,233)
#C4D5EC
(196,213,236)
#CEDDEF
(206,221,239)
#D8E5F2
(216,229,242)
#E2EDF5
(226,237,245)
#ECF5F8
(236,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A5DA; }

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

This text font color is #88A5DA.

Background Color

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

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

This div background color is #88A5DA.

Border color

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

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

This div border color is #88A5DA.

Opacity

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

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

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

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

This text has shadow with #88A5DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88A5DA.

Preview

Color preview on black background

This text has color #88A5DA on black background.


Color preview on white background

This text has color #88A5DA on white background.


Black color preview on #88A5DA background

This text has black color on #88A5DA background.


White color preview on #88A5DA background

This text has white color on #88A5DA background.


Related colors

Complementary color

Complementary color for #hex is #775A25.


I love getcolorcode.com

Triadic colors

1 #DA88A5 and #A5DA88 with #88A5DA are triadic colors.

2 #DAA588 and #A588DA with #88A5DA are triadic colors.