COLOR #88889B

HEX: #88889B
RGB: (136,136,155)

Color info

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

RGB color model

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

  • red value is 136;
  • green value is 136;
  • blue value is 155.
RGB:
(136,136,155)
(53%,53%,61%)

RGB channels and saturation

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

136
136
155

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

Portions of RGB colors in percentages

R + G + B =
136 + 136 + 155 = 427 (100%)
R 136 of 427 ~ 31.85%
G 136 of 427 ~ 31.85%
B 155 of 427 ~ 36.3%

%31.85
%31.85
%36.3

CMYK color model

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

  • cyan value is 12.26%
  • magenta value is 12.26%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(12,12,0,39)
C12M12Y0K39 
(12%,12%,0%,39%)
(0.12/0.12/0.00/0.39)	

CMYK percentages

%12.26
%12.26
%0
%39.22

Codes

Color #88889B in popluar color models

88889B
RGB136136155
HSL240°8.68%57.06%
HSB/HSV240°12.26%60.78%
CMYK12.26%12.26%0.00%
39.22%

Color #88889B in popluar number systems.

HEX88889B
Decimal136136155
Binary100010001000100010011011
Octal210210233

Shades and tints

Shades of #88889B

#88889B
(136,136,155)
#7C7C8D
(124,124,141)
#70707F
(112,112,127)
#646471
(100,100,113)
#585863
(88,88,99)
#4C4C55
(76,76,85)
#404047
(64,64,71)
#343439
(52,52,57)
#28282B
(40,40,43)
#1C1C1D
(28,28,29)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #88889B

#88889B
(136,136,155)
#9292A4
(146,146,164)
#9C9CAD
(156,156,173)
#A6A6B6
(166,166,182)
#B0B0BF
(176,176,191)
#BABAC8
(186,186,200)
#C4C4D1
(196,196,209)
#CECEDA
(206,206,218)
#D8D8E3
(216,216,227)
#E2E2EC
(226,226,236)
#ECECF5
(236,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88889B; }

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

This text font color is #88889B.


Background Color

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

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

This div background color is #88889B.


Border color

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

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

This div border color is #88889B.


Opacity

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

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

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

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

This text has shadow with #88889B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88889B on black background.


Color preview on white background

This text has color #88889B on white background.



Black color preview on #88889B background

This text has black color on #88889B background.


White color preview on #88889B background

This text has white color on #88889B background.