COLOR #84A08C

HEX: #84A08C
RGB: (132,160,140)

Color info

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

RGB color model

#84A08C color RGB value is (132,160,140).

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

RGB channels and saturation

R 132 of 255 = 52%
G 160 of 255 = 63%
B 140 of 255 = 55%

132
160
140

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

Portions of RGB colors in percentages

R + G + B =
132 + 160 + 140 = 432 (100%)
R 132 of 432 ~ 30.56%
G 160 of 432 ~ 37.04%
B 140 of 432 ~ 32.41%

%30.56
%37.04
%32.41

CMYK color model

#84A08C color CMYK value is (18,0,13,37).

  • cyan value is 17.50%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 37.25%
CMYK:
(18,0,13,37)
C18M0Y13K37 
(18%,0%,13%,37%)
(0.18/0.00/0.13/0.37)	

CMYK percentages

%17.5
%0
%12.5
%37.25

Codes

Color #84A08C in popluar color models

84A08C
RGB132160140
HSL137°12.84%57.25%
HSB/HSV137°17.50%62.75%
CMYK17.50%0.00%12.50%
37.25%

Color #84A08C in popluar number systems.

HEX84A08C
Decimal132160140
Binary100001001010000010001100
Octal204240214

Shades and tints

Shades of #84A08C

#84A08C
(132,160,140)
#789280
(120,146,128)
#6C8474
(108,132,116)
#607668
(96,118,104)
#54685C
(84,104,92)
#485A50
(72,90,80)
#3C4C44
(60,76,68)
#303E38
(48,62,56)
#24302C
(36,48,44)
#182220
(24,34,32)
#0C1414
(12,20,20)
#000000
(0,0,0)

Tints of #84A08C

#84A08C
(132,160,140)
#8FA896
(143,168,150)
#9AB0A0
(154,176,160)
#A5B8AA
(165,184,170)
#B0C0B4
(176,192,180)
#BBC8BE
(187,200,190)
#C6D0C8
(198,208,200)
#D1D8D2
(209,216,210)
#DCE0DC
(220,224,220)
#E7E8E6
(231,232,230)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A08C; }

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

This text font color is #84A08C.


Background Color

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

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

This div background color is #84A08C.


Border color

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

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

This div border color is #84A08C.


Opacity

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

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

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

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

This text has shadow with #84A08C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A08C on black background.


Color preview on white background

This text has color #84A08C on white background.



Black color preview on #84A08C background

This text has black color on #84A08C background.


White color preview on #84A08C background

This text has white color on #84A08C background.