COLOR #84899A

HEX: #84899A
RGB: (132,137,154)

Color info

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

RGB color model

#84899A color RGB value is (132,137,154).

  • red value is 132;
  • green value is 137;
  • blue value is 154.
RGB:
(132,137,154)
(52%,54%,60%)

RGB channels and saturation

R 132 of 255 = 52%
G 137 of 255 = 54%
B 154 of 255 = 60%

132
137
154

R + G + B ~ 55%. #84899A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 137 + 154 = 423 (100%)
R 132 of 423 ~ 31.21%
G 137 of 423 ~ 32.39%
B 154 of 423 ~ 36.41%

%31.21
%32.39
%36.41

CMYK color model

#84899A color CMYK value is (14,11,0,40).

  • cyan value is 14.29%
  • magenta value is 11.04%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(14,11,0,40)
C14M11Y0K40 
(14%,11%,0%,40%)
(0.14/0.11/0.00/0.40)	

CMYK percentages

%14.29
%11.04
%0
%39.61

Codes

Color #84899A in popluar color models

84899A
RGB132137154
HSL226°9.82%56.08%
HSB/HSV226°14.29%60.39%
CMYK14.29%11.04%0.00%
39.61%

Color #84899A in popluar number systems.

HEX84899A
Decimal132137154
Binary100001001000100110011010
Octal204211232

Shades and tints

Shades of #84899A

#84899A
(132,137,154)
#787D8C
(120,125,140)
#6C717E
(108,113,126)
#606570
(96,101,112)
#545962
(84,89,98)
#484D54
(72,77,84)
#3C4146
(60,65,70)
#303538
(48,53,56)
#24292A
(36,41,42)
#181D1C
(24,29,28)
#0C110E
(12,17,14)
#000000
(0,0,0)

Tints of #84899A

#84899A
(132,137,154)
#8F93A3
(143,147,163)
#9A9DAC
(154,157,172)
#A5A7B5
(165,167,181)
#B0B1BE
(176,177,190)
#BBBBC7
(187,187,199)
#C6C5D0
(198,197,208)
#D1CFD9
(209,207,217)
#DCD9E2
(220,217,226)
#E7E3EB
(231,227,235)
#F2EDF4
(242,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84899A color. Also use rgb(132,137,154) instead hex code.

Text Font Color

.myTextColor { color: #84899A; }

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

This text font color is #84899A.


Background Color

.myBgColor { background-color: #84899A; }

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

This div background color is #84899A.


Border color

.myBorderColor { border: 1px solid #84899A; }

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

This div border color is #84899A.


Opacity

.myOpacity80 { color: #84899A; opacity: 0.8; }

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

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

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

This text has shadow with #84899A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84899A on black background.


Color preview on white background

This text has color #84899A on white background.



Black color preview on #84899A background

This text has black color on #84899A background.


White color preview on #84899A background

This text has white color on #84899A background.