COLOR #84989C

HEX: #84989C
RGB: (132,152,156)

Color info

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

RGB color model

#84989C color RGB value is (132,152,156).

  • red value is 132;
  • green value is 152;
  • blue value is 156.
RGB:
(132,152,156)
(52%,60%,61%)

RGB channels and saturation

R 132 of 255 = 52%
G 152 of 255 = 60%
B 156 of 255 = 61%

132
152
156

R + G + B ~ 58%. #84989C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 152 + 156 = 440 (100%)
R 132 of 440 ~ 30%
G 152 of 440 ~ 34.55%
B 156 of 440 ~ 35.45%

%30
%34.55
%35.45

CMYK color model

#84989C color CMYK value is (15,3,0,39).

  • cyan value is 15.38%
  • magenta value is 2.56%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(15,3,0,39)
C15M3Y0K39 
(15%,3%,0%,39%)
(0.15/0.03/0.00/0.39)	

CMYK percentages

%15.38
%2.56
%0
%38.82

Codes

Color #84989C in popluar color models

84989C
RGB132152156
HSL190°10.81%56.47%
HSB/HSV190°15.38%61.18%
CMYK15.38%2.56%0.00%
38.82%

Color #84989C in popluar number systems.

HEX84989C
Decimal132152156
Binary100001001001100010011100
Octal204230234

Shades and tints

Shades of #84989C

#84989C
(132,152,156)
#788B8E
(120,139,142)
#6C7E80
(108,126,128)
#607172
(96,113,114)
#546464
(84,100,100)
#485756
(72,87,86)
#3C4A48
(60,74,72)
#303D3A
(48,61,58)
#24302C
(36,48,44)
#18231E
(24,35,30)
#0C1610
(12,22,16)
#000000
(0,0,0)

Tints of #84989C

#84989C
(132,152,156)
#8FA1A5
(143,161,165)
#9AAAAE
(154,170,174)
#A5B3B7
(165,179,183)
#B0BCC0
(176,188,192)
#BBC5C9
(187,197,201)
#C6CED2
(198,206,210)
#D1D7DB
(209,215,219)
#DCE0E4
(220,224,228)
#E7E9ED
(231,233,237)
#F2F2F6
(242,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84989C color. Also use rgb(132,152,156) instead hex code.

Text Font Color

.myTextColor { color: #84989C; }

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

This text font color is #84989C.


Background Color

.myBgColor { background-color: #84989C; }

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

This div background color is #84989C.


Border color

.myBorderColor { border: 1px solid #84989C; }

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

This div border color is #84989C.


Opacity

.myOpacity80 { color: #84989C; opacity: 0.8; }

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

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

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

This text has shadow with #84989C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84989C on black background.


Color preview on white background

This text has color #84989C on white background.



Black color preview on #84989C background

This text has black color on #84989C background.


White color preview on #84989C background

This text has white color on #84989C background.