COLOR #84A4AE

HEX: #84A4AE
RGB: (132,164,174)

Color info

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

RGB color model

#84A4AE color RGB value is (132,164,174).

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

RGB channels and saturation

R 132 of 255 = 52%
G 164 of 255 = 64%
B 174 of 255 = 68%

132
164
174

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

Portions of RGB colors in percentages

R + G + B =
132 + 164 + 174 = 470 (100%)
R 132 of 470 ~ 28.09%
G 164 of 470 ~ 34.89%
B 174 of 470 ~ 37.02%

%28.09
%34.89
%37.02

CMYK color model

#84A4AE color CMYK value is (24,6,0,32).

  • cyan value is 24.14%
  • magenta value is 5.75%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(24,6,0,32)
C24M6Y0K32 
(24%,6%,0%,32%)
(0.24/0.06/0.00/0.32)	

CMYK percentages

%24.14
%5.75
%0
%31.76

Codes

Color #84A4AE in popluar color models

84A4AE
RGB132164174
HSL194°20.59%60.00%
HSB/HSV194°24.14%68.24%
CMYK24.14%5.75%0.00%
31.76%

Color #84A4AE in popluar number systems.

HEX84A4AE
Decimal132164174
Binary100001001010010010101110
Octal204244256

Shades and tints

Shades of #84A4AE

#84A4AE
(132,164,174)
#78969F
(120,150,159)
#6C8890
(108,136,144)
#607A81
(96,122,129)
#546C72
(84,108,114)
#485E63
(72,94,99)
#3C5054
(60,80,84)
#304245
(48,66,69)
#243436
(36,52,54)
#182627
(24,38,39)
#0C1818
(12,24,24)
#000000
(0,0,0)

Tints of #84A4AE

#84A4AE
(132,164,174)
#8FACB5
(143,172,181)
#9AB4BC
(154,180,188)
#A5BCC3
(165,188,195)
#B0C4CA
(176,196,202)
#BBCCD1
(187,204,209)
#C6D4D8
(198,212,216)
#D1DCDF
(209,220,223)
#DCE4E6
(220,228,230)
#E7ECED
(231,236,237)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A4AE; }

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

This text font color is #84A4AE.


Background Color

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

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

This div background color is #84A4AE.


Border color

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

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

This div border color is #84A4AE.


Opacity

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

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

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

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

This text has shadow with #84A4AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A4AE on black background.


Color preview on white background

This text has color #84A4AE on white background.



Black color preview on #84A4AE background

This text has black color on #84A4AE background.


White color preview on #84A4AE background

This text has white color on #84A4AE background.