COLOR #88858F

HEX: #88858F
RGB: (136,133,143)

Color info

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

RGB color model

#88858F color RGB value is (136,133,143).

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

RGB channels and saturation

R 136 of 255 = 53%
G 133 of 255 = 52%
B 143 of 255 = 56%

136
133
143

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

Portions of RGB colors in percentages

R + G + B =
136 + 133 + 143 = 412 (100%)
R 136 of 412 ~ 33.01%
G 133 of 412 ~ 32.28%
B 143 of 412 ~ 34.71%

%33.01
%32.28
%34.71

CMYK color model

#88858F color CMYK value is (5,7,0,44).

  • cyan value is 4.90%
  • magenta value is 6.99%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(5,7,0,44)
C5M7Y0K44 
(5%,7%,0%,44%)
(0.05/0.07/0.00/0.44)	

CMYK percentages

%4.9
%6.99
%0
%43.92

Codes

Color #88858F in popluar color models

88858F
RGB136133143
HSL258°4.27%54.12%
HSB/HSV258°6.99%56.08%
CMYK4.90%6.99%0.00%
43.92%

Color #88858F in popluar number systems.

HEX88858F
Decimal136133143
Binary100010001000010110001111
Octal210205217

Shades and tints

Shades of #88858F

#88858F
(136,133,143)
#7C7982
(124,121,130)
#706D75
(112,109,117)
#646168
(100,97,104)
#58555B
(88,85,91)
#4C494E
(76,73,78)
#403D41
(64,61,65)
#343134
(52,49,52)
#282527
(40,37,39)
#1C191A
(28,25,26)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #88858F

#88858F
(136,133,143)
#929099
(146,144,153)
#9C9BA3
(156,155,163)
#A6A6AD
(166,166,173)
#B0B1B7
(176,177,183)
#BABCC1
(186,188,193)
#C4C7CB
(196,199,203)
#CED2D5
(206,210,213)
#D8DDDF
(216,221,223)
#E2E8E9
(226,232,233)
#ECF3F3
(236,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88858F; }

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

This text font color is #88858F.


Background Color

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

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

This div background color is #88858F.


Border color

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

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

This div border color is #88858F.


Opacity

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

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

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

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

This text has shadow with #88858F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88858F on black background.


Color preview on white background

This text has color #88858F on white background.



Black color preview on #88858F background

This text has black color on #88858F background.


White color preview on #88858F background

This text has white color on #88858F background.