COLOR #888D92

HEX: #888D92
RGB: (136,141,146)

Color info

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

RGB color model

#888D92 color RGB value is (136,141,146).

  • red value is 136;
  • green value is 141;
  • blue value is 146.
RGB:
(136,141,146)
(53%,55%,57%)

RGB channels and saturation

R 136 of 255 = 53%
G 141 of 255 = 55%
B 146 of 255 = 57%

136
141
146

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

Portions of RGB colors in percentages

R + G + B =
136 + 141 + 146 = 423 (100%)
R 136 of 423 ~ 32.15%
G 141 of 423 ~ 33.33%
B 146 of 423 ~ 34.52%

%32.15
%33.33
%34.52

CMYK color model

#888D92 color CMYK value is (7,3,0,43).

  • cyan value is 6.85%
  • magenta value is 3.42%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(7,3,0,43)
C7M3Y0K43 
(7%,3%,0%,43%)
(0.07/0.03/0.00/0.43)	

CMYK percentages

%6.85
%3.42
%0
%42.75

Codes

Color #888D92 in popluar color models

888D92
RGB136141146
HSL210°4.39%55.29%
HSB/HSV210°6.85%57.25%
CMYK6.85%3.42%0.00%
42.75%

Color #888D92 in popluar number systems.

HEX888D92
Decimal136141146
Binary100010001000110110010010
Octal210215222

Shades and tints

Shades of #888D92

#888D92
(136,141,146)
#7C8185
(124,129,133)
#707578
(112,117,120)
#64696B
(100,105,107)
#585D5E
(88,93,94)
#4C5151
(76,81,81)
#404544
(64,69,68)
#343937
(52,57,55)
#282D2A
(40,45,42)
#1C211D
(28,33,29)
#101510
(16,21,16)
#000000
(0,0,0)

Tints of #888D92

#888D92
(136,141,146)
#92979B
(146,151,155)
#9CA1A4
(156,161,164)
#A6ABAD
(166,171,173)
#B0B5B6
(176,181,182)
#BABFBF
(186,191,191)
#C4C9C8
(196,201,200)
#CED3D1
(206,211,209)
#D8DDDA
(216,221,218)
#E2E7E3
(226,231,227)
#ECF1EC
(236,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888D92; }

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

This text font color is #888D92.


Background Color

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

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

This div background color is #888D92.


Border color

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

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

This div border color is #888D92.


Opacity

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

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

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

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

This text has shadow with #888D92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888D92 on black background.


Color preview on white background

This text has color #888D92 on white background.



Black color preview on #888D92 background

This text has black color on #888D92 background.


White color preview on #888D92 background

This text has white color on #888D92 background.