COLOR #84919C

HEX: #84919C
RGB: (132,145,156)

Color info

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

RGB color model

#84919C color RGB value is (132,145,156).

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

RGB channels and saturation

R 132 of 255 = 52%
G 145 of 255 = 57%
B 156 of 255 = 61%

132
145
156

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

Portions of RGB colors in percentages

R + G + B =
132 + 145 + 156 = 433 (100%)
R 132 of 433 ~ 30.48%
G 145 of 433 ~ 33.49%
B 156 of 433 ~ 36.03%

%30.48
%33.49
%36.03

CMYK color model

#84919C color CMYK value is (15,7,0,39).

  • cyan value is 15.38%
  • magenta value is 7.05%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(15,7,0,39)
C15M7Y0K39 
(15%,7%,0%,39%)
(0.15/0.07/0.00/0.39)	

CMYK percentages

%15.38
%7.05
%0
%38.82

Codes

Color #84919C in popluar color models

84919C
RGB132145156
HSL208°10.81%56.47%
HSB/HSV208°15.38%61.18%
CMYK15.38%7.05%0.00%
38.82%

Color #84919C in popluar number systems.

HEX84919C
Decimal132145156
Binary100001001001000110011100
Octal204221234

Shades and tints

Shades of #84919C

#84919C
(132,145,156)
#78848E
(120,132,142)
#6C7780
(108,119,128)
#606A72
(96,106,114)
#545D64
(84,93,100)
#485056
(72,80,86)
#3C4348
(60,67,72)
#30363A
(48,54,58)
#24292C
(36,41,44)
#181C1E
(24,28,30)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #84919C

#84919C
(132,145,156)
#8F9BA5
(143,155,165)
#9AA5AE
(154,165,174)
#A5AFB7
(165,175,183)
#B0B9C0
(176,185,192)
#BBC3C9
(187,195,201)
#C6CDD2
(198,205,210)
#D1D7DB
(209,215,219)
#DCE1E4
(220,225,228)
#E7EBED
(231,235,237)
#F2F5F6
(242,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84919C color. Also use rgb(132,145,156) instead hex code.

Text Font Color

.myTextColor { color: #84919C; }

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

This text font color is #84919C.


Background Color

.myBgColor { background-color: #84919C; }

<div style="background-color:#84919C">Inner text</div>

This div background color is #84919C.


Border color

.myBorderColor { border: 1px solid #84919C; }

<div style="border:3px solid #84919C">Div</div>

This div border color is #84919C.


Opacity

.myOpacity80 { color: #84919C; opacity: 0.8; }

<p style="color:#84919C;opacity:0.8;">80%</p>

Text with #84919C 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 #84919C;}

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

This text has shadow with #84919C color.

.textShadow {text-shadow: 3px 3px 1px #84919C, 3px 3px 1px red;}

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

This text has shadow with #84919C primary color and red secondary color.


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

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

This text has shadow with #84919C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84919C on black background.


Color preview on white background

This text has color #84919C on white background.



Black color preview on #84919C background

This text has black color on #84919C background.


White color preview on #84919C background

This text has white color on #84919C background.