COLOR #84969B

HEX: #84969B
RGB: (132,150,155)

Color info

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

RGB color model

#84969B color RGB value is (132,150,155).

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

RGB channels and saturation

R 132 of 255 = 52%
G 150 of 255 = 59%
B 155 of 255 = 61%

132
150
155

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

Portions of RGB colors in percentages

R + G + B =
132 + 150 + 155 = 437 (100%)
R 132 of 437 ~ 30.21%
G 150 of 437 ~ 34.32%
B 155 of 437 ~ 35.47%

%30.21
%34.32
%35.47

CMYK color model

#84969B color CMYK value is (15,3,0,39).

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

CMYK percentages

%14.84
%3.23
%0
%39.22

Codes

Color #84969B in popluar color models

84969B
RGB132150155
HSL193°10.31%56.27%
HSB/HSV193°14.84%60.78%
CMYK14.84%3.23%0.00%
39.22%

Color #84969B in popluar number systems.

HEX84969B
Decimal132150155
Binary100001001001011010011011
Octal204226233

Shades and tints

Shades of #84969B

#84969B
(132,150,155)
#78898D
(120,137,141)
#6C7C7F
(108,124,127)
#606F71
(96,111,113)
#546263
(84,98,99)
#485555
(72,85,85)
#3C4847
(60,72,71)
#303B39
(48,59,57)
#242E2B
(36,46,43)
#18211D
(24,33,29)
#0C140F
(12,20,15)
#000000
(0,0,0)

Tints of #84969B

#84969B
(132,150,155)
#8F9FA4
(143,159,164)
#9AA8AD
(154,168,173)
#A5B1B6
(165,177,182)
#B0BABF
(176,186,191)
#BBC3C8
(187,195,200)
#C6CCD1
(198,204,209)
#D1D5DA
(209,213,218)
#DCDEE3
(220,222,227)
#E7E7EC
(231,231,236)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84969B; }

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

This text font color is #84969B.


Background Color

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

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

This div background color is #84969B.


Border color

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

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

This div border color is #84969B.


Opacity

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

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

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

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

This text has shadow with #84969B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84969B on black background.


Color preview on white background

This text has color #84969B on white background.



Black color preview on #84969B background

This text has black color on #84969B background.


White color preview on #84969B background

This text has white color on #84969B background.