COLOR #84AC9F

HEX: #84AC9F
RGB: (132,172,159)

Color info

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

RGB color model

#84AC9F color RGB value is (132,172,159).

  • red value is 132;
  • green value is 172;
  • blue value is 159.
RGB:
(132,172,159)
(52%,67%,62%)

RGB channels and saturation

R 132 of 255 = 52%
G 172 of 255 = 67%
B 159 of 255 = 62%

132
172
159

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

Portions of RGB colors in percentages

R + G + B =
132 + 172 + 159 = 463 (100%)
R 132 of 463 ~ 28.51%
G 172 of 463 ~ 37.15%
B 159 of 463 ~ 34.34%

%28.51
%37.15
%34.34

CMYK color model

#84AC9F color CMYK value is (23,0,8,33).

  • cyan value is 23.26%
  • magenta value is 0.00%
  • yellow value is 7.56%
  • key color value is 32.55%
CMYK:
(23,0,8,33)
C23M0Y8K33 
(23%,0%,8%,33%)
(0.23/0.00/0.08/0.33)	

CMYK percentages

%23.26
%0
%7.56
%32.55

Codes

Color #84AC9F in popluar color models

84AC9F
RGB132172159
HSL161°19.42%59.61%
HSB/HSV161°23.26%67.45%
CMYK23.26%0.00%7.56%
32.55%

Color #84AC9F in popluar number systems.

HEX84AC9F
Decimal132172159
Binary100001001010110010011111
Octal204254237

Shades and tints

Shades of #84AC9F

#84AC9F
(132,172,159)
#789D91
(120,157,145)
#6C8E83
(108,142,131)
#607F75
(96,127,117)
#547067
(84,112,103)
#486159
(72,97,89)
#3C524B
(60,82,75)
#30433D
(48,67,61)
#24342F
(36,52,47)
#182521
(24,37,33)
#0C1613
(12,22,19)
#000000
(0,0,0)

Tints of #84AC9F

#84AC9F
(132,172,159)
#8FB3A7
(143,179,167)
#9ABAAF
(154,186,175)
#A5C1B7
(165,193,183)
#B0C8BF
(176,200,191)
#BBCFC7
(187,207,199)
#C6D6CF
(198,214,207)
#D1DDD7
(209,221,215)
#DCE4DF
(220,228,223)
#E7EBE7
(231,235,231)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84AC9F color. Also use rgb(132,172,159) instead hex code.

Text Font Color

.myTextColor { color: #84AC9F; }

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

This text font color is #84AC9F.


Background Color

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

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

This div background color is #84AC9F.


Border color

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

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

This div border color is #84AC9F.


Opacity

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

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

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

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

This text has shadow with #84AC9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84AC9F on black background.


Color preview on white background

This text has color #84AC9F on white background.



Black color preview on #84AC9F background

This text has black color on #84AC9F background.


White color preview on #84AC9F background

This text has white color on #84AC9F background.