COLOR #888F82

HEX: #888F82
RGB: (136,143,130)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

136
143
130

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

Portions of RGB colors in percentages

R + G + B =
136 + 143 + 130 = 409 (100%)
R 136 of 409 ~ 33.25%
G 143 of 409 ~ 34.96%
B 130 of 409 ~ 31.78%

%33.25
%34.96
%31.78

CMYK color model

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

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

CMYK percentages

%4.9
%0
%9.09
%43.92

Codes

Color #888F82 in popluar color models

888F82
RGB136143130
HSL92°5.49%53.53%
HSB/HSV92°9.09%56.08%
CMYK4.90%0.00%9.09%
43.92%

Color #888F82 in popluar number systems.

HEX888F82
Decimal136143130
Binary100010001000111110000010
Octal210217202

Shades and tints

Shades of #888F82

#888F82
(136,143,130)
#7C8277
(124,130,119)
#70756C
(112,117,108)
#646861
(100,104,97)
#585B56
(88,91,86)
#4C4E4B
(76,78,75)
#404140
(64,65,64)
#343435
(52,52,53)
#28272A
(40,39,42)
#1C1A1F
(28,26,31)
#100D14
(16,13,20)
#000000
(0,0,0)

Tints of #888F82

#888F82
(136,143,130)
#92998D
(146,153,141)
#9CA398
(156,163,152)
#A6ADA3
(166,173,163)
#B0B7AE
(176,183,174)
#BAC1B9
(186,193,185)
#C4CBC4
(196,203,196)
#CED5CF
(206,213,207)
#D8DFDA
(216,223,218)
#E2E9E5
(226,233,229)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888F82; }

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

This text font color is #888F82.


Background Color

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

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

This div background color is #888F82.


Border color

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

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

This div border color is #888F82.


Opacity

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

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

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

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

This text has shadow with #888F82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888F82 on black background.


Color preview on white background

This text has color #888F82 on white background.



Black color preview on #888F82 background

This text has black color on #888F82 background.


White color preview on #888F82 background

This text has white color on #888F82 background.