COLOR #84A989

HEX: #84A989
RGB: (132,169,137)

Color info

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

RGB color model

#84A989 color RGB value is (132,169,137).

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

RGB channels and saturation

R 132 of 255 = 52%
G 169 of 255 = 66%
B 137 of 255 = 54%

132
169
137

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

Portions of RGB colors in percentages

R + G + B =
132 + 169 + 137 = 438 (100%)
R 132 of 438 ~ 30.14%
G 169 of 438 ~ 38.58%
B 137 of 438 ~ 31.28%

%30.14
%38.58
%31.28

CMYK color model

#84A989 color CMYK value is (22,0,19,34).

  • cyan value is 21.89%
  • magenta value is 0.00%
  • yellow value is 18.93%
  • key color value is 33.73%
CMYK:
(22,0,19,34)
C22M0Y19K34 
(22%,0%,19%,34%)
(0.22/0.00/0.19/0.34)	

CMYK percentages

%21.89
%0
%18.93
%33.73

Codes

Color #84A989 in popluar color models

84A989
RGB132169137
HSL128°17.70%59.02%
HSB/HSV128°21.89%66.27%
CMYK21.89%0.00%18.93%
33.73%

Color #84A989 in popluar number systems.

HEX84A989
Decimal132169137
Binary100001001010100110001001
Octal204251211

Shades and tints

Shades of #84A989

#84A989
(132,169,137)
#789A7D
(120,154,125)
#6C8B71
(108,139,113)
#607C65
(96,124,101)
#546D59
(84,109,89)
#485E4D
(72,94,77)
#3C4F41
(60,79,65)
#304035
(48,64,53)
#243129
(36,49,41)
#18221D
(24,34,29)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #84A989

#84A989
(132,169,137)
#8FB093
(143,176,147)
#9AB79D
(154,183,157)
#A5BEA7
(165,190,167)
#B0C5B1
(176,197,177)
#BBCCBB
(187,204,187)
#C6D3C5
(198,211,197)
#D1DACF
(209,218,207)
#DCE1D9
(220,225,217)
#E7E8E3
(231,232,227)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A989; }

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

This text font color is #84A989.


Background Color

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

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

This div background color is #84A989.


Border color

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

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

This div border color is #84A989.


Opacity

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

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

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

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

This text has shadow with #84A989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A989 on black background.


Color preview on white background

This text has color #84A989 on white background.



Black color preview on #84A989 background

This text has black color on #84A989 background.


White color preview on #84A989 background

This text has white color on #84A989 background.