COLOR #889A99

HEX: #889A99
RGB: (136,154,153)

Color info

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

RGB color model

#889A99 color RGB value is (136,154,153).

  • red value is 136;
  • green value is 154;
  • blue value is 153.
RGB:
(136,154,153)
(53%,60%,60%)

RGB channels and saturation

R 136 of 255 = 53%
G 154 of 255 = 60%
B 153 of 255 = 60%

136
154
153

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

Portions of RGB colors in percentages

R + G + B =
136 + 154 + 153 = 443 (100%)
R 136 of 443 ~ 30.7%
G 154 of 443 ~ 34.76%
B 153 of 443 ~ 34.54%

%30.7
%34.76
%34.54

CMYK color model

#889A99 color CMYK value is (12,0,1,40).

  • cyan value is 11.69%
  • magenta value is 0.00%
  • yellow value is 0.65%
  • key color value is 39.61%
CMYK:
(12,0,1,40)
C12M0Y1K40 
(12%,0%,1%,40%)
(0.12/0.00/0.01/0.40)	

CMYK percentages

%11.69
%0
%0.65
%39.61

Codes

Color #889A99 in popluar color models

889A99
RGB136154153
HSL177°8.18%56.86%
HSB/HSV177°11.69%60.39%
CMYK11.69%0.00%0.65%
39.61%

Color #889A99 in popluar number systems.

HEX889A99
Decimal136154153
Binary100010001001101010011001
Octal210232231

Shades and tints

Shades of #889A99

#889A99
(136,154,153)
#7C8C8C
(124,140,140)
#707E7F
(112,126,127)
#647072
(100,112,114)
#586265
(88,98,101)
#4C5458
(76,84,88)
#40464B
(64,70,75)
#34383E
(52,56,62)
#282A31
(40,42,49)
#1C1C24
(28,28,36)
#100E17
(16,14,23)
#000000
(0,0,0)

Tints of #889A99

#889A99
(136,154,153)
#92A3A2
(146,163,162)
#9CACAB
(156,172,171)
#A6B5B4
(166,181,180)
#B0BEBD
(176,190,189)
#BAC7C6
(186,199,198)
#C4D0CF
(196,208,207)
#CED9D8
(206,217,216)
#D8E2E1
(216,226,225)
#E2EBEA
(226,235,234)
#ECF4F3
(236,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889A99; }

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

This text font color is #889A99.


Background Color

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

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

This div background color is #889A99.


Border color

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

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

This div border color is #889A99.


Opacity

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

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

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

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

This text has shadow with #889A99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889A99 on black background.


Color preview on white background

This text has color #889A99 on white background.



Black color preview on #889A99 background

This text has black color on #889A99 background.


White color preview on #889A99 background

This text has white color on #889A99 background.