COLOR #8889B0

HEX: #8889B0
RGB: (136,137,176)

Color info

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

RGB color model

#8889B0 color RGB value is (136,137,176).

  • red value is 136;
  • green value is 137;
  • blue value is 176.
RGB:
(136,137,176)
(53%,54%,69%)

RGB channels and saturation

R 136 of 255 = 53%
G 137 of 255 = 54%
B 176 of 255 = 69%

136
137
176

R + G + B ~ 59%. #8889B0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 137 + 176 = 449 (100%)
R 136 of 449 ~ 30.29%
G 137 of 449 ~ 30.51%
B 176 of 449 ~ 39.2%

%30.29
%30.51
%39.2

CMYK color model

#8889B0 color CMYK value is (23,22,0,31).

  • cyan value is 22.73%
  • magenta value is 22.16%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(23,22,0,31)
C23M22Y0K31 
(23%,22%,0%,31%)
(0.23/0.22/0.00/0.31)	

CMYK percentages

%22.73
%22.16
%0
%30.98

Codes

Color #8889B0 in popluar color models

8889B0
RGB136137176
HSL239°20.20%61.18%
HSB/HSV239°22.73%69.02%
CMYK22.73%22.16%0.00%
30.98%

Color #8889B0 in popluar number systems.

HEX8889B0
Decimal136137176
Binary100010001000100110110000
Octal210211260

Shades and tints

Shades of #8889B0

#8889B0
(136,137,176)
#7C7DA0
(124,125,160)
#707190
(112,113,144)
#646580
(100,101,128)
#585970
(88,89,112)
#4C4D60
(76,77,96)
#404150
(64,65,80)
#343540
(52,53,64)
#282930
(40,41,48)
#1C1D20
(28,29,32)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #8889B0

#8889B0
(136,137,176)
#9293B7
(146,147,183)
#9C9DBE
(156,157,190)
#A6A7C5
(166,167,197)
#B0B1CC
(176,177,204)
#BABBD3
(186,187,211)
#C4C5DA
(196,197,218)
#CECFE1
(206,207,225)
#D8D9E8
(216,217,232)
#E2E3EF
(226,227,239)
#ECEDF6
(236,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8889B0 color. Also use rgb(136,137,176) instead hex code.

Text Font Color

.myTextColor { color: #8889B0; }

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

This text font color is #8889B0.


Background Color

.myBgColor { background-color: #8889B0; }

<div style="background-color:#8889B0">Inner text</div>

This div background color is #8889B0.


Border color

.myBorderColor { border: 1px solid #8889B0; }

<div style="border:3px solid #8889B0">Div</div>

This div border color is #8889B0.


Opacity

.myOpacity80 { color: #8889B0; opacity: 0.8; }

<p style="color:#8889B0;opacity:0.8;">80%</p>

Text with #8889B0 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 #8889B0;}

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

This text has shadow with #8889B0 color.

.textShadow {text-shadow: 3px 3px 1px #8889B0, 3px 3px 1px red;}

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

This text has shadow with #8889B0 primary color and red secondary color.


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

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

This text has shadow with #8889B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8889B0 on black background.


Color preview on white background

This text has color #8889B0 on white background.



Black color preview on #8889B0 background

This text has black color on #8889B0 background.


White color preview on #8889B0 background

This text has white color on #8889B0 background.