COLOR #84A4AC

HEX: #84A4AC
RGB: (132,164,172)

Color info

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

RGB color model

#84A4AC color RGB value is (132,164,172).

  • red value is 132;
  • green value is 164;
  • blue value is 172.
RGB:
(132,164,172)
(52%,64%,67%)

RGB channels and saturation

R 132 of 255 = 52%
G 164 of 255 = 64%
B 172 of 255 = 67%

132
164
172

R + G + B ~ 61%. #84A4AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 164 + 172 = 468 (100%)
R 132 of 468 ~ 28.21%
G 164 of 468 ~ 35.04%
B 172 of 468 ~ 36.75%

%28.21
%35.04
%36.75

CMYK color model

#84A4AC color CMYK value is (23,5,0,33).

  • cyan value is 23.26%
  • magenta value is 4.65%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(23,5,0,33)
C23M5Y0K33 
(23%,5%,0%,33%)
(0.23/0.05/0.00/0.33)	

CMYK percentages

%23.26
%4.65
%0
%32.55

Codes

Color #84A4AC in popluar color models

84A4AC
RGB132164172
HSL192°19.42%59.61%
HSB/HSV192°23.26%67.45%
CMYK23.26%4.65%0.00%
32.55%

Color #84A4AC in popluar number systems.

HEX84A4AC
Decimal132164172
Binary100001001010010010101100
Octal204244254

Shades and tints

Shades of #84A4AC

#84A4AC
(132,164,172)
#78969D
(120,150,157)
#6C888E
(108,136,142)
#607A7F
(96,122,127)
#546C70
(84,108,112)
#485E61
(72,94,97)
#3C5052
(60,80,82)
#304243
(48,66,67)
#243434
(36,52,52)
#182625
(24,38,37)
#0C1816
(12,24,22)
#000000
(0,0,0)

Tints of #84A4AC

#84A4AC
(132,164,172)
#8FACB3
(143,172,179)
#9AB4BA
(154,180,186)
#A5BCC1
(165,188,193)
#B0C4C8
(176,196,200)
#BBCCCF
(187,204,207)
#C6D4D6
(198,212,214)
#D1DCDD
(209,220,221)
#DCE4E4
(220,228,228)
#E7ECEB
(231,236,235)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A4AC color. Also use rgb(132,164,172) instead hex code.

Text Font Color

.myTextColor { color: #84A4AC; }

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

This text font color is #84A4AC.


Background Color

.myBgColor { background-color: #84A4AC; }

<div style="background-color:#84A4AC">Inner text</div>

This div background color is #84A4AC.


Border color

.myBorderColor { border: 1px solid #84A4AC; }

<div style="border:3px solid #84A4AC">Div</div>

This div border color is #84A4AC.


Opacity

.myOpacity80 { color: #84A4AC; opacity: 0.8; }

<p style="color:#84A4AC;opacity:0.8;">80%</p>

Text with #84A4AC 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 #84A4AC;}

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

This text has shadow with #84A4AC color.

.textShadow {text-shadow: 3px 3px 1px #84A4AC, 3px 3px 1px red;}

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

This text has shadow with #84A4AC primary color and red secondary color.


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

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

This text has shadow with #84A4AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A4AC on black background.


Color preview on white background

This text has color #84A4AC on white background.



Black color preview on #84A4AC background

This text has black color on #84A4AC background.


White color preview on #84A4AC background

This text has white color on #84A4AC background.