COLOR #88A8AA

HEX: #88A8AA
RGB: (136,168,170)

Color info

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

RGB color model

#88A8AA color RGB value is (136,168,170).

  • red value is 136;
  • green value is 168;
  • blue value is 170.
RGB:
(136,168,170)
(53%,66%,67%)

RGB channels and saturation

R 136 of 255 = 53%
G 168 of 255 = 66%
B 170 of 255 = 67%

136
168
170

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

Portions of RGB colors in percentages

R + G + B =
136 + 168 + 170 = 474 (100%)
R 136 of 474 ~ 28.69%
G 168 of 474 ~ 35.44%
B 170 of 474 ~ 35.86%

%28.69
%35.44
%35.86

CMYK color model

#88A8AA color CMYK value is (20,1,0,33).

  • cyan value is 20.00%
  • magenta value is 1.18%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(20,1,0,33)
C20M1Y0K33 
(20%,1%,0%,33%)
(0.20/0.01/0.00/0.33)	

CMYK percentages

%20
%1.18
%0
%33.33

Codes

Color #88A8AA in popluar color models

88A8AA
RGB136168170
HSL184°16.67%60.00%
HSB/HSV184°20.00%66.67%
CMYK20.00%1.18%0.00%
33.33%

Color #88A8AA in popluar number systems.

HEX88A8AA
Decimal136168170
Binary100010001010100010101010
Octal210250252

Shades and tints

Shades of #88A8AA

#88A8AA
(136,168,170)
#7C999B
(124,153,155)
#708A8C
(112,138,140)
#647B7D
(100,123,125)
#586C6E
(88,108,110)
#4C5D5F
(76,93,95)
#404E50
(64,78,80)
#343F41
(52,63,65)
#283032
(40,48,50)
#1C2123
(28,33,35)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #88A8AA

#88A8AA
(136,168,170)
#92AFB1
(146,175,177)
#9CB6B8
(156,182,184)
#A6BDBF
(166,189,191)
#B0C4C6
(176,196,198)
#BACBCD
(186,203,205)
#C4D2D4
(196,210,212)
#CED9DB
(206,217,219)
#D8E0E2
(216,224,226)
#E2E7E9
(226,231,233)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88A8AA color. Also use rgb(136,168,170) instead hex code.

Text Font Color

.myTextColor { color: #88A8AA; }

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

This text font color is #88A8AA.


Background Color

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

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

This div background color is #88A8AA.


Border color

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

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

This div border color is #88A8AA.


Opacity

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

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

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

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

This text has shadow with #88A8AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A8AA on black background.


Color preview on white background

This text has color #88A8AA on white background.



Black color preview on #88A8AA background

This text has black color on #88A8AA background.


White color preview on #88A8AA background

This text has white color on #88A8AA background.