COLOR #84A09F

HEX: #84A09F
RGB: (132,160,159)

Color info

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

RGB color model

#84A09F color RGB value is (132,160,159).

  • red value is 132;
  • green value is 160;
  • blue value is 159.
RGB:
(132,160,159)
(52%,63%,62%)

RGB channels and saturation

R 132 of 255 = 52%
G 160 of 255 = 63%
B 159 of 255 = 62%

132
160
159

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

Portions of RGB colors in percentages

R + G + B =
132 + 160 + 159 = 451 (100%)
R 132 of 451 ~ 29.27%
G 160 of 451 ~ 35.48%
B 159 of 451 ~ 35.25%

%29.27
%35.48
%35.25

CMYK color model

#84A09F color CMYK value is (18,0,1,37).

  • cyan value is 17.50%
  • magenta value is 0.00%
  • yellow value is 0.62%
  • key color value is 37.25%
CMYK:
(18,0,1,37)
C18M0Y1K37 
(18%,0%,1%,37%)
(0.18/0.00/0.01/0.37)	

CMYK percentages

%17.5
%0
%0.62
%37.25

Codes

Color #84A09F in popluar color models

84A09F
RGB132160159
HSL178°12.84%57.25%
HSB/HSV178°17.50%62.75%
CMYK17.50%0.00%0.62%
37.25%

Color #84A09F in popluar number systems.

HEX84A09F
Decimal132160159
Binary100001001010000010011111
Octal204240237

Shades and tints

Shades of #84A09F

#84A09F
(132,160,159)
#789291
(120,146,145)
#6C8483
(108,132,131)
#607675
(96,118,117)
#546867
(84,104,103)
#485A59
(72,90,89)
#3C4C4B
(60,76,75)
#303E3D
(48,62,61)
#24302F
(36,48,47)
#182221
(24,34,33)
#0C1413
(12,20,19)
#000000
(0,0,0)

Tints of #84A09F

#84A09F
(132,160,159)
#8FA8A7
(143,168,167)
#9AB0AF
(154,176,175)
#A5B8B7
(165,184,183)
#B0C0BF
(176,192,191)
#BBC8C7
(187,200,199)
#C6D0CF
(198,208,207)
#D1D8D7
(209,216,215)
#DCE0DF
(220,224,223)
#E7E8E7
(231,232,231)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A09F; }

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

This text font color is #84A09F.


Background Color

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

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

This div background color is #84A09F.


Border color

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

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

This div border color is #84A09F.


Opacity

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

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

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

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

This text has shadow with #84A09F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A09F on black background.


Color preview on white background

This text has color #84A09F on white background.



Black color preview on #84A09F background

This text has black color on #84A09F background.


White color preview on #84A09F background

This text has white color on #84A09F background.