COLOR #889FA9

HEX: #889FA9 RGB: (136,159,169)

Color info

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

RGB color model

#889FA9 color RGB value is (136,159,169).

RGB: (136,159,169) (53%, 62%, 66%)

RGB channels and saturation

R 136 of 255 = 53%
G 159 of 255 = 62%
B 169 of 255 = 66%

136
159
169

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

Portions of RGB colors in percentages

R + G + B = 136 + 159 + 169 = 464 (100%)
R 136 of 464 ~ 29.31%
G 159 of 464 ~ 34.27%
B 169 of 464 ~ 36.42'%

%29.31
%34.27
%36.42

CMYK color model

#889FA9 color CMYK value is (20,6,0,34).

  • cyan value is 19.53%
  • magenta value is 5.92%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (20,6,0,34)
C20M6Y0K34 (20%, 6%, 0%, 34%)
(0.20 / 0.06 / 0.00 / 0.34)

CMYK percentages

%19.53
%5.92
%0
%33.73

Codes

Color #889FA9 in popluar color models

88 9F A9
RGB 136 159 169
HSL 198° 16.10% 59.80%
HSB/HSV 198° 19.53% 66.27%
CMYK 19.53% 5.92% 0.00%
33.73%

Color #889FA9 in popluar number systems.

HEX 88 9F A9
Decimal 136 159 169
Binary 10001000 10011111 10101001
Octal 210 237 251

Shades and tints

Shades of #889FA9

#889FA9
(136,159,169)
#7C919A
(124,145,154)
#70838B
(112,131,139)
#64757C
(100,117,124)
#58676D
(88,103,109)
#4C595E
(76,89,94)
#404B4F
(64,75,79)
#343D40
(52,61,64)
#282F31
(40,47,49)
#1C2122
(28,33,34)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #889FA9

#889FA9
(136,159,169)
#92A7B0
(146,167,176)
#9CAFB7
(156,175,183)
#A6B7BE
(166,183,190)
#B0BFC5
(176,191,197)
#BAC7CC
(186,199,204)
#C4CFD3
(196,207,211)
#CED7DA
(206,215,218)
#D8DFE1
(216,223,225)
#E2E7E8
(226,231,232)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889FA9; }

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

This text font color is #889FA9.

Background Color

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

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

This div background color is #889FA9.

Border color

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

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

This div border color is #889FA9.

Opacity

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

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

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

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

This text has shadow with #889FA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #889FA9.

Preview

Color preview on black background

This text has color #889FA9 on black background.


Color preview on white background

This text has color #889FA9 on white background.


Black color preview on #889FA9 background

This text has black color on #889FA9 background.


White color preview on #889FA9 background

This text has white color on #889FA9 background.


Related colors

Complementary color

Complementary color for #hex is #776056.


I love getcolorcode.com

Triadic colors

1 #A9889F and #9FA988 with #889FA9 are triadic colors.

2 #A99F88 and #9F88A9 with #889FA9 are triadic colors.