COLOR #84A97B

HEX: #84A97B
RGB: (132,169,123)

Color info

#84A97B contains red, green and blue colors in about the same proportion. Web safe color of #84A97B is #999966 (or #996).

RGB color model

#84A97B color RGB value is (132,169,123).

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

RGB channels and saturation

R 132 of 255 = 52%
G 169 of 255 = 66%
B 123 of 255 = 48%

132
169
123

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

Portions of RGB colors in percentages

R + G + B =
132 + 169 + 123 = 424 (100%)
R 132 of 424 ~ 31.13%
G 169 of 424 ~ 39.86%
B 123 of 424 ~ 29.01%

%31.13
%39.86
%29.01

CMYK color model

#84A97B color CMYK value is (22,0,27,34).

  • cyan value is 21.89%
  • magenta value is 0.00%
  • yellow value is 27.22%
  • key color value is 33.73%
CMYK:
(22,0,27,34)
C22M0Y27K34 
(22%,0%,27%,34%)
(0.22/0.00/0.27/0.34)	

CMYK percentages

%21.89
%0
%27.22
%33.73

Codes

Color #84A97B in popluar color models

84A97B
RGB132169123
HSL108°21.10%57.25%
HSB/HSV108°27.22%66.27%
CMYK21.89%0.00%27.22%
33.73%

Color #84A97B in popluar number systems.

HEX84A97B
Decimal132169123
Binary10000100101010011111011
Octal204251173

Shades and tints

Shades of #84A97B

#84A97B
(132,169,123)
#789A70
(120,154,112)
#6C8B65
(108,139,101)
#607C5A
(96,124,90)
#546D4F
(84,109,79)
#485E44
(72,94,68)
#3C4F39
(60,79,57)
#30402E
(48,64,46)
#243123
(36,49,35)
#182218
(24,34,24)
#0C130D
(12,19,13)
#000000
(0,0,0)

Tints of #84A97B

#84A97B
(132,169,123)
#8FB087
(143,176,135)
#9AB793
(154,183,147)
#A5BE9F
(165,190,159)
#B0C5AB
(176,197,171)
#BBCCB7
(187,204,183)
#C6D3C3
(198,211,195)
#D1DACF
(209,218,207)
#DCE1DB
(220,225,219)
#E7E8E7
(231,232,231)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A97B; }

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

This text font color is #84A97B.


Background Color

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

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

This div background color is #84A97B.


Border color

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

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

This div border color is #84A97B.


Opacity

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

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

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

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

This text has shadow with #84A97B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A97B on black background.


Color preview on white background

This text has color #84A97B on white background.



Black color preview on #84A97B background

This text has black color on #84A97B background.


White color preview on #84A97B background

This text has white color on #84A97B background.