COLOR #84A49D

HEX: #84A49D
RGB: (132,164,157)

Color info

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

RGB color model

#84A49D color RGB value is (132,164,157).

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

RGB channels and saturation

R 132 of 255 = 52%
G 164 of 255 = 64%
B 157 of 255 = 62%

132
164
157

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

Portions of RGB colors in percentages

R + G + B =
132 + 164 + 157 = 453 (100%)
R 132 of 453 ~ 29.14%
G 164 of 453 ~ 36.2%
B 157 of 453 ~ 34.66%

%29.14
%36.2
%34.66

CMYK color model

#84A49D color CMYK value is (20,0,4,36).

  • cyan value is 19.51%
  • magenta value is 0.00%
  • yellow value is 4.27%
  • key color value is 35.69%
CMYK:
(20,0,4,36)
C20M0Y4K36 
(20%,0%,4%,36%)
(0.20/0.00/0.04/0.36)	

CMYK percentages

%19.51
%0
%4.27
%35.69

Codes

Color #84A49D in popluar color models

84A49D
RGB132164157
HSL167°14.95%58.04%
HSB/HSV167°19.51%64.31%
CMYK19.51%0.00%4.27%
35.69%

Color #84A49D in popluar number systems.

HEX84A49D
Decimal132164157
Binary100001001010010010011101
Octal204244235

Shades and tints

Shades of #84A49D

#84A49D
(132,164,157)
#78968F
(120,150,143)
#6C8881
(108,136,129)
#607A73
(96,122,115)
#546C65
(84,108,101)
#485E57
(72,94,87)
#3C5049
(60,80,73)
#30423B
(48,66,59)
#24342D
(36,52,45)
#18261F
(24,38,31)
#0C1811
(12,24,17)
#000000
(0,0,0)

Tints of #84A49D

#84A49D
(132,164,157)
#8FACA5
(143,172,165)
#9AB4AD
(154,180,173)
#A5BCB5
(165,188,181)
#B0C4BD
(176,196,189)
#BBCCC5
(187,204,197)
#C6D4CD
(198,212,205)
#D1DCD5
(209,220,213)
#DCE4DD
(220,228,221)
#E7ECE5
(231,236,229)
#F2F4ED
(242,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A49D; }

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

This text font color is #84A49D.


Background Color

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

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

This div background color is #84A49D.


Border color

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

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

This div border color is #84A49D.


Opacity

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

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

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

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

This text has shadow with #84A49D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A49D on black background.


Color preview on white background

This text has color #84A49D on white background.



Black color preview on #84A49D background

This text has black color on #84A49D background.


White color preview on #84A49D background

This text has white color on #84A49D background.