COLOR #88929D

HEX: #88929D
RGB: (136,146,157)

Color info

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

RGB color model

#88929D color RGB value is (136,146,157).

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

RGB channels and saturation

R 136 of 255 = 53%
G 146 of 255 = 57%
B 157 of 255 = 62%

136
146
157

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

Portions of RGB colors in percentages

R + G + B =
136 + 146 + 157 = 439 (100%)
R 136 of 439 ~ 30.98%
G 146 of 439 ~ 33.26%
B 157 of 439 ~ 35.76%

%30.98
%33.26
%35.76

CMYK color model

#88929D color CMYK value is (13,7,0,38).

  • cyan value is 13.38%
  • magenta value is 7.01%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(13,7,0,38)
C13M7Y0K38 
(13%,7%,0%,38%)
(0.13/0.07/0.00/0.38)	

CMYK percentages

%13.38
%7.01
%0
%38.43

Codes

Color #88929D in popluar color models

88929D
RGB136146157
HSL211°9.68%57.45%
HSB/HSV211°13.38%61.57%
CMYK13.38%7.01%0.00%
38.43%

Color #88929D in popluar number systems.

HEX88929D
Decimal136146157
Binary100010001001001010011101
Octal210222235

Shades and tints

Shades of #88929D

#88929D
(136,146,157)
#7C858F
(124,133,143)
#707881
(112,120,129)
#646B73
(100,107,115)
#585E65
(88,94,101)
#4C5157
(76,81,87)
#404449
(64,68,73)
#34373B
(52,55,59)
#282A2D
(40,42,45)
#1C1D1F
(28,29,31)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #88929D

#88929D
(136,146,157)
#929BA5
(146,155,165)
#9CA4AD
(156,164,173)
#A6ADB5
(166,173,181)
#B0B6BD
(176,182,189)
#BABFC5
(186,191,197)
#C4C8CD
(196,200,205)
#CED1D5
(206,209,213)
#D8DADD
(216,218,221)
#E2E3E5
(226,227,229)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88929D; }

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

This text font color is #88929D.


Background Color

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

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

This div background color is #88929D.


Border color

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

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

This div border color is #88929D.


Opacity

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

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

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

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

This text has shadow with #88929D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88929D on black background.


Color preview on white background

This text has color #88929D on white background.



Black color preview on #88929D background

This text has black color on #88929D background.


White color preview on #88929D background

This text has white color on #88929D background.