COLOR #88928D

HEX: #88928D
RGB: (136,146,141)

Color info

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

RGB color model

#88928D color RGB value is (136,146,141).

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

RGB channels and saturation

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

136
146
141

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

Portions of RGB colors in percentages

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

%32.15
%34.52
%33.33

CMYK color model

#88928D color CMYK value is (7,0,3,43).

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

CMYK percentages

%6.85
%0
%3.42
%42.75

Codes

Color #88928D in popluar color models

88928D
RGB136146141
HSL150°4.39%55.29%
HSB/HSV150°6.85%57.25%
CMYK6.85%0.00%3.42%
42.75%

Color #88928D in popluar number systems.

HEX88928D
Decimal136146141
Binary100010001001001010001101
Octal210222215

Shades and tints

Shades of #88928D

#88928D
(136,146,141)
#7C8581
(124,133,129)
#707875
(112,120,117)
#646B69
(100,107,105)
#585E5D
(88,94,93)
#4C5151
(76,81,81)
#404445
(64,68,69)
#343739
(52,55,57)
#282A2D
(40,42,45)
#1C1D21
(28,29,33)
#101015
(16,16,21)
#000000
(0,0,0)

Tints of #88928D

#88928D
(136,146,141)
#929B97
(146,155,151)
#9CA4A1
(156,164,161)
#A6ADAB
(166,173,171)
#B0B6B5
(176,182,181)
#BABFBF
(186,191,191)
#C4C8C9
(196,200,201)
#CED1D3
(206,209,211)
#D8DADD
(216,218,221)
#E2E3E7
(226,227,231)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88928D; }

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

This text font color is #88928D.


Background Color

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

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

This div background color is #88928D.


Border color

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

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

This div border color is #88928D.


Opacity

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

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

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

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

This text has shadow with #88928D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #88928D on black background.


Color preview on white background

This text has color #88928D on white background.



Black color preview on #88928D background

This text has black color on #88928D background.


White color preview on #88928D background

This text has white color on #88928D background.