COLOR #88989D

HEX: #88989D
RGB: (136,152,157)

Color info

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

RGB color model

#88989D color RGB value is (136,152,157).

  • red value is 136;
  • green value is 152;
  • blue value is 157.
RGB:
(136,152,157)
(53%,60%,62%)

RGB channels and saturation

R 136 of 255 = 53%
G 152 of 255 = 60%
B 157 of 255 = 62%

136
152
157

R + G + B ~ 58%. #88989D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 152 + 157 = 445 (100%)
R 136 of 445 ~ 30.56%
G 152 of 445 ~ 34.16%
B 157 of 445 ~ 35.28%

%30.56
%34.16
%35.28

CMYK color model

#88989D color CMYK value is (13,3,0,38).

  • cyan value is 13.38%
  • magenta value is 3.18%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(13,3,0,38)
C13M3Y0K38 
(13%,3%,0%,38%)
(0.13/0.03/0.00/0.38)	

CMYK percentages

%13.38
%3.18
%0
%38.43

Codes

Color #88989D in popluar color models

88989D
RGB136152157
HSL194°9.68%57.45%
HSB/HSV194°13.38%61.57%
CMYK13.38%3.18%0.00%
38.43%

Color #88989D in popluar number systems.

HEX88989D
Decimal136152157
Binary100010001001100010011101
Octal210230235

Shades and tints

Shades of #88989D

#88989D
(136,152,157)
#7C8B8F
(124,139,143)
#707E81
(112,126,129)
#647173
(100,113,115)
#586465
(88,100,101)
#4C5757
(76,87,87)
#404A49
(64,74,73)
#343D3B
(52,61,59)
#28302D
(40,48,45)
#1C231F
(28,35,31)
#101611
(16,22,17)
#000000
(0,0,0)

Tints of #88989D

#88989D
(136,152,157)
#92A1A5
(146,161,165)
#9CAAAD
(156,170,173)
#A6B3B5
(166,179,181)
#B0BCBD
(176,188,189)
#BAC5C5
(186,197,197)
#C4CECD
(196,206,205)
#CED7D5
(206,215,213)
#D8E0DD
(216,224,221)
#E2E9E5
(226,233,229)
#ECF2ED
(236,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88989D color. Also use rgb(136,152,157) instead hex code.

Text Font Color

.myTextColor { color: #88989D; }

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

This text font color is #88989D.


Background Color

.myBgColor { background-color: #88989D; }

<div style="background-color:#88989D">Inner text</div>

This div background color is #88989D.


Border color

.myBorderColor { border: 1px solid #88989D; }

<div style="border:3px solid #88989D">Div</div>

This div border color is #88989D.


Opacity

.myOpacity80 { color: #88989D; opacity: 0.8; }

<p style="color:#88989D;opacity:0.8;">80%</p>

Text with #88989D 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 #88989D;}

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

This text has shadow with #88989D color.

.textShadow {text-shadow: 3px 3px 1px #88989D, 3px 3px 1px red;}

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

This text has shadow with #88989D primary color and red secondary color.


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

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

This text has shadow with #88989D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88989D on black background.


Color preview on white background

This text has color #88989D on white background.



Black color preview on #88989D background

This text has black color on #88989D background.


White color preview on #88989D background

This text has white color on #88989D background.