COLOR #84A1AB

HEX: #84A1AB
RGB: (132,161,171)

Color info

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

RGB color model

#84A1AB color RGB value is (132,161,171).

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

RGB channels and saturation

R 132 of 255 = 52%
G 161 of 255 = 63%
B 171 of 255 = 67%

132
161
171

R + G + B ~ 61%. #84A1AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 161 + 171 = 464 (100%)
R 132 of 464 ~ 28.45%
G 161 of 464 ~ 34.7%
B 171 of 464 ~ 36.85%

%28.45
%34.7
%36.85

CMYK color model

#84A1AB color CMYK value is (23,6,0,33).

  • cyan value is 22.81%
  • magenta value is 5.85%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(23,6,0,33)
C23M6Y0K33 
(23%,6%,0%,33%)
(0.23/0.06/0.00/0.33)	

CMYK percentages

%22.81
%5.85
%0
%32.94

Codes

Color #84A1AB in popluar color models

84A1AB
RGB132161171
HSL195°18.84%59.41%
HSB/HSV195°22.81%67.06%
CMYK22.81%5.85%0.00%
32.94%

Color #84A1AB in popluar number systems.

HEX84A1AB
Decimal132161171
Binary100001001010000110101011
Octal204241253

Shades and tints

Shades of #84A1AB

#84A1AB
(132,161,171)
#78939C
(120,147,156)
#6C858D
(108,133,141)
#60777E
(96,119,126)
#54696F
(84,105,111)
#485B60
(72,91,96)
#3C4D51
(60,77,81)
#303F42
(48,63,66)
#243133
(36,49,51)
#182324
(24,35,36)
#0C1515
(12,21,21)
#000000
(0,0,0)

Tints of #84A1AB

#84A1AB
(132,161,171)
#8FA9B2
(143,169,178)
#9AB1B9
(154,177,185)
#A5B9C0
(165,185,192)
#B0C1C7
(176,193,199)
#BBC9CE
(187,201,206)
#C6D1D5
(198,209,213)
#D1D9DC
(209,217,220)
#DCE1E3
(220,225,227)
#E7E9EA
(231,233,234)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A1AB; }

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

This text font color is #84A1AB.


Background Color

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

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

This div background color is #84A1AB.


Border color

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

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

This div border color is #84A1AB.


Opacity

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

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

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

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

This text has shadow with #84A1AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A1AB on black background.


Color preview on white background

This text has color #84A1AB on white background.



Black color preview on #84A1AB background

This text has black color on #84A1AB background.


White color preview on #84A1AB background

This text has white color on #84A1AB background.