COLOR #84A99B

HEX: #84A99B RGB: (132,169,155)

Color info

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

RGB color model

#84A99B color RGB value is (132,169,155).

RGB: (132,169,155) (52%, 66%, 61%)

RGB channels and saturation

R 132 of 255 = 52%
G 169 of 255 = 66%
B 155 of 255 = 61%

132
169
155

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

Portions of RGB colors in percentages

R + G + B = 132 + 169 + 155 = 456 (100%)
R 132 of 456 ~ 28.95%
G 169 of 456 ~ 37.06%
B 155 of 456 ~ 33.99'%

%28.95
%37.06
%33.99

CMYK color model

#84A99B color CMYK value is (22,0,8,34).

  • cyan value is 21.89%
  • magenta value is 0.00%
  • yellow value is 8.28%
  • key color value is 33.73%

CMYK: (22,0,8,34)
C22M0Y8K34 (22%, 0%, 8%, 34%)
(0.22 / 0.00 / 0.08 / 0.34)

CMYK percentages

%21.89
%0
%8.28
%33.73

Codes

Color #84A99B in popluar color models

84 A9 9B
RGB 132 169 155
HSL 157° 17.70% 59.02%
HSB/HSV 157° 21.89% 66.27%
CMYK 21.89% 0.00% 8.28%
33.73%

Color #84A99B in popluar number systems.

HEX 84 A9 9B
Decimal 132 169 155
Binary 10000100 10101001 10011011
Octal 204 251 233

Shades and tints

Shades of #84A99B

#84A99B
(132,169,155)
#789A8D
(120,154,141)
#6C8B7F
(108,139,127)
#607C71
(96,124,113)
#546D63
(84,109,99)
#485E55
(72,94,85)
#3C4F47
(60,79,71)
#304039
(48,64,57)
#24312B
(36,49,43)
#18221D
(24,34,29)
#0C130F
(12,19,15)
#000000
(0,0,0)

Tints of #84A99B

#84A99B
(132,169,155)
#8FB0A4
(143,176,164)
#9AB7AD
(154,183,173)
#A5BEB6
(165,190,182)
#B0C5BF
(176,197,191)
#BBCCC8
(187,204,200)
#C6D3D1
(198,211,209)
#D1DADA
(209,218,218)
#DCE1E3
(220,225,227)
#E7E8EC
(231,232,236)
#F2EFF5
(242,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A99B; }

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

This text font color is #84A99B.

Background Color

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

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

This div background color is #84A99B.

Border color

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

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

This div border color is #84A99B.

Opacity

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

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

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

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

This text has shadow with #84A99B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84A99B.

Preview

Color preview on black background

This text has color #84A99B on black background.


Color preview on white background

This text has color #84A99B on white background.


Black color preview on #84A99B background

This text has black color on #84A99B background.


White color preview on #84A99B background

This text has white color on #84A99B background.


Related colors

Complementary color

Complementary color for #hex is #7B5664.


I love getcolorcode.com

Triadic colors

1 #9B84A9 and #A99B84 with #84A99B are triadic colors.

2 #9BA984 and #A9849B with #84A99B are triadic colors.