COLOR #88898F

HEX: #88898F
RGB: (136,137,143)

Color info

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

RGB color model

#88898F color RGB value is (136,137,143).

  • red value is 136;
  • green value is 137;
  • blue value is 143.
RGB:
(136,137,143)
(53%,54%,56%)

RGB channels and saturation

R 136 of 255 = 53%
G 137 of 255 = 54%
B 143 of 255 = 56%

136
137
143

R + G + B ~ 54%. #88898F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 137 + 143 = 416 (100%)
R 136 of 416 ~ 32.69%
G 137 of 416 ~ 32.93%
B 143 of 416 ~ 34.38%

%32.69
%32.93
%34.38

CMYK color model

#88898F color CMYK value is (5,4,0,44).

  • cyan value is 4.90%
  • magenta value is 4.20%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(5,4,0,44)
C5M4Y0K44 
(5%,4%,0%,44%)
(0.05/0.04/0.00/0.44)	

CMYK percentages

%4.9
%4.2
%0
%43.92

Codes

Color #88898F in popluar color models

88898F
RGB136137143
HSL231°3.03%54.71%
HSB/HSV231°4.90%56.08%
CMYK4.90%4.20%0.00%
43.92%

Color #88898F in popluar number systems.

HEX88898F
Decimal136137143
Binary100010001000100110001111
Octal210211217

Shades and tints

Shades of #88898F

#88898F
(136,137,143)
#7C7D82
(124,125,130)
#707175
(112,113,117)
#646568
(100,101,104)
#58595B
(88,89,91)
#4C4D4E
(76,77,78)
#404141
(64,65,65)
#343534
(52,53,52)
#282927
(40,41,39)
#1C1D1A
(28,29,26)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #88898F

#88898F
(136,137,143)
#929399
(146,147,153)
#9C9DA3
(156,157,163)
#A6A7AD
(166,167,173)
#B0B1B7
(176,177,183)
#BABBC1
(186,187,193)
#C4C5CB
(196,197,203)
#CECFD5
(206,207,213)
#D8D9DF
(216,217,223)
#E2E3E9
(226,227,233)
#ECEDF3
(236,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88898F color. Also use rgb(136,137,143) instead hex code.

Text Font Color

.myTextColor { color: #88898F; }

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

This text font color is #88898F.


Background Color

.myBgColor { background-color: #88898F; }

<div style="background-color:#88898F">Inner text</div>

This div background color is #88898F.


Border color

.myBorderColor { border: 1px solid #88898F; }

<div style="border:3px solid #88898F">Div</div>

This div border color is #88898F.


Opacity

.myOpacity80 { color: #88898F; opacity: 0.8; }

<p style="color:#88898F;opacity:0.8;">80%</p>

Text with #88898F 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 #88898F;}

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

This text has shadow with #88898F color.

.textShadow {text-shadow: 3px 3px 1px #88898F, 3px 3px 1px red;}

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

This text has shadow with #88898F primary color and red secondary color.


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

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

This text has shadow with #88898F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88898F on black background.


Color preview on white background

This text has color #88898F on white background.



Black color preview on #88898F background

This text has black color on #88898F background.


White color preview on #88898F background

This text has white color on #88898F background.