COLOR #84A8AC

HEX: #84A8AC RGB: (132,168,172)

Color info

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

RGB color model

#84A8AC color RGB value is (132,168,172).

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

RGB channels and saturation

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

132
168
172

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

Portions of RGB colors in percentages

R + G + B = 132 + 168 + 172 = 472 (100%)
R 132 of 472 ~ 27.97%
G 168 of 472 ~ 35.59%
B 172 of 472 ~ 36.44'%

%27.97
%35.59
%36.44

CMYK color model

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

  • cyan value is 23.26%
  • magenta value is 2.33%
  • 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
%2.33
%0
%32.55

Codes

Color #84A8AC in popluar color models

84 A8 AC
RGB 132 168 172
HSL 186° 19.42% 59.61%
HSB/HSV 186° 23.26% 67.45%
CMYK 23.26% 2.33% 0.00%
32.55%

Color #84A8AC in popluar number systems.

HEX 84 A8 AC
Decimal 132 168 172
Binary 10000100 10101000 10101100
Octal 204 250 254

Shades and tints

Shades of #84A8AC

#84A8AC
(132,168,172)
#78999D
(120,153,157)
#6C8A8E
(108,138,142)
#607B7F
(96,123,127)
#546C70
(84,108,112)
#485D61
(72,93,97)
#3C4E52
(60,78,82)
#303F43
(48,63,67)
#243034
(36,48,52)
#182125
(24,33,37)
#0C1216
(12,18,22)
#000000
(0,0,0)

Tints of #84A8AC

#84A8AC
(132,168,172)
#8FAFB3
(143,175,179)
#9AB6BA
(154,182,186)
#A5BDC1
(165,189,193)
#B0C4C8
(176,196,200)
#BBCBCF
(187,203,207)
#C6D2D6
(198,210,214)
#D1D9DD
(209,217,221)
#DCE0E4
(220,224,228)
#E7E7EB
(231,231,235)
#F2EEF2
(242,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A8AC; }

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

This text font color is #84A8AC.

Background Color

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

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

This div background color is #84A8AC.

Border color

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

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

This div border color is #84A8AC.

Opacity

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

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

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

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

This text has shadow with #84A8AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84A8AC.

Preview

Color preview on black background

This text has color #84A8AC on black background.


Color preview on white background

This text has color #84A8AC on white background.


Black color preview on #84A8AC background

This text has black color on #84A8AC background.


White color preview on #84A8AC background

This text has white color on #84A8AC background.


Related colors

Complementary color

Complementary color for #hex is #7B5753.


I love getcolorcode.com

Triadic colors

1 #AC84A8 and #A8AC84 with #84A8AC are triadic colors.

2 #ACA884 and #A884AC with #84A8AC are triadic colors.