COLOR #889A93

HEX: #889A93 RGB: (136,154,147)

Color info

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

RGB color model

#889A93 color RGB value is (136,154,147).

RGB: (136,154,147) (53%, 60%, 58%)

RGB channels and saturation

R 136 of 255 = 53%
G 154 of 255 = 60%
B 147 of 255 = 58%

136
154
147

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

Portions of RGB colors in percentages

R + G + B = 136 + 154 + 147 = 437 (100%)
R 136 of 437 ~ 31.12%
G 154 of 437 ~ 35.24%
B 147 of 437 ~ 33.64'%

%31.12
%35.24
%33.64

CMYK color model

#889A93 color CMYK value is (12,0,5,40).

  • cyan value is 11.69%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 39.61%

CMYK: (12,0,5,40)
C12M0Y5K40 (12%, 0%, 5%, 40%)
(0.12 / 0.00 / 0.05 / 0.40)

CMYK percentages

%11.69
%0
%4.55
%39.61

Codes

Color #889A93 in popluar color models

88 9A 93
RGB 136 154 147
HSL 157° 8.18% 56.86%
HSB/HSV 157° 11.69% 60.39%
CMYK 11.69% 0.00% 4.55%
39.61%

Color #889A93 in popluar number systems.

HEX 88 9A 93
Decimal 136 154 147
Binary 10001000 10011010 10010011
Octal 210 232 223

Shades and tints

Shades of #889A93

#889A93
(136,154,147)
#7C8C86
(124,140,134)
#707E79
(112,126,121)
#64706C
(100,112,108)
#58625F
(88,98,95)
#4C5452
(76,84,82)
#404645
(64,70,69)
#343838
(52,56,56)
#282A2B
(40,42,43)
#1C1C1E
(28,28,30)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #889A93

#889A93
(136,154,147)
#92A39C
(146,163,156)
#9CACA5
(156,172,165)
#A6B5AE
(166,181,174)
#B0BEB7
(176,190,183)
#BAC7C0
(186,199,192)
#C4D0C9
(196,208,201)
#CED9D2
(206,217,210)
#D8E2DB
(216,226,219)
#E2EBE4
(226,235,228)
#ECF4ED
(236,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889A93; }

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

This text font color is #889A93.

Background Color

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

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

This div background color is #889A93.

Border color

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

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

This div border color is #889A93.

Opacity

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

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

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

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

This text has shadow with #889A93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #889A93.

Preview

Color preview on black background

This text has color #889A93 on black background.


Color preview on white background

This text has color #889A93 on white background.


Black color preview on #889A93 background

This text has black color on #889A93 background.


White color preview on #889A93 background

This text has white color on #889A93 background.


Related colors

Complementary color

Complementary color for #hex is #77656C.


I love getcolorcode.com

Triadic colors

1 #93889A and #9A9388 with #889A93 are triadic colors.

2 #939A88 and #9A8893 with #889A93 are triadic colors.