COLOR #88A5B9

HEX: #88A5B9
RGB: (136,165,185)

Color info

#88A5B9 contains red, green and blue colors in about the same proportion. Web safe color of #88A5B9 is #9999CC (or #99C).

RGB color model

#88A5B9 color RGB value is (136,165,185).

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

RGB channels and saturation

R 136 of 255 = 53%
G 165 of 255 = 65%
B 185 of 255 = 73%

136
165
185

R + G + B ~ 64%. #88A5B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 165 + 185 = 486 (100%)
R 136 of 486 ~ 27.98%
G 165 of 486 ~ 33.95%
B 185 of 486 ~ 38.07%

%27.98
%33.95
%38.07

CMYK color model

#88A5B9 color CMYK value is (26,11,0,27).

  • cyan value is 26.49%
  • magenta value is 10.81%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(26,11,0,27)
C26M11Y0K27 
(26%,11%,0%,27%)
(0.26/0.11/0.00/0.27)	

CMYK percentages

%26.49
%10.81
%0
%27.45

Codes

Color #88A5B9 in popluar color models

88A5B9
RGB136165185
HSL204°25.93%62.94%
HSB/HSV204°26.49%72.55%
CMYK26.49%10.81%0.00%
27.45%

Color #88A5B9 in popluar number systems.

HEX88A5B9
Decimal136165185
Binary100010001010010110111001
Octal210245271

Shades and tints

Shades of #88A5B9

#88A5B9
(136,165,185)
#7C96A9
(124,150,169)
#708799
(112,135,153)
#647889
(100,120,137)
#586979
(88,105,121)
#4C5A69
(76,90,105)
#404B59
(64,75,89)
#343C49
(52,60,73)
#282D39
(40,45,57)
#1C1E29
(28,30,41)
#100F19
(16,15,25)
#000000
(0,0,0)

Tints of #88A5B9

#88A5B9
(136,165,185)
#92ADBF
(146,173,191)
#9CB5C5
(156,181,197)
#A6BDCB
(166,189,203)
#B0C5D1
(176,197,209)
#BACDD7
(186,205,215)
#C4D5DD
(196,213,221)
#CEDDE3
(206,221,227)
#D8E5E9
(216,229,233)
#E2EDEF
(226,237,239)
#ECF5F5
(236,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A5B9; }

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

This text font color is #88A5B9.


Background Color

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

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

This div background color is #88A5B9.


Border color

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

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

This div border color is #88A5B9.


Opacity

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

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

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

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

This text has shadow with #88A5B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A5B9 on black background.


Color preview on white background

This text has color #88A5B9 on white background.



Black color preview on #88A5B9 background

This text has black color on #88A5B9 background.


White color preview on #88A5B9 background

This text has white color on #88A5B9 background.