COLOR #88858B

HEX: #88858B RGB: (136,133,139)

Color info

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

RGB color model

#88858B color RGB value is (136,133,139).

RGB: (136,133,139) (53%, 52%, 55%)

RGB channels and saturation

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

136
133
139

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

Portions of RGB colors in percentages

R + G + B = 136 + 133 + 139 = 408 (100%)
R 136 of 408 ~ 33.33%
G 133 of 408 ~ 32.6%
B 139 of 408 ~ 34.07'%

%33.33
%32.6
%34.07

CMYK color model

#88858B color CMYK value is (2,4,0,45).

  • cyan value is 2.16%
  • magenta value is 4.32%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK: (2,4,0,45) C2M4Y0K45 (2%,4%,0%,45%) (0.02/0.04/0.00/0.45) 

CMYK percentages

%2.16
%4.32
%0
%45.49

Codes

Color #88858B in popluar color models

88 85 8B
RGB 136 133 139
HSL 270° 2.52% 53.33%
HSB/HSV 270° 4.32% 54.51%
CMYK 2.16% 4.32% 0.00%
45.49%

Color #88858B in popluar number systems.

HEX 88 85 8B
Decimal 136 133 139
Binary 10001000 10000101 10001011
Octal 210 205 213

Shades and tints

Shades of #88858B

#88858B
(136,133,139)
#7C797F
(124,121,127)
#706D73
(112,109,115)
#646167
(100,97,103)
#58555B
(88,85,91)
#4C494F
(76,73,79)
#403D43
(64,61,67)
#343137
(52,49,55)
#28252B
(40,37,43)
#1C191F
(28,25,31)
#100D13
(16,13,19)
#000000
(0,0,0)

Tints of #88858B

#88858B
(136,133,139)
#929095
(146,144,149)
#9C9B9F
(156,155,159)
#A6A6A9
(166,166,169)
#B0B1B3
(176,177,179)
#BABCBD
(186,188,189)
#C4C7C7
(196,199,199)
#CED2D1
(206,210,209)
#D8DDDB
(216,221,219)
#E2E8E5
(226,232,229)
#ECF3EF
(236,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88858B; }

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

This text font color is #88858B.

Background Color

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

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

This div background color is #88858B.

Border color

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

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

This div border color is #88858B.

Opacity

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

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

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

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

This text has shadow with #88858B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88858B.

Preview

Color preview on black background

This text has color #88858B on black background.


Color preview on white background

This text has color #88858B on white background.


Black color preview on #88858B background

This text has black color on #88858B background.


White color preview on #88858B background

This text has white color on #88858B background.


Related colors

Complementary color

Complementary color for #hex is #777A74.


I love getcolorcode.com

Triadic colors

1 #8B8885 and #858B88 with #88858B are triadic colors.

2 #8B8588 and #85888B with #88858B are triadic colors.