COLOR #888F7D

HEX: #888F7D
RGB: (136,143,125)

Color info

#888F7D contains red, green and blue colors in about the same proportion. Web safe color of #888F7D is #999966 (or #996).

RGB color model

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

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

RGB channels and saturation

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

136
143
125

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

Portions of RGB colors in percentages

R + G + B =
136 + 143 + 125 = 404 (100%)
R 136 of 404 ~ 33.66%
G 143 of 404 ~ 35.4%
B 125 of 404 ~ 30.94%

%33.66
%35.4
%30.94

CMYK color model

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

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

CMYK percentages

%4.9
%0
%12.59
%43.92

Codes

Color #888F7D in popluar color models

888F7D
RGB136143125
HSL83°7.44%52.55%
HSB/HSV83°12.59%56.08%
CMYK4.90%0.00%12.59%
43.92%

Color #888F7D in popluar number systems.

HEX888F7D
Decimal136143125
Binary10001000100011111111101
Octal210217175

Shades and tints

Shades of #888F7D

#888F7D
(136,143,125)
#7C8272
(124,130,114)
#707567
(112,117,103)
#64685C
(100,104,92)
#585B51
(88,91,81)
#4C4E46
(76,78,70)
#40413B
(64,65,59)
#343430
(52,52,48)
#282725
(40,39,37)
#1C1A1A
(28,26,26)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #888F7D

#888F7D
(136,143,125)
#929988
(146,153,136)
#9CA393
(156,163,147)
#A6AD9E
(166,173,158)
#B0B7A9
(176,183,169)
#BAC1B4
(186,193,180)
#C4CBBF
(196,203,191)
#CED5CA
(206,213,202)
#D8DFD5
(216,223,213)
#E2E9E0
(226,233,224)
#ECF3EB
(236,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888F7D; }

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

This text font color is #888F7D.


Background Color

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

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

This div background color is #888F7D.


Border color

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

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

This div border color is #888F7D.


Opacity

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

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

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

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

This text has shadow with #888F7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888F7D on black background.


Color preview on white background

This text has color #888F7D on white background.



Black color preview on #888F7D background

This text has black color on #888F7D background.


White color preview on #888F7D background

This text has white color on #888F7D background.