COLOR #889285

HEX: #889285 RGB: (136,146,133)

Color info

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

RGB color model

#889285 color RGB value is (136,146,133).

RGB: (136,146,133) (53%, 57%, 52%)

RGB channels and saturation

R 136 of 255 = 53%
G 146 of 255 = 57%
B 133 of 255 = 52%

136
146
133

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

Portions of RGB colors in percentages

R + G + B = 136 + 146 + 133 = 415 (100%)
R 136 of 415 ~ 32.77%
G 146 of 415 ~ 35.18%
B 133 of 415 ~ 32.05'%

%32.77
%35.18
%32.05

CMYK color model

#889285 color CMYK value is (7,0,9,43).

  • cyan value is 6.85%
  • magenta value is 0.00%
  • yellow value is 8.90%
  • key color value is 42.75%

CMYK: (7,0,9,43)
C7M0Y9K43 (7%, 0%, 9%, 43%)
(0.07 / 0.00 / 0.09 / 0.43)

CMYK percentages

%6.85
%0
%8.9
%42.75

Codes

Color #889285 in popluar color models

88 92 85
RGB 136 146 133
HSL 106° 5.63% 54.71%
HSB/HSV 106° 8.90% 57.25%
CMYK 6.85% 0.00% 8.90%
42.75%

Color #889285 in popluar number systems.

HEX 88 92 85
Decimal 136 146 133
Binary 10001000 10010010 10000101
Octal 210 222 205

Shades and tints

Shades of #889285

#889285
(136,146,133)
#7C8579
(124,133,121)
#70786D
(112,120,109)
#646B61
(100,107,97)
#585E55
(88,94,85)
#4C5149
(76,81,73)
#40443D
(64,68,61)
#343731
(52,55,49)
#282A25
(40,42,37)
#1C1D19
(28,29,25)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #889285

#889285
(136,146,133)
#929B90
(146,155,144)
#9CA49B
(156,164,155)
#A6ADA6
(166,173,166)
#B0B6B1
(176,182,177)
#BABFBC
(186,191,188)
#C4C8C7
(196,200,199)
#CED1D2
(206,209,210)
#D8DADD
(216,218,221)
#E2E3E8
(226,227,232)
#ECECF3
(236,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889285 color. Also use rgb(136,146,133) instead hex code.

Text Font Color

.myTextColor { color: #889285; }

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

This text font color is #889285.

Background Color

.myBgColor { background-color: #889285; }

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

This div background color is #889285.

Border color

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

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

This div border color is #889285.

Opacity

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

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

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

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

This text has shadow with #889285 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #889285.

Preview

Color preview on black background

This text has color #889285 on black background.


Color preview on white background

This text has color #889285 on white background.


Black color preview on #889285 background

This text has black color on #889285 background.


White color preview on #889285 background

This text has white color on #889285 background.


Related colors

Complementary color

Complementary color for #hex is #776D7A.


I love getcolorcode.com

Triadic colors

1 #858892 and #928588 with #889285 are triadic colors.

2 #859288 and #928885 with #889285 are triadic colors.