COLOR #889184

HEX: #889184
RGB: (136,145,132)

Color info

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

RGB color model

#889184 color RGB value is (136,145,132).

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

RGB channels and saturation

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

136
145
132

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

Portions of RGB colors in percentages

R + G + B =
136 + 145 + 132 = 413 (100%)
R 136 of 413 ~ 32.93%
G 145 of 413 ~ 35.11%
B 132 of 413 ~ 31.96%

%32.93
%35.11
%31.96

CMYK color model

#889184 color CMYK value is (6,0,9,43).

  • cyan value is 6.21%
  • magenta value is 0.00%
  • yellow value is 8.97%
  • key color value is 43.14%
CMYK:
(6,0,9,43)
C6M0Y9K43 
(6%,0%,9%,43%)
(0.06/0.00/0.09/0.43)	

CMYK percentages

%6.21
%0
%8.97
%43.14

Codes

Color #889184 in popluar color models

889184
RGB136145132
HSL102°5.58%54.31%
HSB/HSV102°8.97%56.86%
CMYK6.21%0.00%8.97%
43.14%

Color #889184 in popluar number systems.

HEX889184
Decimal136145132
Binary100010001001000110000100
Octal210221204

Shades and tints

Shades of #889184

#889184
(136,145,132)
#7C8478
(124,132,120)
#70776C
(112,119,108)
#646A60
(100,106,96)
#585D54
(88,93,84)
#4C5048
(76,80,72)
#40433C
(64,67,60)
#343630
(52,54,48)
#282924
(40,41,36)
#1C1C18
(28,28,24)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #889184

#889184
(136,145,132)
#929B8F
(146,155,143)
#9CA59A
(156,165,154)
#A6AFA5
(166,175,165)
#B0B9B0
(176,185,176)
#BAC3BB
(186,195,187)
#C4CDC6
(196,205,198)
#CED7D1
(206,215,209)
#D8E1DC
(216,225,220)
#E2EBE7
(226,235,231)
#ECF5F2
(236,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889184; }

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

This text font color is #889184.


Background Color

.myBgColor { background-color: #889184; }

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

This div background color is #889184.


Border color

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

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

This div border color is #889184.


Opacity

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

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

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

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

This text has shadow with #889184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889184 on black background.


Color preview on white background

This text has color #889184 on white background.



Black color preview on #889184 background

This text has black color on #889184 background.


White color preview on #889184 background

This text has white color on #889184 background.