COLOR #88909C

HEX: #88909C RGB: (136,144,156)

Color info

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

RGB color model

#88909C color RGB value is (136,144,156).

RGB: (136,144,156) (53%, 56%, 61%)

RGB channels and saturation

R 136 of 255 = 53%
G 144 of 255 = 56%
B 156 of 255 = 61%

136
144
156

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

Portions of RGB colors in percentages

R + G + B = 136 + 144 + 156 = 436 (100%)
R 136 of 436 ~ 31.19%
G 144 of 436 ~ 33.03%
B 156 of 436 ~ 35.78'%

%31.19
%33.03
%35.78

CMYK color model

#88909C color CMYK value is (13,8,0,39).

  • cyan value is 12.82%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (13,8,0,39)
C13M8Y0K39 (13%, 8%, 0%, 39%)
(0.13 / 0.08 / 0.00 / 0.39)

CMYK percentages

%12.82
%7.69
%0
%38.82

Codes

Color #88909C in popluar color models

88 90 9C
RGB 136 144 156
HSL 216° 9.17% 57.25%
HSB/HSV 216° 12.82% 61.18%
CMYK 12.82% 7.69% 0.00%
38.82%

Color #88909C in popluar number systems.

HEX 88 90 9C
Decimal 136 144 156
Binary 10001000 10010000 10011100
Octal 210 220 234

Shades and tints

Shades of #88909C

#88909C
(136,144,156)
#7C838E
(124,131,142)
#707680
(112,118,128)
#646972
(100,105,114)
#585C64
(88,92,100)
#4C4F56
(76,79,86)
#404248
(64,66,72)
#34353A
(52,53,58)
#28282C
(40,40,44)
#1C1B1E
(28,27,30)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #88909C

#88909C
(136,144,156)
#929AA5
(146,154,165)
#9CA4AE
(156,164,174)
#A6AEB7
(166,174,183)
#B0B8C0
(176,184,192)
#BAC2C9
(186,194,201)
#C4CCD2
(196,204,210)
#CED6DB
(206,214,219)
#D8E0E4
(216,224,228)
#E2EAED
(226,234,237)
#ECF4F6
(236,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88909C; }

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

This text font color is #88909C.

Background Color

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

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

This div background color is #88909C.

Border color

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

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

This div border color is #88909C.

Opacity

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

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

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

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

This text has shadow with #88909C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88909C.

Preview

Color preview on black background

This text has color #88909C on black background.


Color preview on white background

This text has color #88909C on white background.


Black color preview on #88909C background

This text has black color on #88909C background.


White color preview on #88909C background

This text has white color on #88909C background.


Related colors

Complementary color

Complementary color for #hex is #776F63.


I love getcolorcode.com

Triadic colors

1 #9C8890 and #909C88 with #88909C are triadic colors.

2 #9C9088 and #90889C with #88909C are triadic colors.