COLOR #84A992

HEX: #84A992
RGB: (132,169,146)

Color info

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

RGB color model

#84A992 color RGB value is (132,169,146).

  • red value is 132;
  • green value is 169;
  • blue value is 146.
RGB:
(132,169,146)
(52%,66%,57%)

RGB channels and saturation

R 132 of 255 = 52%
G 169 of 255 = 66%
B 146 of 255 = 57%

132
169
146

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

Portions of RGB colors in percentages

R + G + B =
132 + 169 + 146 = 447 (100%)
R 132 of 447 ~ 29.53%
G 169 of 447 ~ 37.81%
B 146 of 447 ~ 32.66%

%29.53
%37.81
%32.66

CMYK color model

#84A992 color CMYK value is (22,0,14,34).

  • cyan value is 21.89%
  • magenta value is 0.00%
  • yellow value is 13.61%
  • key color value is 33.73%
CMYK:
(22,0,14,34)
C22M0Y14K34 
(22%,0%,14%,34%)
(0.22/0.00/0.14/0.34)	

CMYK percentages

%21.89
%0
%13.61
%33.73

Codes

Color #84A992 in popluar color models

84A992
RGB132169146
HSL143°17.70%59.02%
HSB/HSV143°21.89%66.27%
CMYK21.89%0.00%13.61%
33.73%

Color #84A992 in popluar number systems.

HEX84A992
Decimal132169146
Binary100001001010100110010010
Octal204251222

Shades and tints

Shades of #84A992

#84A992
(132,169,146)
#789A85
(120,154,133)
#6C8B78
(108,139,120)
#607C6B
(96,124,107)
#546D5E
(84,109,94)
#485E51
(72,94,81)
#3C4F44
(60,79,68)
#304037
(48,64,55)
#24312A
(36,49,42)
#18221D
(24,34,29)
#0C1310
(12,19,16)
#000000
(0,0,0)

Tints of #84A992

#84A992
(132,169,146)
#8FB09B
(143,176,155)
#9AB7A4
(154,183,164)
#A5BEAD
(165,190,173)
#B0C5B6
(176,197,182)
#BBCCBF
(187,204,191)
#C6D3C8
(198,211,200)
#D1DAD1
(209,218,209)
#DCE1DA
(220,225,218)
#E7E8E3
(231,232,227)
#F2EFEC
(242,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A992 color. Also use rgb(132,169,146) instead hex code.

Text Font Color

.myTextColor { color: #84A992; }

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

This text font color is #84A992.


Background Color

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

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

This div background color is #84A992.


Border color

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

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

This div border color is #84A992.


Opacity

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

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

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

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

This text has shadow with #84A992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A992 on black background.


Color preview on white background

This text has color #84A992 on white background.



Black color preview on #84A992 background

This text has black color on #84A992 background.


White color preview on #84A992 background

This text has white color on #84A992 background.