COLOR #88A5D5

HEX: #88A5D5
RGB: (136,165,213)

Color info

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

RGB color model

#88A5D5 color RGB value is (136,165,213).

  • red value is 136;
  • green value is 165;
  • blue value is 213.
RGB:
(136,165,213)
(53%,65%,84%)

RGB channels and saturation

R 136 of 255 = 53%
G 165 of 255 = 65%
B 213 of 255 = 84%

136
165
213

R + G + B ~ 67%. #88A5D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 165 + 213 = 514 (100%)
R 136 of 514 ~ 26.46%
G 165 of 514 ~ 32.1%
B 213 of 514 ~ 41.44%

%26.46
%32.1
%41.44

CMYK color model

#88A5D5 color CMYK value is (36,23,0,16).

  • cyan value is 36.15%
  • magenta value is 22.54%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(36,23,0,16)
C36M23Y0K16 
(36%,23%,0%,16%)
(0.36/0.23/0.00/0.16)	

CMYK percentages

%36.15
%22.54
%0
%16.47

Codes

Color #88A5D5 in popluar color models

88A5D5
RGB136165213
HSL217°47.83%68.43%
HSB/HSV217°36.15%83.53%
CMYK36.15%22.54%0.00%
16.47%

Color #88A5D5 in popluar number systems.

HEX88A5D5
Decimal136165213
Binary100010001010010111010101
Octal210245325

Shades and tints

Shades of #88A5D5

#88A5D5
(136,165,213)
#7C96C2
(124,150,194)
#7087AF
(112,135,175)
#64789C
(100,120,156)
#586989
(88,105,137)
#4C5A76
(76,90,118)
#404B63
(64,75,99)
#343C50
(52,60,80)
#282D3D
(40,45,61)
#1C1E2A
(28,30,42)
#100F17
(16,15,23)
#000000
(0,0,0)

Tints of #88A5D5

#88A5D5
(136,165,213)
#92ADD8
(146,173,216)
#9CB5DB
(156,181,219)
#A6BDDE
(166,189,222)
#B0C5E1
(176,197,225)
#BACDE4
(186,205,228)
#C4D5E7
(196,213,231)
#CEDDEA
(206,221,234)
#D8E5ED
(216,229,237)
#E2EDF0
(226,237,240)
#ECF5F3
(236,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A5D5; }

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

This text font color is #88A5D5.


Background Color

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

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

This div background color is #88A5D5.


Border color

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

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

This div border color is #88A5D5.


Opacity

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

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

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

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

This text has shadow with #88A5D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A5D5 on black background.


Color preview on white background

This text has color #88A5D5 on white background.



Black color preview on #88A5D5 background

This text has black color on #88A5D5 background.


White color preview on #88A5D5 background

This text has white color on #88A5D5 background.