COLOR #84AA92

HEX: #84AA92
RGB: (132,170,146)

Color info

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

RGB color model

#84AA92 color RGB value is (132,170,146).

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

RGB channels and saturation

R 132 of 255 = 52%
G 170 of 255 = 67%
B 146 of 255 = 57%

132
170
146

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

Portions of RGB colors in percentages

R + G + B =
132 + 170 + 146 = 448 (100%)
R 132 of 448 ~ 29.46%
G 170 of 448 ~ 37.95%
B 146 of 448 ~ 32.59%

%29.46
%37.95
%32.59

CMYK color model

#84AA92 color CMYK value is (22,0,14,33).

  • cyan value is 22.35%
  • magenta value is 0.00%
  • yellow value is 14.12%
  • key color value is 33.33%
CMYK:
(22,0,14,33)
C22M0Y14K33 
(22%,0%,14%,33%)
(0.22/0.00/0.14/0.33)	

CMYK percentages

%22.35
%0
%14.12
%33.33

Codes

Color #84AA92 in popluar color models

84AA92
RGB132170146
HSL142°18.27%59.22%
HSB/HSV142°22.35%66.67%
CMYK22.35%0.00%14.12%
33.33%

Color #84AA92 in popluar number systems.

HEX84AA92
Decimal132170146
Binary100001001010101010010010
Octal204252222

Shades and tints

Shades of #84AA92

#84AA92
(132,170,146)
#789B85
(120,155,133)
#6C8C78
(108,140,120)
#607D6B
(96,125,107)
#546E5E
(84,110,94)
#485F51
(72,95,81)
#3C5044
(60,80,68)
#304137
(48,65,55)
#24322A
(36,50,42)
#18231D
(24,35,29)
#0C1410
(12,20,16)
#000000
(0,0,0)

Tints of #84AA92

#84AA92
(132,170,146)
#8FB19B
(143,177,155)
#9AB8A4
(154,184,164)
#A5BFAD
(165,191,173)
#B0C6B6
(176,198,182)
#BBCDBF
(187,205,191)
#C6D4C8
(198,212,200)
#D1DBD1
(209,219,209)
#DCE2DA
(220,226,218)
#E7E9E3
(231,233,227)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84AA92; }

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

This text font color is #84AA92.


Background Color

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

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

This div background color is #84AA92.


Border color

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

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

This div border color is #84AA92.


Opacity

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

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

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

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

This text has shadow with #84AA92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84AA92 on black background.


Color preview on white background

This text has color #84AA92 on white background.



Black color preview on #84AA92 background

This text has black color on #84AA92 background.


White color preview on #84AA92 background

This text has white color on #84AA92 background.