COLOR #888992

HEX: #888992 RGB: (136,137,146)

Color info

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

RGB color model

#888992 color RGB value is (136,137,146).

RGB: (136,137,146) (53%, 54%, 57%)

RGB channels and saturation

R 136 of 255 = 53%
G 137 of 255 = 54%
B 146 of 255 = 57%

136
137
146

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

Portions of RGB colors in percentages

R + G + B = 136 + 137 + 146 = 419 (100%)
R 136 of 419 ~ 32.46%
G 137 of 419 ~ 32.7%
B 146 of 419 ~ 34.84'%

%32.46
%32.7
%34.84

CMYK color model

#888992 color CMYK value is (7,6,0,43).

  • cyan value is 6.85%
  • magenta value is 6.16%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (7,6,0,43)
C7M6Y0K43 (7%, 6%, 0%, 43%)
(0.07 / 0.06 / 0.00 / 0.43)

CMYK percentages

%6.85
%6.16
%0
%42.75

Codes

Color #888992 in popluar color models

88 89 92
RGB 136 137 146
HSL 234° 4.39% 55.29%
HSB/HSV 234° 6.85% 57.25%
CMYK 6.85% 6.16% 0.00%
42.75%

Color #888992 in popluar number systems.

HEX 88 89 92
Decimal 136 137 146
Binary 10001000 10001001 10010010
Octal 210 211 222

Shades and tints

Shades of #888992

#888992
(136,137,146)
#7C7D85
(124,125,133)
#707178
(112,113,120)
#64656B
(100,101,107)
#58595E
(88,89,94)
#4C4D51
(76,77,81)
#404144
(64,65,68)
#343537
(52,53,55)
#28292A
(40,41,42)
#1C1D1D
(28,29,29)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #888992

#888992
(136,137,146)
#92939B
(146,147,155)
#9C9DA4
(156,157,164)
#A6A7AD
(166,167,173)
#B0B1B6
(176,177,182)
#BABBBF
(186,187,191)
#C4C5C8
(196,197,200)
#CECFD1
(206,207,209)
#D8D9DA
(216,217,218)
#E2E3E3
(226,227,227)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888992; }

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

This text font color is #888992.

Background Color

.myBgColor { background-color: #888992; }

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

This div background color is #888992.

Border color

.myBorderColor { border: 1px solid #888992; }

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

This div border color is #888992.

Opacity

.myOpacity80 { color: #888992; opacity: 0.8; }

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

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

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

This text has shadow with #888992 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888992.

Preview

Color preview on black background

This text has color #888992 on black background.


Color preview on white background

This text has color #888992 on white background.


Black color preview on #888992 background

This text has black color on #888992 background.


White color preview on #888992 background

This text has white color on #888992 background.


Related colors

Complementary color

Complementary color for #hex is #77766D.


I love getcolorcode.com

Triadic colors

1 #928889 and #899288 with #888992 are triadic colors.

2 #928988 and #898892 with #888992 are triadic colors.