COLOR #889185

HEX: #889185
RGB: (136,145,133)

Color info

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

RGB color model

#889185 color RGB value is (136,145,133).

  • red value is 136;
  • green value is 145;
  • blue value is 133.
RGB:
(136,145,133)
(53%,57%,52%)

RGB channels and saturation

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

136
145
133

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

Portions of RGB colors in percentages

R + G + B =
136 + 145 + 133 = 414 (100%)
R 136 of 414 ~ 32.85%
G 145 of 414 ~ 35.02%
B 133 of 414 ~ 32.13%

%32.85
%35.02
%32.13

CMYK color model

#889185 color CMYK value is (6,0,8,43).

  • cyan value is 6.21%
  • magenta value is 0.00%
  • yellow value is 8.28%
  • key color value is 43.14%
CMYK:
(6,0,8,43)
C6M0Y8K43 
(6%,0%,8%,43%)
(0.06/0.00/0.08/0.43)	

CMYK percentages

%6.21
%0
%8.28
%43.14

Codes

Color #889185 in popluar color models

889185
RGB136145133
HSL105°5.17%54.51%
HSB/HSV105°8.28%56.86%
CMYK6.21%0.00%8.28%
43.14%

Color #889185 in popluar number systems.

HEX889185
Decimal136145133
Binary100010001001000110000101
Octal210221205

Shades and tints

Shades of #889185

#889185
(136,145,133)
#7C8479
(124,132,121)
#70776D
(112,119,109)
#646A61
(100,106,97)
#585D55
(88,93,85)
#4C5049
(76,80,73)
#40433D
(64,67,61)
#343631
(52,54,49)
#282925
(40,41,37)
#1C1C19
(28,28,25)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #889185

#889185
(136,145,133)
#929B90
(146,155,144)
#9CA59B
(156,165,155)
#A6AFA6
(166,175,166)
#B0B9B1
(176,185,177)
#BAC3BC
(186,195,188)
#C4CDC7
(196,205,199)
#CED7D2
(206,215,210)
#D8E1DD
(216,225,221)
#E2EBE8
(226,235,232)
#ECF5F3
(236,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889185; }

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

This text font color is #889185.


Background Color

.myBgColor { background-color: #889185; }

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

This div background color is #889185.


Border color

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

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

This div border color is #889185.


Opacity

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

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

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

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

This text has shadow with #889185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889185 on black background.


Color preview on white background

This text has color #889185 on white background.



Black color preview on #889185 background

This text has black color on #889185 background.


White color preview on #889185 background

This text has white color on #889185 background.