COLOR #84A9AC

HEX: #84A9AC RGB: (132,169,172)

Color info

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

RGB color model

#84A9AC color RGB value is (132,169,172).

RGB: (132,169,172) (52%, 66%, 67%)

RGB channels and saturation

R 132 of 255 = 52%
G 169 of 255 = 66%
B 172 of 255 = 67%

132
169
172

R + G + B ~ 62%. #84A9AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 169 + 172 = 473 (100%)
R 132 of 473 ~ 27.91%
G 169 of 473 ~ 35.73%
B 172 of 473 ~ 36.36'%

%27.91
%35.73
%36.36

CMYK color model

#84A9AC color CMYK value is (23,2,0,33).

  • cyan value is 23.26%
  • magenta value is 1.74%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (23,2,0,33)
C23M2Y0K33 (23%, 2%, 0%, 33%)
(0.23 / 0.02 / 0.00 / 0.33)

CMYK percentages

%23.26
%1.74
%0
%32.55

Codes

Color #84A9AC in popluar color models

84 A9 AC
RGB 132 169 172
HSL 185° 19.42% 59.61%
HSB/HSV 185° 23.26% 67.45%
CMYK 23.26% 1.74% 0.00%
32.55%

Color #84A9AC in popluar number systems.

HEX 84 A9 AC
Decimal 132 169 172
Binary 10000100 10101001 10101100
Octal 204 251 254

Shades and tints

Shades of #84A9AC

#84A9AC
(132,169,172)
#789A9D
(120,154,157)
#6C8B8E
(108,139,142)
#607C7F
(96,124,127)
#546D70
(84,109,112)
#485E61
(72,94,97)
#3C4F52
(60,79,82)
#304043
(48,64,67)
#243134
(36,49,52)
#182225
(24,34,37)
#0C1316
(12,19,22)
#000000
(0,0,0)

Tints of #84A9AC

#84A9AC
(132,169,172)
#8FB0B3
(143,176,179)
#9AB7BA
(154,183,186)
#A5BEC1
(165,190,193)
#B0C5C8
(176,197,200)
#BBCCCF
(187,204,207)
#C6D3D6
(198,211,214)
#D1DADD
(209,218,221)
#DCE1E4
(220,225,228)
#E7E8EB
(231,232,235)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A9AC; }

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

This text font color is #84A9AC.

Background Color

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

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

This div background color is #84A9AC.

Border color

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

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

This div border color is #84A9AC.

Opacity

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

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

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

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

This text has shadow with #84A9AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84A9AC.

Preview

Color preview on black background

This text has color #84A9AC on black background.


Color preview on white background

This text has color #84A9AC on white background.


Black color preview on #84A9AC background

This text has black color on #84A9AC background.


White color preview on #84A9AC background

This text has white color on #84A9AC background.


Related colors

Complementary color

Complementary color for #hex is #7B5653.


I love getcolorcode.com

Triadic colors

1 #AC84A9 and #A9AC84 with #84A9AC are triadic colors.

2 #ACA984 and #A984AC with #84A9AC are triadic colors.