COLOR #84A496

HEX: #84A496
RGB: (132,164,150)

Color info

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

RGB color model

#84A496 color RGB value is (132,164,150).

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

RGB channels and saturation

R 132 of 255 = 52%
G 164 of 255 = 64%
B 150 of 255 = 59%

132
164
150

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

Portions of RGB colors in percentages

R + G + B =
132 + 164 + 150 = 446 (100%)
R 132 of 446 ~ 29.6%
G 164 of 446 ~ 36.77%
B 150 of 446 ~ 33.63%

%29.6
%36.77
%33.63

CMYK color model

#84A496 color CMYK value is (20,0,9,36).

  • cyan value is 19.51%
  • magenta value is 0.00%
  • yellow value is 8.54%
  • key color value is 35.69%
CMYK:
(20,0,9,36)
C20M0Y9K36 
(20%,0%,9%,36%)
(0.20/0.00/0.09/0.36)	

CMYK percentages

%19.51
%0
%8.54
%35.69

Codes

Color #84A496 in popluar color models

84A496
RGB132164150
HSL154°14.95%58.04%
HSB/HSV154°19.51%64.31%
CMYK19.51%0.00%8.54%
35.69%

Color #84A496 in popluar number systems.

HEX84A496
Decimal132164150
Binary100001001010010010010110
Octal204244226

Shades and tints

Shades of #84A496

#84A496
(132,164,150)
#789689
(120,150,137)
#6C887C
(108,136,124)
#607A6F
(96,122,111)
#546C62
(84,108,98)
#485E55
(72,94,85)
#3C5048
(60,80,72)
#30423B
(48,66,59)
#24342E
(36,52,46)
#182621
(24,38,33)
#0C1814
(12,24,20)
#000000
(0,0,0)

Tints of #84A496

#84A496
(132,164,150)
#8FAC9F
(143,172,159)
#9AB4A8
(154,180,168)
#A5BCB1
(165,188,177)
#B0C4BA
(176,196,186)
#BBCCC3
(187,204,195)
#C6D4CC
(198,212,204)
#D1DCD5
(209,220,213)
#DCE4DE
(220,228,222)
#E7ECE7
(231,236,231)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A496; }

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

This text font color is #84A496.


Background Color

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

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

This div background color is #84A496.


Border color

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

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

This div border color is #84A496.


Opacity

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

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

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

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

This text has shadow with #84A496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A496 on black background.


Color preview on white background

This text has color #84A496 on white background.



Black color preview on #84A496 background

This text has black color on #84A496 background.


White color preview on #84A496 background

This text has white color on #84A496 background.