COLOR #88959A

HEX: #88959A RGB: (136,149,154)

Color info

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

RGB color model

#88959A color RGB value is (136,149,154).

RGB: (136,149,154) (53%, 58%, 60%)

RGB channels and saturation

R 136 of 255 = 53%
G 149 of 255 = 58%
B 154 of 255 = 60%

136
149
154

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

Portions of RGB colors in percentages

R + G + B = 136 + 149 + 154 = 439 (100%)
R 136 of 439 ~ 30.98%
G 149 of 439 ~ 33.94%
B 154 of 439 ~ 35.08'%

%30.98
%33.94
%35.08

CMYK color model

#88959A color CMYK value is (12,3,0,40).

  • cyan value is 11.69%
  • magenta value is 3.25%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (12,3,0,40)
C12M3Y0K40 (12%, 3%, 0%, 40%)
(0.12 / 0.03 / 0.00 / 0.40)

CMYK percentages

%11.69
%3.25
%0
%39.61

Codes

Color #88959A in popluar color models

88 95 9A
RGB 136 149 154
HSL 197° 8.18% 56.86%
HSB/HSV 197° 11.69% 60.39%
CMYK 11.69% 3.25% 0.00%
39.61%

Color #88959A in popluar number systems.

HEX 88 95 9A
Decimal 136 149 154
Binary 10001000 10010101 10011010
Octal 210 225 232

Shades and tints

Shades of #88959A

#88959A
(136,149,154)
#7C888C
(124,136,140)
#707B7E
(112,123,126)
#646E70
(100,110,112)
#586162
(88,97,98)
#4C5454
(76,84,84)
#404746
(64,71,70)
#343A38
(52,58,56)
#282D2A
(40,45,42)
#1C201C
(28,32,28)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #88959A

#88959A
(136,149,154)
#929EA3
(146,158,163)
#9CA7AC
(156,167,172)
#A6B0B5
(166,176,181)
#B0B9BE
(176,185,190)
#BAC2C7
(186,194,199)
#C4CBD0
(196,203,208)
#CED4D9
(206,212,217)
#D8DDE2
(216,221,226)
#E2E6EB
(226,230,235)
#ECEFF4
(236,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88959A; }

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

This text font color is #88959A.

Background Color

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

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

This div background color is #88959A.

Border color

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

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

This div border color is #88959A.

Opacity

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

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

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

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

This text has shadow with #88959A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88959A.

Preview

Color preview on black background

This text has color #88959A on black background.


Color preview on white background

This text has color #88959A on white background.


Black color preview on #88959A background

This text has black color on #88959A background.


White color preview on #88959A background

This text has white color on #88959A background.


Related colors

Complementary color

Complementary color for #hex is #776A65.


I love getcolorcode.com

Triadic colors

1 #9A8895 and #959A88 with #88959A are triadic colors.

2 #9A9588 and #95889A with #88959A are triadic colors.