COLOR #88A5AD

HEX: #88A5AD
RGB: (136,165,173)

Color info

#88A5AD contains red, green and blue colors in about the same proportion. Web safe color of #88A5AD is #999999 (or #999).

RGB color model

#88A5AD color RGB value is (136,165,173).

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

RGB channels and saturation

R 136 of 255 = 53%
G 165 of 255 = 65%
B 173 of 255 = 68%

136
165
173

R + G + B ~ 62%. #88A5AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 165 + 173 = 474 (100%)
R 136 of 474 ~ 28.69%
G 165 of 474 ~ 34.81%
B 173 of 474 ~ 36.5%

%28.69
%34.81
%36.5

CMYK color model

#88A5AD color CMYK value is (21,5,0,32).

  • cyan value is 21.39%
  • magenta value is 4.62%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(21,5,0,32)
C21M5Y0K32 
(21%,5%,0%,32%)
(0.21/0.05/0.00/0.32)	

CMYK percentages

%21.39
%4.62
%0
%32.16

Codes

Color #88A5AD in popluar color models

88A5AD
RGB136165173
HSL193°18.41%60.59%
HSB/HSV193°21.39%67.84%
CMYK21.39%4.62%0.00%
32.16%

Color #88A5AD in popluar number systems.

HEX88A5AD
Decimal136165173
Binary100010001010010110101101
Octal210245255

Shades and tints

Shades of #88A5AD

#88A5AD
(136,165,173)
#7C969E
(124,150,158)
#70878F
(112,135,143)
#647880
(100,120,128)
#586971
(88,105,113)
#4C5A62
(76,90,98)
#404B53
(64,75,83)
#343C44
(52,60,68)
#282D35
(40,45,53)
#1C1E26
(28,30,38)
#100F17
(16,15,23)
#000000
(0,0,0)

Tints of #88A5AD

#88A5AD
(136,165,173)
#92ADB4
(146,173,180)
#9CB5BB
(156,181,187)
#A6BDC2
(166,189,194)
#B0C5C9
(176,197,201)
#BACDD0
(186,205,208)
#C4D5D7
(196,213,215)
#CEDDDE
(206,221,222)
#D8E5E5
(216,229,229)
#E2EDEC
(226,237,236)
#ECF5F3
(236,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A5AD; }

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

This text font color is #88A5AD.


Background Color

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

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

This div background color is #88A5AD.


Border color

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

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

This div border color is #88A5AD.


Opacity

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

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

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

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

This text has shadow with #88A5AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A5AD on black background.


Color preview on white background

This text has color #88A5AD on white background.



Black color preview on #88A5AD background

This text has black color on #88A5AD background.


White color preview on #88A5AD background

This text has white color on #88A5AD background.