COLOR #84929B

HEX: #84929B
RGB: (132,146,155)

Color info

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

RGB color model

#84929B color RGB value is (132,146,155).

  • red value is 132;
  • green value is 146;
  • blue value is 155.
RGB:
(132,146,155)
(52%,57%,61%)

RGB channels and saturation

R 132 of 255 = 52%
G 146 of 255 = 57%
B 155 of 255 = 61%

132
146
155

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

Portions of RGB colors in percentages

R + G + B =
132 + 146 + 155 = 433 (100%)
R 132 of 433 ~ 30.48%
G 146 of 433 ~ 33.72%
B 155 of 433 ~ 35.8%

%30.48
%33.72
%35.8

CMYK color model

#84929B color CMYK value is (15,6,0,39).

  • cyan value is 14.84%
  • magenta value is 5.81%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(15,6,0,39)
C15M6Y0K39 
(15%,6%,0%,39%)
(0.15/0.06/0.00/0.39)	

CMYK percentages

%14.84
%5.81
%0
%39.22

Codes

Color #84929B in popluar color models

84929B
RGB132146155
HSL203°10.31%56.27%
HSB/HSV203°14.84%60.78%
CMYK14.84%5.81%0.00%
39.22%

Color #84929B in popluar number systems.

HEX84929B
Decimal132146155
Binary100001001001001010011011
Octal204222233

Shades and tints

Shades of #84929B

#84929B
(132,146,155)
#78858D
(120,133,141)
#6C787F
(108,120,127)
#606B71
(96,107,113)
#545E63
(84,94,99)
#485155
(72,81,85)
#3C4447
(60,68,71)
#303739
(48,55,57)
#242A2B
(36,42,43)
#181D1D
(24,29,29)
#0C100F
(12,16,15)
#000000
(0,0,0)

Tints of #84929B

#84929B
(132,146,155)
#8F9BA4
(143,155,164)
#9AA4AD
(154,164,173)
#A5ADB6
(165,173,182)
#B0B6BF
(176,182,191)
#BBBFC8
(187,191,200)
#C6C8D1
(198,200,209)
#D1D1DA
(209,209,218)
#DCDAE3
(220,218,227)
#E7E3EC
(231,227,236)
#F2ECF5
(242,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84929B color. Also use rgb(132,146,155) instead hex code.

Text Font Color

.myTextColor { color: #84929B; }

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

This text font color is #84929B.


Background Color

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

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

This div background color is #84929B.


Border color

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

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

This div border color is #84929B.


Opacity

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

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

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

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

This text has shadow with #84929B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84929B on black background.


Color preview on white background

This text has color #84929B on white background.



Black color preview on #84929B background

This text has black color on #84929B background.


White color preview on #84929B background

This text has white color on #84929B background.