COLOR #88858D

HEX: #88858D
RGB: (136,133,141)

Color info

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

RGB color model

#88858D color RGB value is (136,133,141).

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

RGB channels and saturation

R 136 of 255 = 53%
G 133 of 255 = 52%
B 141 of 255 = 55%

136
133
141

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

Portions of RGB colors in percentages

R + G + B =
136 + 133 + 141 = 410 (100%)
R 136 of 410 ~ 33.17%
G 133 of 410 ~ 32.44%
B 141 of 410 ~ 34.39%

%33.17
%32.44
%34.39

CMYK color model

#88858D color CMYK value is (4,6,0,45).

  • cyan value is 3.55%
  • magenta value is 5.67%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(4,6,0,45)
C4M6Y0K45 
(4%,6%,0%,45%)
(0.04/0.06/0.00/0.45)	

CMYK percentages

%3.55
%5.67
%0
%44.71

Codes

Color #88858D in popluar color models

88858D
RGB136133141
HSL263°3.39%53.73%
HSB/HSV263°5.67%55.29%
CMYK3.55%5.67%0.00%
44.71%

Color #88858D in popluar number systems.

HEX88858D
Decimal136133141
Binary100010001000010110001101
Octal210205215

Shades and tints

Shades of #88858D

#88858D
(136,133,141)
#7C7981
(124,121,129)
#706D75
(112,109,117)
#646169
(100,97,105)
#58555D
(88,85,93)
#4C4951
(76,73,81)
#403D45
(64,61,69)
#343139
(52,49,57)
#28252D
(40,37,45)
#1C1921
(28,25,33)
#100D15
(16,13,21)
#000000
(0,0,0)

Tints of #88858D

#88858D
(136,133,141)
#929097
(146,144,151)
#9C9BA1
(156,155,161)
#A6A6AB
(166,166,171)
#B0B1B5
(176,177,181)
#BABCBF
(186,188,191)
#C4C7C9
(196,199,201)
#CED2D3
(206,210,211)
#D8DDDD
(216,221,221)
#E2E8E7
(226,232,231)
#ECF3F1
(236,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88858D; }

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

This text font color is #88858D.


Background Color

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

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

This div background color is #88858D.


Border color

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

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

This div border color is #88858D.


Opacity

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

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

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

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

This text has shadow with #88858D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88858D on black background.


Color preview on white background

This text has color #88858D on white background.



Black color preview on #88858D background

This text has black color on #88858D background.


White color preview on #88858D background

This text has white color on #88858D background.