COLOR #84AB9A

HEX: #84AB9A RGB: (132,171,154)

Color info

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

RGB color model

#84AB9A color RGB value is (132,171,154).

RGB: (132,171,154) (52%, 67%, 60%)

RGB channels and saturation

R 132 of 255 = 52%
G 171 of 255 = 67%
B 154 of 255 = 60%

132
171
154

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

Portions of RGB colors in percentages

R + G + B = 132 + 171 + 154 = 457 (100%)
R 132 of 457 ~ 28.88%
G 171 of 457 ~ 37.42%
B 154 of 457 ~ 33.7'%

%28.88
%37.42
%33.7

CMYK color model

#84AB9A color CMYK value is (23,0,10,33).

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

CMYK: (23,0,10,33)
C23M0Y10K33 (23%, 0%, 10%, 33%)
(0.23 / 0.00 / 0.10 / 0.33)

CMYK percentages

%22.81
%0
%9.94
%32.94

Codes

Color #84AB9A in popluar color models

84 AB 9A
RGB 132 171 154
HSL 154° 18.84% 59.41%
HSB/HSV 154° 22.81% 67.06%
CMYK 22.81% 0.00% 9.94%
32.94%

Color #84AB9A in popluar number systems.

HEX 84 AB 9A
Decimal 132 171 154
Binary 10000100 10101011 10011010
Octal 204 253 232

Shades and tints

Shades of #84AB9A

#84AB9A
(132,171,154)
#789C8C
(120,156,140)
#6C8D7E
(108,141,126)
#607E70
(96,126,112)
#546F62
(84,111,98)
#486054
(72,96,84)
#3C5146
(60,81,70)
#304238
(48,66,56)
#24332A
(36,51,42)
#18241C
(24,36,28)
#0C150E
(12,21,14)
#000000
(0,0,0)

Tints of #84AB9A

#84AB9A
(132,171,154)
#8FB2A3
(143,178,163)
#9AB9AC
(154,185,172)
#A5C0B5
(165,192,181)
#B0C7BE
(176,199,190)
#BBCEC7
(187,206,199)
#C6D5D0
(198,213,208)
#D1DCD9
(209,220,217)
#DCE3E2
(220,227,226)
#E7EAEB
(231,234,235)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84AB9A; }

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

This text font color is #84AB9A.

Background Color

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

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

This div background color is #84AB9A.

Border color

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

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

This div border color is #84AB9A.

Opacity

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

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

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

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

This text has shadow with #84AB9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84AB9A.

Preview

Color preview on black background

This text has color #84AB9A on black background.


Color preview on white background

This text has color #84AB9A on white background.


Black color preview on #84AB9A background

This text has black color on #84AB9A background.


White color preview on #84AB9A background

This text has white color on #84AB9A background.


Related colors

Complementary color

Complementary color for #hex is #7B5465.


I love getcolorcode.com

Triadic colors

1 #9A84AB and #AB9A84 with #84AB9A are triadic colors.

2 #9AAB84 and #AB849A with #84AB9A are triadic colors.