COLOR #84B0AA

HEX: #84B0AA RGB: (132,176,170)

Color info

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

RGB color model

#84B0AA color RGB value is (132,176,170).

RGB: (132,176,170) (52%, 69%, 67%)

RGB channels and saturation

R 132 of 255 = 52%
G 176 of 255 = 69%
B 170 of 255 = 67%

132
176
170

R + G + B ~ 63%. #84B0AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 176 + 170 = 478 (100%)
R 132 of 478 ~ 27.62%
G 176 of 478 ~ 36.82%
B 170 of 478 ~ 35.56'%

%27.62
%36.82
%35.56

CMYK color model

#84B0AA color CMYK value is (25,0,3,31).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 3.41%
  • key color value is 30.98%

CMYK: (25,0,3,31)
C25M0Y3K31 (25%, 0%, 3%, 31%)
(0.25 / 0.00 / 0.03 / 0.31)

CMYK percentages

%25
%0
%3.41
%30.98

Codes

Color #84B0AA in popluar color models

84 B0 AA
RGB 132 176 170
HSL 172° 21.78% 60.39%
HSB/HSV 172° 25.00% 69.02%
CMYK 25.00% 0.00% 3.41%
30.98%

Color #84B0AA in popluar number systems.

HEX 84 B0 AA
Decimal 132 176 170
Binary 10000100 10110000 10101010
Octal 204 260 252

Shades and tints

Shades of #84B0AA

#84B0AA
(132,176,170)
#78A09B
(120,160,155)
#6C908C
(108,144,140)
#60807D
(96,128,125)
#54706E
(84,112,110)
#48605F
(72,96,95)
#3C5050
(60,80,80)
#304041
(48,64,65)
#243032
(36,48,50)
#182023
(24,32,35)
#0C1014
(12,16,20)
#000000
(0,0,0)

Tints of #84B0AA

#84B0AA
(132,176,170)
#8FB7B1
(143,183,177)
#9ABEB8
(154,190,184)
#A5C5BF
(165,197,191)
#B0CCC6
(176,204,198)
#BBD3CD
(187,211,205)
#C6DAD4
(198,218,212)
#D1E1DB
(209,225,219)
#DCE8E2
(220,232,226)
#E7EFE9
(231,239,233)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84B0AA color. Also use rgb(132,176,170) instead hex code.

Text Font Color

.myTextColor { color: #84B0AA; }

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

This text font color is #84B0AA.

Background Color

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

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

This div background color is #84B0AA.

Border color

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

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

This div border color is #84B0AA.

Opacity

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

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

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

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

This text has shadow with #84B0AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84B0AA.

Preview

Color preview on black background

This text has color #84B0AA on black background.


Color preview on white background

This text has color #84B0AA on white background.


Black color preview on #84B0AA background

This text has black color on #84B0AA background.


White color preview on #84B0AA background

This text has white color on #84B0AA background.


Related colors

Complementary color

Complementary color for #hex is #7B4F55.


I love getcolorcode.com

Triadic colors

1 #AA84B0 and #B0AA84 with #84B0AA are triadic colors.

2 #AAB084 and #B084AA with #84B0AA are triadic colors.