COLOR #84869D

HEX: #84869D
RGB: (132,134,157)

Color info

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

RGB color model

#84869D color RGB value is (132,134,157).

  • red value is 132;
  • green value is 134;
  • blue value is 157.
RGB:
(132,134,157)
(52%,53%,62%)

RGB channels and saturation

R 132 of 255 = 52%
G 134 of 255 = 53%
B 157 of 255 = 62%

132
134
157

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

Portions of RGB colors in percentages

R + G + B =
132 + 134 + 157 = 423 (100%)
R 132 of 423 ~ 31.21%
G 134 of 423 ~ 31.68%
B 157 of 423 ~ 37.12%

%31.21
%31.68
%37.12

CMYK color model

#84869D color CMYK value is (16,15,0,38).

  • cyan value is 15.92%
  • magenta value is 14.65%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(16,15,0,38)
C16M15Y0K38 
(16%,15%,0%,38%)
(0.16/0.15/0.00/0.38)	

CMYK percentages

%15.92
%14.65
%0
%38.43

Codes

Color #84869D in popluar color models

84869D
RGB132134157
HSL235°11.31%56.67%
HSB/HSV235°15.92%61.57%
CMYK15.92%14.65%0.00%
38.43%

Color #84869D in popluar number systems.

HEX84869D
Decimal132134157
Binary100001001000011010011101
Octal204206235

Shades and tints

Shades of #84869D

#84869D
(132,134,157)
#787A8F
(120,122,143)
#6C6E81
(108,110,129)
#606273
(96,98,115)
#545665
(84,86,101)
#484A57
(72,74,87)
#3C3E49
(60,62,73)
#30323B
(48,50,59)
#24262D
(36,38,45)
#181A1F
(24,26,31)
#0C0E11
(12,14,17)
#000000
(0,0,0)

Tints of #84869D

#84869D
(132,134,157)
#8F91A5
(143,145,165)
#9A9CAD
(154,156,173)
#A5A7B5
(165,167,181)
#B0B2BD
(176,178,189)
#BBBDC5
(187,189,197)
#C6C8CD
(198,200,205)
#D1D3D5
(209,211,213)
#DCDEDD
(220,222,221)
#E7E9E5
(231,233,229)
#F2F4ED
(242,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84869D color. Also use rgb(132,134,157) instead hex code.

Text Font Color

.myTextColor { color: #84869D; }

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

This text font color is #84869D.


Background Color

.myBgColor { background-color: #84869D; }

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

This div background color is #84869D.


Border color

.myBorderColor { border: 1px solid #84869D; }

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

This div border color is #84869D.


Opacity

.myOpacity80 { color: #84869D; opacity: 0.8; }

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

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

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

This text has shadow with #84869D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84869D on black background.


Color preview on white background

This text has color #84869D on white background.



Black color preview on #84869D background

This text has black color on #84869D background.


White color preview on #84869D background

This text has white color on #84869D background.