COLOR #84A09C

HEX: #84A09C RGB: (132,160,156)

Color info

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

RGB color model

#84A09C color RGB value is (132,160,156).

RGB: (132,160,156) (52%, 63%, 61%)

RGB channels and saturation

R 132 of 255 = 52%
G 160 of 255 = 63%
B 156 of 255 = 61%

132
160
156

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

Portions of RGB colors in percentages

R + G + B = 132 + 160 + 156 = 448 (100%)
R 132 of 448 ~ 29.46%
G 160 of 448 ~ 35.71%
B 156 of 448 ~ 34.82'%

%29.46
%35.71
%34.82

CMYK color model

#84A09C color CMYK value is (18,0,2,37).

  • cyan value is 17.50%
  • magenta value is 0.00%
  • yellow value is 2.50%
  • key color value is 37.25%

CMYK: (18,0,2,37)
C18M0Y2K37 (18%, 0%, 2%, 37%)
(0.18 / 0.00 / 0.02 / 0.37)

CMYK percentages

%17.5
%0
%2.5
%37.25

Codes

Color #84A09C in popluar color models

84 A0 9C
RGB 132 160 156
HSL 171° 12.84% 57.25%
HSB/HSV 171° 17.50% 62.75%
CMYK 17.50% 0.00% 2.50%
37.25%

Color #84A09C in popluar number systems.

HEX 84 A0 9C
Decimal 132 160 156
Binary 10000100 10100000 10011100
Octal 204 240 234

Shades and tints

Shades of #84A09C

#84A09C
(132,160,156)
#78928E
(120,146,142)
#6C8480
(108,132,128)
#607672
(96,118,114)
#546864
(84,104,100)
#485A56
(72,90,86)
#3C4C48
(60,76,72)
#303E3A
(48,62,58)
#24302C
(36,48,44)
#18221E
(24,34,30)
#0C1410
(12,20,16)
#000000
(0,0,0)

Tints of #84A09C

#84A09C
(132,160,156)
#8FA8A5
(143,168,165)
#9AB0AE
(154,176,174)
#A5B8B7
(165,184,183)
#B0C0C0
(176,192,192)
#BBC8C9
(187,200,201)
#C6D0D2
(198,208,210)
#D1D8DB
(209,216,219)
#DCE0E4
(220,224,228)
#E7E8ED
(231,232,237)
#F2F0F6
(242,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A09C color. Also use rgb(132,160,156) instead hex code.

Text Font Color

.myTextColor { color: #84A09C; }

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

This text font color is #84A09C.

Background Color

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

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

This div background color is #84A09C.

Border color

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

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

This div border color is #84A09C.

Opacity

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

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

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

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

This text has shadow with #84A09C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84A09C.

Preview

Color preview on black background

This text has color #84A09C on black background.


Color preview on white background

This text has color #84A09C on white background.


Black color preview on #84A09C background

This text has black color on #84A09C background.


White color preview on #84A09C background

This text has white color on #84A09C background.


Related colors

Complementary color

Complementary color for #hex is #7B5F63.


I love getcolorcode.com

Triadic colors

1 #9C84A0 and #A09C84 with #84A09C are triadic colors.

2 #9CA084 and #A0849C with #84A09C are triadic colors.