COLOR #84A4B1

HEX: #84A4B1
RGB: (132,164,177)

Color info

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

RGB color model

#84A4B1 color RGB value is (132,164,177).

  • red value is 132;
  • green value is 164;
  • blue value is 177.
RGB:
(132,164,177)
(52%,64%,69%)

RGB channels and saturation

R 132 of 255 = 52%
G 164 of 255 = 64%
B 177 of 255 = 69%

132
164
177

R + G + B ~ 62%. #84A4B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 164 + 177 = 473 (100%)
R 132 of 473 ~ 27.91%
G 164 of 473 ~ 34.67%
B 177 of 473 ~ 37.42%

%27.91
%34.67
%37.42

CMYK color model

#84A4B1 color CMYK value is (25,7,0,31).

  • cyan value is 25.42%
  • magenta value is 7.34%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(25,7,0,31)
C25M7Y0K31 
(25%,7%,0%,31%)
(0.25/0.07/0.00/0.31)	

CMYK percentages

%25.42
%7.34
%0
%30.59

Codes

Color #84A4B1 in popluar color models

84A4B1
RGB132164177
HSL197°22.39%60.59%
HSB/HSV197°25.42%69.41%
CMYK25.42%7.34%0.00%
30.59%

Color #84A4B1 in popluar number systems.

HEX84A4B1
Decimal132164177
Binary100001001010010010110001
Octal204244261

Shades and tints

Shades of #84A4B1

#84A4B1
(132,164,177)
#7896A1
(120,150,161)
#6C8891
(108,136,145)
#607A81
(96,122,129)
#546C71
(84,108,113)
#485E61
(72,94,97)
#3C5051
(60,80,81)
#304241
(48,66,65)
#243431
(36,52,49)
#182621
(24,38,33)
#0C1811
(12,24,17)
#000000
(0,0,0)

Tints of #84A4B1

#84A4B1
(132,164,177)
#8FACB8
(143,172,184)
#9AB4BF
(154,180,191)
#A5BCC6
(165,188,198)
#B0C4CD
(176,196,205)
#BBCCD4
(187,204,212)
#C6D4DB
(198,212,219)
#D1DCE2
(209,220,226)
#DCE4E9
(220,228,233)
#E7ECF0
(231,236,240)
#F2F4F7
(242,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A4B1 color. Also use rgb(132,164,177) instead hex code.

Text Font Color

.myTextColor { color: #84A4B1; }

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

This text font color is #84A4B1.


Background Color

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

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

This div background color is #84A4B1.


Border color

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

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

This div border color is #84A4B1.


Opacity

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

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

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

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

This text has shadow with #84A4B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A4B1 on black background.


Color preview on white background

This text has color #84A4B1 on white background.



Black color preview on #84A4B1 background

This text has black color on #84A4B1 background.


White color preview on #84A4B1 background

This text has white color on #84A4B1 background.