COLOR #889A9B

HEX: #889A9B RGB: (136,154,155)

Color info

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

RGB color model

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

RGB: (136,154,155) (53%, 60%, 61%)

RGB channels and saturation

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

136
154
155

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

Portions of RGB colors in percentages

R + G + B = 136 + 154 + 155 = 445 (100%)
R 136 of 445 ~ 30.56%
G 154 of 445 ~ 34.61%
B 155 of 445 ~ 34.83'%

%30.56
%34.61
%34.83

CMYK color model

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

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

CMYK: (12,1,0,39)
C12M1Y0K39 (12%, 1%, 0%, 39%)
(0.12 / 0.01 / 0.00 / 0.39)

CMYK percentages

%12.26
%0.65
%0
%39.22

Codes

Color #889A9B in popluar color models

88 9A 9B
RGB 136 154 155
HSL 183° 8.68% 57.06%
HSB/HSV 183° 12.26% 60.78%
CMYK 12.26% 0.65% 0.00%
39.22%

Color #889A9B in popluar number systems.

HEX 88 9A 9B
Decimal 136 154 155
Binary 10001000 10011010 10011011
Octal 210 232 233

Shades and tints

Shades of #889A9B

#889A9B
(136,154,155)
#7C8C8D
(124,140,141)
#707E7F
(112,126,127)
#647071
(100,112,113)
#586263
(88,98,99)
#4C5455
(76,84,85)
#404647
(64,70,71)
#343839
(52,56,57)
#282A2B
(40,42,43)
#1C1C1D
(28,28,29)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #889A9B

#889A9B
(136,154,155)
#92A3A4
(146,163,164)
#9CACAD
(156,172,173)
#A6B5B6
(166,181,182)
#B0BEBF
(176,190,191)
#BAC7C8
(186,199,200)
#C4D0D1
(196,208,209)
#CED9DA
(206,217,218)
#D8E2E3
(216,226,227)
#E2EBEC
(226,235,236)
#ECF4F5
(236,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889A9B; }

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

This text font color is #889A9B.

Background Color

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

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

This div background color is #889A9B.

Border color

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

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

This div border color is #889A9B.

Opacity

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

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

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

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

This text has shadow with #889A9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #889A9B.

Preview

Color preview on black background

This text has color #889A9B on black background.


Color preview on white background

This text has color #889A9B on white background.


Black color preview on #889A9B background

This text has black color on #889A9B background.


White color preview on #889A9B background

This text has white color on #889A9B background.


Related colors

Complementary color

Complementary color for #hex is #776564.


I love getcolorcode.com

Triadic colors

1 #9B889A and #9A9B88 with #889A9B are triadic colors.

2 #9B9A88 and #9A889B with #889A9B are triadic colors.