COLOR #84A0B1

HEX: #84A0B1
RGB: (132,160,177)

Color info

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

RGB color model

#84A0B1 color RGB value is (132,160,177).

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

RGB channels and saturation

R 132 of 255 = 52%
G 160 of 255 = 63%
B 177 of 255 = 69%

132
160
177

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

Portions of RGB colors in percentages

R + G + B =
132 + 160 + 177 = 469 (100%)
R 132 of 469 ~ 28.14%
G 160 of 469 ~ 34.12%
B 177 of 469 ~ 37.74%

%28.14
%34.12
%37.74

CMYK color model

#84A0B1 color CMYK value is (25,10,0,31).

  • cyan value is 25.42%
  • magenta value is 9.60%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(25,10,0,31)
C25M10Y0K31 
(25%,10%,0%,31%)
(0.25/0.10/0.00/0.31)	

CMYK percentages

%25.42
%9.6
%0
%30.59

Codes

Color #84A0B1 in popluar color models

84A0B1
RGB132160177
HSL203°22.39%60.59%
HSB/HSV203°25.42%69.41%
CMYK25.42%9.60%0.00%
30.59%

Color #84A0B1 in popluar number systems.

HEX84A0B1
Decimal132160177
Binary100001001010000010110001
Octal204240261

Shades and tints

Shades of #84A0B1

#84A0B1
(132,160,177)
#7892A1
(120,146,161)
#6C8491
(108,132,145)
#607681
(96,118,129)
#546871
(84,104,113)
#485A61
(72,90,97)
#3C4C51
(60,76,81)
#303E41
(48,62,65)
#243031
(36,48,49)
#182221
(24,34,33)
#0C1411
(12,20,17)
#000000
(0,0,0)

Tints of #84A0B1

#84A0B1
(132,160,177)
#8FA8B8
(143,168,184)
#9AB0BF
(154,176,191)
#A5B8C6
(165,184,198)
#B0C0CD
(176,192,205)
#BBC8D4
(187,200,212)
#C6D0DB
(198,208,219)
#D1D8E2
(209,216,226)
#DCE0E9
(220,224,233)
#E7E8F0
(231,232,240)
#F2F0F7
(242,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A0B1; }

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

This text font color is #84A0B1.


Background Color

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

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

This div background color is #84A0B1.


Border color

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

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

This div border color is #84A0B1.


Opacity

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

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

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

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

This text has shadow with #84A0B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A0B1 on black background.


Color preview on white background

This text has color #84A0B1 on white background.



Black color preview on #84A0B1 background

This text has black color on #84A0B1 background.


White color preview on #84A0B1 background

This text has white color on #84A0B1 background.