COLOR #889AA1

HEX: #889AA1
RGB: (136,154,161)

Color info

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

RGB color model

#889AA1 color RGB value is (136,154,161).

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

RGB channels and saturation

R 136 of 255 = 53%
G 154 of 255 = 60%
B 161 of 255 = 63%

136
154
161

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

Portions of RGB colors in percentages

R + G + B =
136 + 154 + 161 = 451 (100%)
R 136 of 451 ~ 30.16%
G 154 of 451 ~ 34.15%
B 161 of 451 ~ 35.7%

%30.16
%34.15
%35.7

CMYK color model

#889AA1 color CMYK value is (16,4,0,37).

  • cyan value is 15.53%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(16,4,0,37)
C16M4Y0K37 
(16%,4%,0%,37%)
(0.16/0.04/0.00/0.37)	

CMYK percentages

%15.53
%4.35
%0
%36.86

Codes

Color #889AA1 in popluar color models

889AA1
RGB136154161
HSL197°11.74%58.24%
HSB/HSV197°15.53%63.14%
CMYK15.53%4.35%0.00%
36.86%

Color #889AA1 in popluar number systems.

HEX889AA1
Decimal136154161
Binary100010001001101010100001
Octal210232241

Shades and tints

Shades of #889AA1

#889AA1
(136,154,161)
#7C8C93
(124,140,147)
#707E85
(112,126,133)
#647077
(100,112,119)
#586269
(88,98,105)
#4C545B
(76,84,91)
#40464D
(64,70,77)
#34383F
(52,56,63)
#282A31
(40,42,49)
#1C1C23
(28,28,35)
#100E15
(16,14,21)
#000000
(0,0,0)

Tints of #889AA1

#889AA1
(136,154,161)
#92A3A9
(146,163,169)
#9CACB1
(156,172,177)
#A6B5B9
(166,181,185)
#B0BEC1
(176,190,193)
#BAC7C9
(186,199,201)
#C4D0D1
(196,208,209)
#CED9D9
(206,217,217)
#D8E2E1
(216,226,225)
#E2EBE9
(226,235,233)
#ECF4F1
(236,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889AA1; }

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

This text font color is #889AA1.


Background Color

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

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

This div background color is #889AA1.


Border color

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

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

This div border color is #889AA1.


Opacity

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

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

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

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

This text has shadow with #889AA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889AA1 on black background.


Color preview on white background

This text has color #889AA1 on white background.



Black color preview on #889AA1 background

This text has black color on #889AA1 background.


White color preview on #889AA1 background

This text has white color on #889AA1 background.