COLOR #88979A

HEX: #88979A
RGB: (136,151,154)

Color info

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

RGB color model

#88979A color RGB value is (136,151,154).

  • red value is 136;
  • green value is 151;
  • blue value is 154.
RGB:
(136,151,154)
(53%,59%,60%)

RGB channels and saturation

R 136 of 255 = 53%
G 151 of 255 = 59%
B 154 of 255 = 60%

136
151
154

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

Portions of RGB colors in percentages

R + G + B =
136 + 151 + 154 = 441 (100%)
R 136 of 441 ~ 30.84%
G 151 of 441 ~ 34.24%
B 154 of 441 ~ 34.92%

%30.84
%34.24
%34.92

CMYK color model

#88979A color CMYK value is (12,2,0,40).

  • cyan value is 11.69%
  • magenta value is 1.95%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(12,2,0,40)
C12M2Y0K40 
(12%,2%,0%,40%)
(0.12/0.02/0.00/0.40)	

CMYK percentages

%11.69
%1.95
%0
%39.61

Codes

Color #88979A in popluar color models

88979A
RGB136151154
HSL190°8.18%56.86%
HSB/HSV190°11.69%60.39%
CMYK11.69%1.95%0.00%
39.61%

Color #88979A in popluar number systems.

HEX88979A
Decimal136151154
Binary100010001001011110011010
Octal210227232

Shades and tints

Shades of #88979A

#88979A
(136,151,154)
#7C8A8C
(124,138,140)
#707D7E
(112,125,126)
#647070
(100,112,112)
#586362
(88,99,98)
#4C5654
(76,86,84)
#404946
(64,73,70)
#343C38
(52,60,56)
#282F2A
(40,47,42)
#1C221C
(28,34,28)
#10150E
(16,21,14)
#000000
(0,0,0)

Tints of #88979A

#88979A
(136,151,154)
#92A0A3
(146,160,163)
#9CA9AC
(156,169,172)
#A6B2B5
(166,178,181)
#B0BBBE
(176,187,190)
#BAC4C7
(186,196,199)
#C4CDD0
(196,205,208)
#CED6D9
(206,214,217)
#D8DFE2
(216,223,226)
#E2E8EB
(226,232,235)
#ECF1F4
(236,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88979A color. Also use rgb(136,151,154) instead hex code.

Text Font Color

.myTextColor { color: #88979A; }

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

This text font color is #88979A.


Background Color

.myBgColor { background-color: #88979A; }

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

This div background color is #88979A.


Border color

.myBorderColor { border: 1px solid #88979A; }

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

This div border color is #88979A.


Opacity

.myOpacity80 { color: #88979A; opacity: 0.8; }

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

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

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

This text has shadow with #88979A color.

.textShadow {text-shadow: 3px 3px 1px #88979A, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88979A on black background.


Color preview on white background

This text has color #88979A on white background.



Black color preview on #88979A background

This text has black color on #88979A background.


White color preview on #88979A background

This text has white color on #88979A background.