COLOR #84A7A1

HEX: #84A7A1
RGB: (132,167,161)

Color info

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

RGB color model

#84A7A1 color RGB value is (132,167,161).

  • red value is 132;
  • green value is 167;
  • blue value is 161.
RGB:
(132,167,161)
(52%,65%,63%)

RGB channels and saturation

R 132 of 255 = 52%
G 167 of 255 = 65%
B 161 of 255 = 63%

132
167
161

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

Portions of RGB colors in percentages

R + G + B =
132 + 167 + 161 = 460 (100%)
R 132 of 460 ~ 28.7%
G 167 of 460 ~ 36.3%
B 161 of 460 ~ 35%

%28.7
%36.3
%35

CMYK color model

#84A7A1 color CMYK value is (21,0,4,35).

  • cyan value is 20.96%
  • magenta value is 0.00%
  • yellow value is 3.59%
  • key color value is 34.51%
CMYK:
(21,0,4,35)
C21M0Y4K35 
(21%,0%,4%,35%)
(0.21/0.00/0.04/0.35)	

CMYK percentages

%20.96
%0
%3.59
%34.51

Codes

Color #84A7A1 in popluar color models

84A7A1
RGB132167161
HSL170°16.59%58.63%
HSB/HSV170°20.96%65.49%
CMYK20.96%0.00%3.59%
34.51%

Color #84A7A1 in popluar number systems.

HEX84A7A1
Decimal132167161
Binary100001001010011110100001
Octal204247241

Shades and tints

Shades of #84A7A1

#84A7A1
(132,167,161)
#789893
(120,152,147)
#6C8985
(108,137,133)
#607A77
(96,122,119)
#546B69
(84,107,105)
#485C5B
(72,92,91)
#3C4D4D
(60,77,77)
#303E3F
(48,62,63)
#242F31
(36,47,49)
#182023
(24,32,35)
#0C1115
(12,17,21)
#000000
(0,0,0)

Tints of #84A7A1

#84A7A1
(132,167,161)
#8FAFA9
(143,175,169)
#9AB7B1
(154,183,177)
#A5BFB9
(165,191,185)
#B0C7C1
(176,199,193)
#BBCFC9
(187,207,201)
#C6D7D1
(198,215,209)
#D1DFD9
(209,223,217)
#DCE7E1
(220,231,225)
#E7EFE9
(231,239,233)
#F2F7F1
(242,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A7A1 color. Also use rgb(132,167,161) instead hex code.

Text Font Color

.myTextColor { color: #84A7A1; }

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

This text font color is #84A7A1.


Background Color

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

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

This div background color is #84A7A1.


Border color

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

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

This div border color is #84A7A1.


Opacity

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

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

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

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

This text has shadow with #84A7A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A7A1 on black background.


Color preview on white background

This text has color #84A7A1 on white background.



Black color preview on #84A7A1 background

This text has black color on #84A7A1 background.


White color preview on #84A7A1 background

This text has white color on #84A7A1 background.