COLOR #888F8A

HEX: #888F8A
RGB: (136,143,138)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

136
143
138

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

Portions of RGB colors in percentages

R + G + B =
136 + 143 + 138 = 417 (100%)
R 136 of 417 ~ 32.61%
G 143 of 417 ~ 34.29%
B 138 of 417 ~ 33.09%

%32.61
%34.29
%33.09

CMYK color model

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

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

CMYK percentages

%4.9
%0
%3.5
%43.92

Codes

Color #888F8A in popluar color models

888F8A
RGB136143138
HSL137°3.03%54.71%
HSB/HSV137°4.90%56.08%
CMYK4.90%0.00%3.50%
43.92%

Color #888F8A in popluar number systems.

HEX888F8A
Decimal136143138
Binary100010001000111110001010
Octal210217212

Shades and tints

Shades of #888F8A

#888F8A
(136,143,138)
#7C827E
(124,130,126)
#707572
(112,117,114)
#646866
(100,104,102)
#585B5A
(88,91,90)
#4C4E4E
(76,78,78)
#404142
(64,65,66)
#343436
(52,52,54)
#28272A
(40,39,42)
#1C1A1E
(28,26,30)
#100D12
(16,13,18)
#000000
(0,0,0)

Tints of #888F8A

#888F8A
(136,143,138)
#929994
(146,153,148)
#9CA39E
(156,163,158)
#A6ADA8
(166,173,168)
#B0B7B2
(176,183,178)
#BAC1BC
(186,193,188)
#C4CBC6
(196,203,198)
#CED5D0
(206,213,208)
#D8DFDA
(216,223,218)
#E2E9E4
(226,233,228)
#ECF3EE
(236,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888F8A; }

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

This text font color is #888F8A.


Background Color

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

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

This div background color is #888F8A.


Border color

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

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

This div border color is #888F8A.


Opacity

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

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

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

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

This text has shadow with #888F8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888F8A on black background.


Color preview on white background

This text has color #888F8A on white background.



Black color preview on #888F8A background

This text has black color on #888F8A background.


White color preview on #888F8A background

This text has white color on #888F8A background.