COLOR #84AC9E

HEX: #84AC9E
RGB: (132,172,158)

Color info

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

RGB color model

#84AC9E color RGB value is (132,172,158).

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

RGB channels and saturation

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

132
172
158

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

Portions of RGB colors in percentages

R + G + B =
132 + 172 + 158 = 462 (100%)
R 132 of 462 ~ 28.57%
G 172 of 462 ~ 37.23%
B 158 of 462 ~ 34.2%

%28.57
%37.23
%34.2

CMYK color model

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

  • cyan value is 23.26%
  • magenta value is 0.00%
  • yellow value is 8.14%
  • 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
%8.14
%32.55

Codes

Color #84AC9E in popluar color models

84AC9E
RGB132172158
HSL159°19.42%59.61%
HSB/HSV159°23.26%67.45%
CMYK23.26%0.00%8.14%
32.55%

Color #84AC9E in popluar number systems.

HEX84AC9E
Decimal132172158
Binary100001001010110010011110
Octal204254236

Shades and tints

Shades of #84AC9E

#84AC9E
(132,172,158)
#789D90
(120,157,144)
#6C8E82
(108,142,130)
#607F74
(96,127,116)
#547066
(84,112,102)
#486158
(72,97,88)
#3C524A
(60,82,74)
#30433C
(48,67,60)
#24342E
(36,52,46)
#182520
(24,37,32)
#0C1612
(12,22,18)
#000000
(0,0,0)

Tints of #84AC9E

#84AC9E
(132,172,158)
#8FB3A6
(143,179,166)
#9ABAAE
(154,186,174)
#A5C1B6
(165,193,182)
#B0C8BE
(176,200,190)
#BBCFC6
(187,207,198)
#C6D6CE
(198,214,206)
#D1DDD6
(209,221,214)
#DCE4DE
(220,228,222)
#E7EBE6
(231,235,230)
#F2F2EE
(242,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84AC9E; }

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

This text font color is #84AC9E.


Background Color

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

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

This div background color is #84AC9E.


Border color

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

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

This div border color is #84AC9E.


Opacity

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

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

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

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

This text has shadow with #84AC9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84AC9E on black background.


Color preview on white background

This text has color #84AC9E on white background.



Black color preview on #84AC9E background

This text has black color on #84AC9E background.


White color preview on #84AC9E background

This text has white color on #84AC9E background.