COLOR #88979B

HEX: #88979B RGB: (136,151,155)

Color info

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

RGB color model

#88979B color RGB value is (136,151,155).

RGB: (136,151,155) (53%, 59%, 61%)

RGB channels and saturation

R 136 of 255 = 53%
G 151 of 255 = 59%
B 155 of 255 = 61%

136
151
155

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

Portions of RGB colors in percentages

R + G + B = 136 + 151 + 155 = 442 (100%)
R 136 of 442 ~ 30.77%
G 151 of 442 ~ 34.16%
B 155 of 442 ~ 35.07'%

%30.77
%34.16
%35.07

CMYK color model

#88979B color CMYK value is (12,3,0,39).

  • cyan value is 12.26%
  • magenta value is 2.58%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (12,3,0,39)
C12M3Y0K39 (12%, 3%, 0%, 39%)
(0.12 / 0.03 / 0.00 / 0.39)

CMYK percentages

%12.26
%2.58
%0
%39.22

Codes

Color #88979B in popluar color models

88 97 9B
RGB 136 151 155
HSL 193° 8.68% 57.06%
HSB/HSV 193° 12.26% 60.78%
CMYK 12.26% 2.58% 0.00%
39.22%

Color #88979B in popluar number systems.

HEX 88 97 9B
Decimal 136 151 155
Binary 10001000 10010111 10011011
Octal 210 227 233

Shades and tints

Shades of #88979B

#88979B
(136,151,155)
#7C8A8D
(124,138,141)
#707D7F
(112,125,127)
#647071
(100,112,113)
#586363
(88,99,99)
#4C5655
(76,86,85)
#404947
(64,73,71)
#343C39
(52,60,57)
#282F2B
(40,47,43)
#1C221D
(28,34,29)
#10150F
(16,21,15)
#000000
(0,0,0)

Tints of #88979B

#88979B
(136,151,155)
#92A0A4
(146,160,164)
#9CA9AD
(156,169,173)
#A6B2B6
(166,178,182)
#B0BBBF
(176,187,191)
#BAC4C8
(186,196,200)
#C4CDD1
(196,205,209)
#CED6DA
(206,214,218)
#D8DFE3
(216,223,227)
#E2E8EC
(226,232,236)
#ECF1F5
(236,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88979B; }

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

This text font color is #88979B.

Background Color

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

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

This div background color is #88979B.

Border color

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

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

This div border color is #88979B.

Opacity

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

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

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

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

This text has shadow with #88979B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88979B.

Preview

Color preview on black background

This text has color #88979B on black background.


Color preview on white background

This text has color #88979B on white background.


Black color preview on #88979B background

This text has black color on #88979B background.


White color preview on #88979B background

This text has white color on #88979B background.


Related colors

Complementary color

Complementary color for #hex is #776864.


I love getcolorcode.com

Triadic colors

1 #9B8897 and #979B88 with #88979B are triadic colors.

2 #9B9788 and #97889B with #88979B are triadic colors.