COLOR #84899E

HEX: #84899E
RGB: (132,137,158)

Color info

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

RGB color model

#84899E color RGB value is (132,137,158).

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

RGB channels and saturation

R 132 of 255 = 52%
G 137 of 255 = 54%
B 158 of 255 = 62%

132
137
158

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

Portions of RGB colors in percentages

R + G + B =
132 + 137 + 158 = 427 (100%)
R 132 of 427 ~ 30.91%
G 137 of 427 ~ 32.08%
B 158 of 427 ~ 37%

%30.91
%32.08
%37

CMYK color model

#84899E color CMYK value is (16,13,0,38).

  • cyan value is 16.46%
  • magenta value is 13.29%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(16,13,0,38)
C16M13Y0K38 
(16%,13%,0%,38%)
(0.16/0.13/0.00/0.38)	

CMYK percentages

%16.46
%13.29
%0
%38.04

Codes

Color #84899E in popluar color models

84899E
RGB132137158
HSL228°11.82%56.86%
HSB/HSV228°16.46%61.96%
CMYK16.46%13.29%0.00%
38.04%

Color #84899E in popluar number systems.

HEX84899E
Decimal132137158
Binary100001001000100110011110
Octal204211236

Shades and tints

Shades of #84899E

#84899E
(132,137,158)
#787D90
(120,125,144)
#6C7182
(108,113,130)
#606574
(96,101,116)
#545966
(84,89,102)
#484D58
(72,77,88)
#3C414A
(60,65,74)
#30353C
(48,53,60)
#24292E
(36,41,46)
#181D20
(24,29,32)
#0C1112
(12,17,18)
#000000
(0,0,0)

Tints of #84899E

#84899E
(132,137,158)
#8F93A6
(143,147,166)
#9A9DAE
(154,157,174)
#A5A7B6
(165,167,182)
#B0B1BE
(176,177,190)
#BBBBC6
(187,187,198)
#C6C5CE
(198,197,206)
#D1CFD6
(209,207,214)
#DCD9DE
(220,217,222)
#E7E3E6
(231,227,230)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84899E; }

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

This text font color is #84899E.


Background Color

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

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

This div background color is #84899E.


Border color

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

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

This div border color is #84899E.


Opacity

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

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

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

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

This text has shadow with #84899E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84899E on black background.


Color preview on white background

This text has color #84899E on white background.



Black color preview on #84899E background

This text has black color on #84899E background.


White color preview on #84899E background

This text has white color on #84899E background.