COLOR #84A5A1

HEX: #84A5A1
RGB: (132,165,161)

Color info

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

RGB color model

#84A5A1 color RGB value is (132,165,161).

  • red value is 132;
  • green value is 165;
  • blue value is 161.
RGB:
(132,165,161)
(52%,65%,63%)

RGB channels and saturation

R 132 of 255 = 52%
G 165 of 255 = 65%
B 161 of 255 = 63%

132
165
161

R + G + B ~ 60%. #84A5A1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 165 + 161 = 458 (100%)
R 132 of 458 ~ 28.82%
G 165 of 458 ~ 36.03%
B 161 of 458 ~ 35.15%

%28.82
%36.03
%35.15

CMYK color model

#84A5A1 color CMYK value is (20,0,2,35).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 2.42%
  • key color value is 35.29%
CMYK:
(20,0,2,35)
C20M0Y2K35 
(20%,0%,2%,35%)
(0.20/0.00/0.02/0.35)	

CMYK percentages

%20
%0
%2.42
%35.29

Codes

Color #84A5A1 in popluar color models

84A5A1
RGB132165161
HSL173°15.49%58.24%
HSB/HSV173°20.00%64.71%
CMYK20.00%0.00%2.42%
35.29%

Color #84A5A1 in popluar number systems.

HEX84A5A1
Decimal132165161
Binary100001001010010110100001
Octal204245241

Shades and tints

Shades of #84A5A1

#84A5A1
(132,165,161)
#789693
(120,150,147)
#6C8785
(108,135,133)
#607877
(96,120,119)
#546969
(84,105,105)
#485A5B
(72,90,91)
#3C4B4D
(60,75,77)
#303C3F
(48,60,63)
#242D31
(36,45,49)
#181E23
(24,30,35)
#0C0F15
(12,15,21)
#000000
(0,0,0)

Tints of #84A5A1

#84A5A1
(132,165,161)
#8FADA9
(143,173,169)
#9AB5B1
(154,181,177)
#A5BDB9
(165,189,185)
#B0C5C1
(176,197,193)
#BBCDC9
(187,205,201)
#C6D5D1
(198,213,209)
#D1DDD9
(209,221,217)
#DCE5E1
(220,229,225)
#E7EDE9
(231,237,233)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A5A1 color. Also use rgb(132,165,161) instead hex code.

Text Font Color

.myTextColor { color: #84A5A1; }

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

This text font color is #84A5A1.


Background Color

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

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

This div background color is #84A5A1.


Border color

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

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

This div border color is #84A5A1.


Opacity

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

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

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

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

This text has shadow with #84A5A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A5A1 on black background.


Color preview on white background

This text has color #84A5A1 on white background.



Black color preview on #84A5A1 background

This text has black color on #84A5A1 background.


White color preview on #84A5A1 background

This text has white color on #84A5A1 background.