COLOR #84AB9E

HEX: #84AB9E RGB: (132,171,158)

Color info

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

RGB color model

#84AB9E color RGB value is (132,171,158).

RGB: (132,171,158) (52%, 67%, 62%)

RGB channels and saturation

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

132
171
158

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

Portions of RGB colors in percentages

R + G + B = 132 + 171 + 158 = 461 (100%)
R 132 of 461 ~ 28.63%
G 171 of 461 ~ 37.09%
B 158 of 461 ~ 34.27'%

%28.63
%37.09
%34.27

CMYK color model

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

  • cyan value is 22.81%
  • magenta value is 0.00%
  • yellow value is 7.60%
  • key color value is 32.94%

CMYK: (23,0,8,33)
C23M0Y8K33 (23%, 0%, 8%, 33%)
(0.23 / 0.00 / 0.08 / 0.33)

CMYK percentages

%22.81
%0
%7.6
%32.94

Codes

Color #84AB9E in popluar color models

84 AB 9E
RGB 132 171 158
HSL 160° 18.84% 59.41%
HSB/HSV 160° 22.81% 67.06%
CMYK 22.81% 0.00% 7.60%
32.94%

Color #84AB9E in popluar number systems.

HEX 84 AB 9E
Decimal 132 171 158
Binary 10000100 10101011 10011110
Octal 204 253 236

Shades and tints

Shades of #84AB9E

#84AB9E
(132,171,158)
#789C90
(120,156,144)
#6C8D82
(108,141,130)
#607E74
(96,126,116)
#546F66
(84,111,102)
#486058
(72,96,88)
#3C514A
(60,81,74)
#30423C
(48,66,60)
#24332E
(36,51,46)
#182420
(24,36,32)
#0C1512
(12,21,18)
#000000
(0,0,0)

Tints of #84AB9E

#84AB9E
(132,171,158)
#8FB2A6
(143,178,166)
#9AB9AE
(154,185,174)
#A5C0B6
(165,192,182)
#B0C7BE
(176,199,190)
#BBCEC6
(187,206,198)
#C6D5CE
(198,213,206)
#D1DCD6
(209,220,214)
#DCE3DE
(220,227,222)
#E7EAE6
(231,234,230)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84AB9E; }

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

This text font color is #84AB9E.

Background Color

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

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

This div background color is #84AB9E.

Border color

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

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

This div border color is #84AB9E.

Opacity

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

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

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

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

This text has shadow with #84AB9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84AB9E.

Preview

Color preview on black background

This text has color #84AB9E on black background.


Color preview on white background

This text has color #84AB9E on white background.


Black color preview on #84AB9E background

This text has black color on #84AB9E background.


White color preview on #84AB9E background

This text has white color on #84AB9E background.


Related colors

Complementary color

Complementary color for #hex is #7B5461.


I love getcolorcode.com

Triadic colors

1 #9E84AB and #AB9E84 with #84AB9E are triadic colors.

2 #9EAB84 and #AB849E with #84AB9E are triadic colors.