COLOR #84A1B9

HEX: #84A1B9
RGB: (132,161,185)

Color info

#84A1B9 contains red, green and blue colors in about the same proportion. Web safe color of #84A1B9 is #9999CC (or #99C).

RGB color model

#84A1B9 color RGB value is (132,161,185).

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

RGB channels and saturation

R 132 of 255 = 52%
G 161 of 255 = 63%
B 185 of 255 = 73%

132
161
185

R + G + B ~ 63%. #84A1B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 161 + 185 = 478 (100%)
R 132 of 478 ~ 27.62%
G 161 of 478 ~ 33.68%
B 185 of 478 ~ 38.7%

%27.62
%33.68
%38.7

CMYK color model

#84A1B9 color CMYK value is (29,13,0,27).

  • cyan value is 28.65%
  • magenta value is 12.97%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(29,13,0,27)
C29M13Y0K27 
(29%,13%,0%,27%)
(0.29/0.13/0.00/0.27)	

CMYK percentages

%28.65
%12.97
%0
%27.45

Codes

Color #84A1B9 in popluar color models

84A1B9
RGB132161185
HSL207°27.46%62.16%
HSB/HSV207°28.65%72.55%
CMYK28.65%12.97%0.00%
27.45%

Color #84A1B9 in popluar number systems.

HEX84A1B9
Decimal132161185
Binary100001001010000110111001
Octal204241271

Shades and tints

Shades of #84A1B9

#84A1B9
(132,161,185)
#7893A9
(120,147,169)
#6C8599
(108,133,153)
#607789
(96,119,137)
#546979
(84,105,121)
#485B69
(72,91,105)
#3C4D59
(60,77,89)
#303F49
(48,63,73)
#243139
(36,49,57)
#182329
(24,35,41)
#0C1519
(12,21,25)
#000000
(0,0,0)

Tints of #84A1B9

#84A1B9
(132,161,185)
#8FA9BF
(143,169,191)
#9AB1C5
(154,177,197)
#A5B9CB
(165,185,203)
#B0C1D1
(176,193,209)
#BBC9D7
(187,201,215)
#C6D1DD
(198,209,221)
#D1D9E3
(209,217,227)
#DCE1E9
(220,225,233)
#E7E9EF
(231,233,239)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A1B9; }

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

This text font color is #84A1B9.


Background Color

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

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

This div background color is #84A1B9.


Border color

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

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

This div border color is #84A1B9.


Opacity

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

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

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

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

This text has shadow with #84A1B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A1B9 on black background.


Color preview on white background

This text has color #84A1B9 on white background.



Black color preview on #84A1B9 background

This text has black color on #84A1B9 background.


White color preview on #84A1B9 background

This text has white color on #84A1B9 background.