COLOR #84898B

HEX: #84898B RGB: (132,137,139)

Color info

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

RGB color model

#84898B color RGB value is (132,137,139).

RGB: (132,137,139) (52%, 54%, 55%)

RGB channels and saturation

R 132 of 255 = 52%
G 137 of 255 = 54%
B 139 of 255 = 55%

132
137
139

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

Portions of RGB colors in percentages

R + G + B = 132 + 137 + 139 = 408 (100%)
R 132 of 408 ~ 32.35%
G 137 of 408 ~ 33.58%
B 139 of 408 ~ 34.07'%

%32.35
%33.58
%34.07

CMYK color model

#84898B color CMYK value is (5,1,0,45).

  • cyan value is 5.04%
  • magenta value is 1.44%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (5,1,0,45)
C5M1Y0K45 (5%, 1%, 0%, 45%)
(0.05 / 0.01 / 0.00 / 0.45)

CMYK percentages

%5.04
%1.44
%0
%45.49

Codes

Color #84898B in popluar color models

84 89 8B
RGB 132 137 139
HSL 197° 2.93% 53.14%
HSB/HSV 197° 5.04% 54.51%
CMYK 5.04% 1.44% 0.00%
45.49%

Color #84898B in popluar number systems.

HEX 84 89 8B
Decimal 132 137 139
Binary 10000100 10001001 10001011
Octal 204 211 213

Shades and tints

Shades of #84898B

#84898B
(132,137,139)
#787D7F
(120,125,127)
#6C7173
(108,113,115)
#606567
(96,101,103)
#54595B
(84,89,91)
#484D4F
(72,77,79)
#3C4143
(60,65,67)
#303537
(48,53,55)
#24292B
(36,41,43)
#181D1F
(24,29,31)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #84898B

#84898B
(132,137,139)
#8F9395
(143,147,149)
#9A9D9F
(154,157,159)
#A5A7A9
(165,167,169)
#B0B1B3
(176,177,179)
#BBBBBD
(187,187,189)
#C6C5C7
(198,197,199)
#D1CFD1
(209,207,209)
#DCD9DB
(220,217,219)
#E7E3E5
(231,227,229)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84898B color. Also use rgb(132,137,139) instead hex code.

Text Font Color

.myTextColor { color: #84898B; }

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

This text font color is #84898B.

Background Color

.myBgColor { background-color: #84898B; }

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

This div background color is #84898B.

Border color

.myBorderColor { border: 1px solid #84898B; }

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

This div border color is #84898B.

Opacity

.myOpacity80 { color: #84898B; opacity: 0.8; }

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

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

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

This text has shadow with #84898B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84898B.

Preview

Color preview on black background

This text has color #84898B on black background.


Color preview on white background

This text has color #84898B on white background.


Black color preview on #84898B background

This text has black color on #84898B background.


White color preview on #84898B background

This text has white color on #84898B background.


Related colors

Complementary color

Complementary color for #hex is #7B7674.


I love getcolorcode.com

Triadic colors

1 #8B8489 and #898B84 with #84898B are triadic colors.

2 #8B8984 and #89848B with #84898B are triadic colors.