COLOR #889099

HEX: #889099
RGB: (136,144,153)

Color info

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

RGB color model

#889099 color RGB value is (136,144,153).

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

RGB channels and saturation

R 136 of 255 = 53%
G 144 of 255 = 56%
B 153 of 255 = 60%

136
144
153

R + G + B ~ 56%. #889099 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 144 + 153 = 433 (100%)
R 136 of 433 ~ 31.41%
G 144 of 433 ~ 33.26%
B 153 of 433 ~ 35.33%

%31.41
%33.26
%35.33

CMYK color model

#889099 color CMYK value is (11,6,0,40).

  • cyan value is 11.11%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(11,6,0,40)
C11M6Y0K40 
(11%,6%,0%,40%)
(0.11/0.06/0.00/0.40)	

CMYK percentages

%11.11
%5.88
%0
%40

Codes

Color #889099 in popluar color models

889099
RGB136144153
HSL212°7.69%56.67%
HSB/HSV212°11.11%60.00%
CMYK11.11%5.88%0.00%
40.00%

Color #889099 in popluar number systems.

HEX889099
Decimal136144153
Binary100010001001000010011001
Octal210220231

Shades and tints

Shades of #889099

#889099
(136,144,153)
#7C838C
(124,131,140)
#70767F
(112,118,127)
#646972
(100,105,114)
#585C65
(88,92,101)
#4C4F58
(76,79,88)
#40424B
(64,66,75)
#34353E
(52,53,62)
#282831
(40,40,49)
#1C1B24
(28,27,36)
#100E17
(16,14,23)
#000000
(0,0,0)

Tints of #889099

#889099
(136,144,153)
#929AA2
(146,154,162)
#9CA4AB
(156,164,171)
#A6AEB4
(166,174,180)
#B0B8BD
(176,184,189)
#BAC2C6
(186,194,198)
#C4CCCF
(196,204,207)
#CED6D8
(206,214,216)
#D8E0E1
(216,224,225)
#E2EAEA
(226,234,234)
#ECF4F3
(236,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889099; }

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

This text font color is #889099.


Background Color

.myBgColor { background-color: #889099; }

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

This div background color is #889099.


Border color

.myBorderColor { border: 1px solid #889099; }

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

This div border color is #889099.


Opacity

.myOpacity80 { color: #889099; opacity: 0.8; }

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

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

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

This text has shadow with #889099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889099 on black background.


Color preview on white background

This text has color #889099 on white background.



Black color preview on #889099 background

This text has black color on #889099 background.


White color preview on #889099 background

This text has white color on #889099 background.