COLOR #889BA0

HEX: #889BA0
RGB: (136,155,160)

Color info

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

RGB color model

#889BA0 color RGB value is (136,155,160).

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

RGB channels and saturation

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

136
155
160

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

Portions of RGB colors in percentages

R + G + B =
136 + 155 + 160 = 451 (100%)
R 136 of 451 ~ 30.16%
G 155 of 451 ~ 34.37%
B 160 of 451 ~ 35.48%

%30.16
%34.37
%35.48

CMYK color model

#889BA0 color CMYK value is (15,3,0,37).

  • cyan value is 15.00%
  • magenta value is 3.13%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(15,3,0,37)
C15M3Y0K37 
(15%,3%,0%,37%)
(0.15/0.03/0.00/0.37)	

CMYK percentages

%15
%3.13
%0
%37.25

Codes

Color #889BA0 in popluar color models

889BA0
RGB136155160
HSL193°11.21%58.04%
HSB/HSV193°15.00%62.75%
CMYK15.00%3.13%0.00%
37.25%

Color #889BA0 in popluar number systems.

HEX889BA0
Decimal136155160
Binary100010001001101110100000
Octal210233240

Shades and tints

Shades of #889BA0

#889BA0
(136,155,160)
#7C8D92
(124,141,146)
#707F84
(112,127,132)
#647176
(100,113,118)
#586368
(88,99,104)
#4C555A
(76,85,90)
#40474C
(64,71,76)
#34393E
(52,57,62)
#282B30
(40,43,48)
#1C1D22
(28,29,34)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #889BA0

#889BA0
(136,155,160)
#92A4A8
(146,164,168)
#9CADB0
(156,173,176)
#A6B6B8
(166,182,184)
#B0BFC0
(176,191,192)
#BAC8C8
(186,200,200)
#C4D1D0
(196,209,208)
#CEDAD8
(206,218,216)
#D8E3E0
(216,227,224)
#E2ECE8
(226,236,232)
#ECF5F0
(236,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889BA0; }

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

This text font color is #889BA0.


Background Color

.myBgColor { background-color: #889BA0; }

<div style="background-color:#889BA0">Inner text</div>

This div background color is #889BA0.


Border color

.myBorderColor { border: 1px solid #889BA0; }

<div style="border:3px solid #889BA0">Div</div>

This div border color is #889BA0.


Opacity

.myOpacity80 { color: #889BA0; opacity: 0.8; }

<p style="color:#889BA0;opacity:0.8;">80%</p>

Text with #889BA0 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 #889BA0;}

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

This text has shadow with #889BA0 color.

.textShadow {text-shadow: 3px 3px 1px #889BA0, 3px 3px 1px red;}

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

This text has shadow with #889BA0 primary color and red secondary color.


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

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

This text has shadow with #889BA0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889BA0 on black background.


Color preview on white background

This text has color #889BA0 on white background.



Black color preview on #889BA0 background

This text has black color on #889BA0 background.


White color preview on #889BA0 background

This text has white color on #889BA0 background.