COLOR #84A98B

HEX: #84A98B
RGB: (132,169,139)

Color info

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

RGB color model

#84A98B color RGB value is (132,169,139).

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

RGB channels and saturation

R 132 of 255 = 52%
G 169 of 255 = 66%
B 139 of 255 = 55%

132
169
139

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

Portions of RGB colors in percentages

R + G + B =
132 + 169 + 139 = 440 (100%)
R 132 of 440 ~ 30%
G 169 of 440 ~ 38.41%
B 139 of 440 ~ 31.59%

%30
%38.41
%31.59

CMYK color model

#84A98B color CMYK value is (22,0,18,34).

  • cyan value is 21.89%
  • magenta value is 0.00%
  • yellow value is 17.75%
  • key color value is 33.73%
CMYK: (22,0,18,34) C22M0Y18K34 (22%,0%,18%,34%) (0.22/0.00/0.18/0.34)

CMYK percentages

%21.89
%0
%17.75
%33.73

Codes

Color #84A98B in popluar color models

84A98B
RGB132169139
HSL131°17.70%59.02%
HSB/HSV131°21.89%66.27%
CMYK21.89%0.00%17.75%
33.73%

Color #84A98B in popluar number systems.

HEX84A98B
Decimal132169139
Binary100001001010100110001011
Octal204251213

Shades and tints

Shades of #84A98B

#84A98B
(132,169,139)
#789A7F
(120,154,127)
#6C8B73
(108,139,115)
#607C67
(96,124,103)
#546D5B
(84,109,91)
#485E4F
(72,94,79)
#3C4F43
(60,79,67)
#304037
(48,64,55)
#24312B
(36,49,43)
#18221F
(24,34,31)
#0C1313
(12,19,19)
#000000
(0,0,0)

Tints of #84A98B

#84A98B
(132,169,139)
#8FB095
(143,176,149)
#9AB79F
(154,183,159)
#A5BEA9
(165,190,169)
#B0C5B3
(176,197,179)
#BBCCBD
(187,204,189)
#C6D3C7
(198,211,199)
#D1DAD1
(209,218,209)
#DCE1DB
(220,225,219)
#E7E8E5
(231,232,229)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A98B; }

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

This text font color is #84A98B.


Background Color

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

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

This div background color is #84A98B.


Border color

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

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

This div border color is #84A98B.


Opacity

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

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

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

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

This text has shadow with #84A98B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #84A98B on black background.


Color preview on white background

This text has color #84A98B on white background.



Black color preview on #84A98B background

This text has black color on #84A98B background.


White color preview on #84A98B background

This text has white color on #84A98B background.