COLOR #888F8F

HEX: #888F8F RGB: (136,143,143)

Color info

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

RGB color model

#888F8F color RGB value is (136,143,143).

RGB: (136,143,143) (53%, 56%, 56%)

RGB channels and saturation

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

136
143
143

R + G + B ~ 55%. #888F8F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 143 + 143 = 422 (100%)
R 136 of 422 ~ 32.23%
G 143 of 422 ~ 33.89%
B 143 of 422 ~ 33.89'%

%32.23
%33.89
%33.89

CMYK color model

#888F8F color CMYK value is (5,0,0,44).

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

CMYK percentages

%4.9
%0
%0
%43.92

Codes

Color #888F8F in popluar color models

88 8F 8F
RGB 136 143 143
HSL 180° 3.03% 54.71%
HSB/HSV 180° 4.90% 56.08%
CMYK 4.90% 0.00% 0.00%
43.92%

Color #888F8F in popluar number systems.

HEX 88 8F 8F
Decimal 136 143 143
Binary 10001000 10001111 10001111
Octal 210 217 217

Shades and tints

Shades of #888F8F

#888F8F
(136,143,143)
#7C8282
(124,130,130)
#707575
(112,117,117)
#646868
(100,104,104)
#585B5B
(88,91,91)
#4C4E4E
(76,78,78)
#404141
(64,65,65)
#343434
(52,52,52)
#282727
(40,39,39)
#1C1A1A
(28,26,26)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #888F8F

#888F8F
(136,143,143)
#929999
(146,153,153)
#9CA3A3
(156,163,163)
#A6ADAD
(166,173,173)
#B0B7B7
(176,183,183)
#BAC1C1
(186,193,193)
#C4CBCB
(196,203,203)
#CED5D5
(206,213,213)
#D8DFDF
(216,223,223)
#E2E9E9
(226,233,233)
#ECF3F3
(236,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888F8F; }

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

This text font color is #888F8F.

Background Color

.myBgColor { background-color: #888F8F; }

<div style="background-color:#888F8F">Inner text</div>

This div background color is #888F8F.

Border color

.myBorderColor { border: 1px solid #888F8F; }

<div style="border:3px solid #888F8F">Div</div>

This div border color is #888F8F.

Opacity

.myOpacity80 { color: #888F8F; opacity: 0.8; }

<p style="color:#888F8F;opacity:0.8;">80%</p>

Text with #888F8F 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 #888F8F;}

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

This text has shadow with #888F8F color.


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

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

This text has shadow with #888F8F primary color and red secondary color.


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

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

This text has shadow with #888F8F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #888F8F.

Preview

Color preview on black background

This text has color #888F8F on black background.


Color preview on white background

This text has color #888F8F on white background.


Black color preview on #888F8F background

This text has black color on #888F8F background.


White color preview on #888F8F background

This text has white color on #888F8F background.


Related colors

Complementary color

Complementary color for #hex is #777070.


I love getcolorcode.com