COLOR #84A18E

HEX: #84A18E
RGB: (132,161,142)

Color info

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

RGB color model

#84A18E color RGB value is (132,161,142).

  • red value is 132;
  • green value is 161;
  • blue value is 142.
RGB:
(132,161,142)
(52%,63%,56%)

RGB channels and saturation

R 132 of 255 = 52%
G 161 of 255 = 63%
B 142 of 255 = 56%

132
161
142

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

Portions of RGB colors in percentages

R + G + B =
132 + 161 + 142 = 435 (100%)
R 132 of 435 ~ 30.34%
G 161 of 435 ~ 37.01%
B 142 of 435 ~ 32.64%

%30.34
%37.01
%32.64

CMYK color model

#84A18E color CMYK value is (18,0,12,37).

  • cyan value is 18.01%
  • magenta value is 0.00%
  • yellow value is 11.80%
  • key color value is 36.86%
CMYK:
(18,0,12,37)
C18M0Y12K37 
(18%,0%,12%,37%)
(0.18/0.00/0.12/0.37)	

CMYK percentages

%18.01
%0
%11.8
%36.86

Codes

Color #84A18E in popluar color models

84A18E
RGB132161142
HSL141°13.36%57.45%
HSB/HSV141°18.01%63.14%
CMYK18.01%0.00%11.80%
36.86%

Color #84A18E in popluar number systems.

HEX84A18E
Decimal132161142
Binary100001001010000110001110
Octal204241216

Shades and tints

Shades of #84A18E

#84A18E
(132,161,142)
#789382
(120,147,130)
#6C8576
(108,133,118)
#60776A
(96,119,106)
#54695E
(84,105,94)
#485B52
(72,91,82)
#3C4D46
(60,77,70)
#303F3A
(48,63,58)
#24312E
(36,49,46)
#182322
(24,35,34)
#0C1516
(12,21,22)
#000000
(0,0,0)

Tints of #84A18E

#84A18E
(132,161,142)
#8FA998
(143,169,152)
#9AB1A2
(154,177,162)
#A5B9AC
(165,185,172)
#B0C1B6
(176,193,182)
#BBC9C0
(187,201,192)
#C6D1CA
(198,209,202)
#D1D9D4
(209,217,212)
#DCE1DE
(220,225,222)
#E7E9E8
(231,233,232)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A18E color. Also use rgb(132,161,142) instead hex code.

Text Font Color

.myTextColor { color: #84A18E; }

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

This text font color is #84A18E.


Background Color

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

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

This div background color is #84A18E.


Border color

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

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

This div border color is #84A18E.


Opacity

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

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

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

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

This text has shadow with #84A18E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A18E on black background.


Color preview on white background

This text has color #84A18E on white background.



Black color preview on #84A18E background

This text has black color on #84A18E background.


White color preview on #84A18E background

This text has white color on #84A18E background.