COLOR #889180

HEX: #889180 RGB: (136,145,128)

Color info

#889180 contains red, green and blue colors in about the same proportion. Web safe color of #889180 is #999966 (or #996).

RGB color model

#889180 color RGB value is (136,145,128).

RGB: (136,145,128) (53%, 57%, 50%)

RGB channels and saturation

R 136 of 255 = 53%
G 145 of 255 = 57%
B 128 of 255 = 50%

136
145
128

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

Portions of RGB colors in percentages

R + G + B = 136 + 145 + 128 = 409 (100%)
R 136 of 409 ~ 33.25%
G 145 of 409 ~ 35.45%
B 128 of 409 ~ 31.3'%

%33.25
%35.45
%31.3

CMYK color model

#889180 color CMYK value is (6,0,12,43).

  • cyan value is 6.21%
  • magenta value is 0.00%
  • yellow value is 11.72%
  • key color value is 43.14%

CMYK: (6,0,12,43)
C6M0Y12K43 (6%, 0%, 12%, 43%)
(0.06 / 0.00 / 0.12 / 0.43)

CMYK percentages

%6.21
%0
%11.72
%43.14

Codes

Color #889180 in popluar color models

88 91 80
RGB 136 145 128
HSL 92° 7.17% 53.53%
HSB/HSV 92° 11.72% 56.86%
CMYK 6.21% 0.00% 11.72%
43.14%

Color #889180 in popluar number systems.

HEX 88 91 80
Decimal 136 145 128
Binary 10001000 10010001 10000000
Octal 210 221 200

Shades and tints

Shades of #889180

#889180
(136,145,128)
#7C8475
(124,132,117)
#70776A
(112,119,106)
#646A5F
(100,106,95)
#585D54
(88,93,84)
#4C5049
(76,80,73)
#40433E
(64,67,62)
#343633
(52,54,51)
#282928
(40,41,40)
#1C1C1D
(28,28,29)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #889180

#889180
(136,145,128)
#929B8B
(146,155,139)
#9CA596
(156,165,150)
#A6AFA1
(166,175,161)
#B0B9AC
(176,185,172)
#BAC3B7
(186,195,183)
#C4CDC2
(196,205,194)
#CED7CD
(206,215,205)
#D8E1D8
(216,225,216)
#E2EBE3
(226,235,227)
#ECF5EE
(236,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889180 color. Also use rgb(136,145,128) instead hex code.

Text Font Color

.myTextColor { color: #889180; }

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

This text font color is #889180.

Background Color

.myBgColor { background-color: #889180; }

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

This div background color is #889180.

Border color

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

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

This div border color is #889180.

Opacity

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

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

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

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

This text has shadow with #889180 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #889180.

Preview

Color preview on black background

This text has color #889180 on black background.


Color preview on white background

This text has color #889180 on white background.


Black color preview on #889180 background

This text has black color on #889180 background.


White color preview on #889180 background

This text has white color on #889180 background.


Related colors

Complementary color

Complementary color for #hex is #776E7F.


I love getcolorcode.com

Triadic colors

1 #808891 and #918088 with #889180 are triadic colors.

2 #809188 and #918880 with #889180 are triadic colors.