COLOR #88928C

HEX: #88928C
RGB: (136,146,140)

Color info

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

RGB color model

#88928C color RGB value is (136,146,140).

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

RGB channels and saturation

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

136
146
140

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

Portions of RGB colors in percentages

R + G + B =
136 + 146 + 140 = 422 (100%)
R 136 of 422 ~ 32.23%
G 146 of 422 ~ 34.6%
B 140 of 422 ~ 33.18%

%32.23
%34.6
%33.18

CMYK color model

#88928C color CMYK value is (7,0,4,43).

  • cyan value is 6.85%
  • magenta value is 0.00%
  • yellow value is 4.11%
  • key color value is 42.75%
CMYK: (7,0,4,43) C7M0Y4K43 (7%,0%,4%,43%) (0.07/0.00/0.04/0.43)

CMYK percentages

%6.85
%0
%4.11
%42.75

Codes

Color #88928C in popluar color models

88928C
RGB136146140
HSL144°4.39%55.29%
HSB/HSV144°6.85%57.25%
CMYK6.85%0.00%4.11%
42.75%

Color #88928C in popluar number systems.

HEX88928C
Decimal136146140
Binary100010001001001010001100
Octal210222214

Shades and tints

Shades of #88928C

#88928C
(136,146,140)
#7C8580
(124,133,128)
#707874
(112,120,116)
#646B68
(100,107,104)
#585E5C
(88,94,92)
#4C5150
(76,81,80)
#404444
(64,68,68)
#343738
(52,55,56)
#282A2C
(40,42,44)
#1C1D20
(28,29,32)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #88928C

#88928C
(136,146,140)
#929B96
(146,155,150)
#9CA4A0
(156,164,160)
#A6ADAA
(166,173,170)
#B0B6B4
(176,182,180)
#BABFBE
(186,191,190)
#C4C8C8
(196,200,200)
#CED1D2
(206,209,210)
#D8DADC
(216,218,220)
#E2E3E6
(226,227,230)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88928C; }

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

This text font color is #88928C.


Background Color

.myBgColor { background-color: #88928C; }

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

This div background color is #88928C.


Border color

.myBorderColor { border: 1px solid #88928C; }

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

This div border color is #88928C.


Opacity

.myOpacity80 { color: #88928C; opacity: 0.8; }

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

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

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

This text has shadow with #88928C color.

.textShadow {text-shadow: 3px 3px 1px #88928C, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #88928C; -webkit-box-shadow:	1px 1px 3px 2px #88928C; box-shadow:	1px 1px 3px 2px #88928C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #88928C; -webkit-box-shadow: 1px 1px 3px 2px #88928C; box-shadow:1px 1px 3px 2px #88928C;">
Div content here</div>
This div box has shadow with color #88928C.

Preview

Color preview on black background

This text has color #88928C on black background.


Color preview on white background

This text has color #88928C on white background.



Black color preview on #88928C background

This text has black color on #88928C background.


White color preview on #88928C background

This text has white color on #88928C background.