COLOR #88929C

HEX: #88929C
RGB: (136,146,156)

Color info

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

RGB color model

#88929C color RGB value is (136,146,156).

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

RGB channels and saturation

R 136 of 255 = 53%
G 146 of 255 = 57%
B 156 of 255 = 61%

136
146
156

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

Portions of RGB colors in percentages

R + G + B =
136 + 146 + 156 = 438 (100%)
R 136 of 438 ~ 31.05%
G 146 of 438 ~ 33.33%
B 156 of 438 ~ 35.62%

%31.05
%33.33
%35.62

CMYK color model

#88929C color CMYK value is (13,6,0,39).

  • cyan value is 12.82%
  • magenta value is 6.41%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(13,6,0,39)
C13M6Y0K39 
(13%,6%,0%,39%)
(0.13/0.06/0.00/0.39)	

CMYK percentages

%12.82
%6.41
%0
%38.82

Codes

Color #88929C in popluar color models

88929C
RGB136146156
HSL210°9.17%57.25%
HSB/HSV210°12.82%61.18%
CMYK12.82%6.41%0.00%
38.82%

Color #88929C in popluar number systems.

HEX88929C
Decimal136146156
Binary100010001001001010011100
Octal210222234

Shades and tints

Shades of #88929C

#88929C
(136,146,156)
#7C858E
(124,133,142)
#707880
(112,120,128)
#646B72
(100,107,114)
#585E64
(88,94,100)
#4C5156
(76,81,86)
#404448
(64,68,72)
#34373A
(52,55,58)
#282A2C
(40,42,44)
#1C1D1E
(28,29,30)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #88929C

#88929C
(136,146,156)
#929BA5
(146,155,165)
#9CA4AE
(156,164,174)
#A6ADB7
(166,173,183)
#B0B6C0
(176,182,192)
#BABFC9
(186,191,201)
#C4C8D2
(196,200,210)
#CED1DB
(206,209,219)
#D8DAE4
(216,218,228)
#E2E3ED
(226,227,237)
#ECECF6
(236,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88929C; }

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

This text font color is #88929C.


Background Color

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

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

This div background color is #88929C.


Border color

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

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

This div border color is #88929C.


Opacity

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

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

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

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

This text has shadow with #88929C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88929C on black background.


Color preview on white background

This text has color #88929C on white background.



Black color preview on #88929C background

This text has black color on #88929C background.


White color preview on #88929C background

This text has white color on #88929C background.