COLOR #88959B

HEX: #88959B RGB: (136,149,155)

Color info

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

RGB color model

#88959B color RGB value is (136,149,155).

RGB: (136,149,155) (53%, 58%, 61%)

RGB channels and saturation

R 136 of 255 = 53%
G 149 of 255 = 58%
B 155 of 255 = 61%

136
149
155

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

Portions of RGB colors in percentages

R + G + B = 136 + 149 + 155 = 440 (100%)
R 136 of 440 ~ 30.91%
G 149 of 440 ~ 33.86%
B 155 of 440 ~ 35.23'%

%30.91
%33.86
%35.23

CMYK color model

#88959B color CMYK value is (12,4,0,39).

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

CMYK: (12,4,0,39)
C12M4Y0K39 (12%, 4%, 0%, 39%)
(0.12 / 0.04 / 0.00 / 0.39)

CMYK percentages

%12.26
%3.87
%0
%39.22

Codes

Color #88959B in popluar color models

88 95 9B
RGB 136 149 155
HSL 199° 8.68% 57.06%
HSB/HSV 199° 12.26% 60.78%
CMYK 12.26% 3.87% 0.00%
39.22%

Color #88959B in popluar number systems.

HEX 88 95 9B
Decimal 136 149 155
Binary 10001000 10010101 10011011
Octal 210 225 233

Shades and tints

Shades of #88959B

#88959B
(136,149,155)
#7C888D
(124,136,141)
#707B7F
(112,123,127)
#646E71
(100,110,113)
#586163
(88,97,99)
#4C5455
(76,84,85)
#404747
(64,71,71)
#343A39
(52,58,57)
#282D2B
(40,45,43)
#1C201D
(28,32,29)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #88959B

#88959B
(136,149,155)
#929EA4
(146,158,164)
#9CA7AD
(156,167,173)
#A6B0B6
(166,176,182)
#B0B9BF
(176,185,191)
#BAC2C8
(186,194,200)
#C4CBD1
(196,203,209)
#CED4DA
(206,212,218)
#D8DDE3
(216,221,227)
#E2E6EC
(226,230,236)
#ECEFF5
(236,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88959B; }

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

This text font color is #88959B.

Background Color

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

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

This div background color is #88959B.

Border color

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

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

This div border color is #88959B.

Opacity

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

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

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

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

This text has shadow with #88959B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88959B.

Preview

Color preview on black background

This text has color #88959B on black background.


Color preview on white background

This text has color #88959B on white background.


Black color preview on #88959B background

This text has black color on #88959B background.


White color preview on #88959B background

This text has white color on #88959B background.


Related colors

Complementary color

Complementary color for #hex is #776A64.


I love getcolorcode.com

Triadic colors

1 #9B8895 and #959B88 with #88959B are triadic colors.

2 #9B9588 and #95889B with #88959B are triadic colors.