COLOR #889B9B

HEX: #889B9B
RGB: (136,155,155)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

136
155
155

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

Portions of RGB colors in percentages

R + G + B =
136 + 155 + 155 = 446 (100%)
R 136 of 446 ~ 30.49%
G 155 of 446 ~ 34.75%
B 155 of 446 ~ 34.75%

%30.49
%34.75
%34.75

CMYK color model

#889B9B color CMYK value is (12,0,0,39).

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

CMYK percentages

%12.26
%0
%0
%39.22

Codes

Color #889B9B in popluar color models

889B9B
RGB136155155
HSL180°8.68%57.06%
HSB/HSV180°12.26%60.78%
CMYK12.26%0.00%0.00%
39.22%

Color #889B9B in popluar number systems.

HEX889B9B
Decimal136155155
Binary100010001001101110011011
Octal210233233

Shades and tints

Shades of #889B9B

#889B9B
(136,155,155)
#7C8D8D
(124,141,141)
#707F7F
(112,127,127)
#647171
(100,113,113)
#586363
(88,99,99)
#4C5555
(76,85,85)
#404747
(64,71,71)
#343939
(52,57,57)
#282B2B
(40,43,43)
#1C1D1D
(28,29,29)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #889B9B

#889B9B
(136,155,155)
#92A4A4
(146,164,164)
#9CADAD
(156,173,173)
#A6B6B6
(166,182,182)
#B0BFBF
(176,191,191)
#BAC8C8
(186,200,200)
#C4D1D1
(196,209,209)
#CEDADA
(206,218,218)
#D8E3E3
(216,227,227)
#E2ECEC
(226,236,236)
#ECF5F5
(236,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889B9B; }

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

This text font color is #889B9B.


Background Color

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

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

This div background color is #889B9B.


Border color

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

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

This div border color is #889B9B.


Opacity

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

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

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

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

This text has shadow with #889B9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889B9B on black background.


Color preview on white background

This text has color #889B9B on white background.



Black color preview on #889B9B background

This text has black color on #889B9B background.


White color preview on #889B9B background

This text has white color on #889B9B background.