COLOR #88A5BA

HEX: #88A5BA
RGB: (136,165,186)

Color info

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

RGB color model

#88A5BA color RGB value is (136,165,186).

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

RGB channels and saturation

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

136
165
186

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

Portions of RGB colors in percentages

R + G + B =
136 + 165 + 186 = 487 (100%)
R 136 of 487 ~ 27.93%
G 165 of 487 ~ 33.88%
B 186 of 487 ~ 38.19%

%27.93
%33.88
%38.19

CMYK color model

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

  • cyan value is 26.88%
  • magenta value is 11.29%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(27,11,0,27)
C27M11Y0K27 
(27%,11%,0%,27%)
(0.27/0.11/0.00/0.27)	

CMYK percentages

%26.88
%11.29
%0
%27.06

Codes

Color #88A5BA in popluar color models

88A5BA
RGB136165186
HSL205°26.60%63.14%
HSB/HSV205°26.88%72.94%
CMYK26.88%11.29%0.00%
27.06%

Color #88A5BA in popluar number systems.

HEX88A5BA
Decimal136165186
Binary100010001010010110111010
Octal210245272

Shades and tints

Shades of #88A5BA

#88A5BA
(136,165,186)
#7C96AA
(124,150,170)
#70879A
(112,135,154)
#64788A
(100,120,138)
#58697A
(88,105,122)
#4C5A6A
(76,90,106)
#404B5A
(64,75,90)
#343C4A
(52,60,74)
#282D3A
(40,45,58)
#1C1E2A
(28,30,42)
#100F1A
(16,15,26)
#000000
(0,0,0)

Tints of #88A5BA

#88A5BA
(136,165,186)
#92ADC0
(146,173,192)
#9CB5C6
(156,181,198)
#A6BDCC
(166,189,204)
#B0C5D2
(176,197,210)
#BACDD8
(186,205,216)
#C4D5DE
(196,213,222)
#CEDDE4
(206,221,228)
#D8E5EA
(216,229,234)
#E2EDF0
(226,237,240)
#ECF5F6
(236,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A5BA; }

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

This text font color is #88A5BA.


Background Color

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

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

This div background color is #88A5BA.


Border color

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

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

This div border color is #88A5BA.


Opacity

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

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

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

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

This text has shadow with #88A5BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A5BA on black background.


Color preview on white background

This text has color #88A5BA on white background.



Black color preview on #88A5BA background

This text has black color on #88A5BA background.


White color preview on #88A5BA background

This text has white color on #88A5BA background.