COLOR #88858C

HEX: #88858C
RGB: (136,133,140)

Color info

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

RGB color model

#88858C color RGB value is (136,133,140).

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

RGB channels and saturation

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

136
133
140

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

Portions of RGB colors in percentages

R + G + B =
136 + 133 + 140 = 409 (100%)
R 136 of 409 ~ 33.25%
G 133 of 409 ~ 32.52%
B 140 of 409 ~ 34.23%

%33.25
%32.52
%34.23

CMYK color model

#88858C color CMYK value is (3,5,0,45).

  • cyan value is 2.86%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(3,5,0,45)
C3M5Y0K45 
(3%,5%,0%,45%)
(0.03/0.05/0.00/0.45)	

CMYK percentages

%2.86
%5
%0
%45.1

Codes

Color #88858C in popluar color models

88858C
RGB136133140
HSL266°2.95%53.53%
HSB/HSV266°5.00%54.90%
CMYK2.86%5.00%0.00%
45.10%

Color #88858C in popluar number systems.

HEX88858C
Decimal136133140
Binary100010001000010110001100
Octal210205214

Shades and tints

Shades of #88858C

#88858C
(136,133,140)
#7C7980
(124,121,128)
#706D74
(112,109,116)
#646168
(100,97,104)
#58555C
(88,85,92)
#4C4950
(76,73,80)
#403D44
(64,61,68)
#343138
(52,49,56)
#28252C
(40,37,44)
#1C1920
(28,25,32)
#100D14
(16,13,20)
#000000
(0,0,0)

Tints of #88858C

#88858C
(136,133,140)
#929096
(146,144,150)
#9C9BA0
(156,155,160)
#A6A6AA
(166,166,170)
#B0B1B4
(176,177,180)
#BABCBE
(186,188,190)
#C4C7C8
(196,199,200)
#CED2D2
(206,210,210)
#D8DDDC
(216,221,220)
#E2E8E6
(226,232,230)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88858C; }

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

This text font color is #88858C.


Background Color

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

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

This div background color is #88858C.


Border color

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

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

This div border color is #88858C.


Opacity

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

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

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

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

This text has shadow with #88858C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88858C on black background.


Color preview on white background

This text has color #88858C on white background.



Black color preview on #88858C background

This text has black color on #88858C background.


White color preview on #88858C background

This text has white color on #88858C background.