COLOR #84A9B0

HEX: #84A9B0
RGB: (132,169,176)

Color info

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

RGB color model

#84A9B0 color RGB value is (132,169,176).

  • red value is 132;
  • green value is 169;
  • blue value is 176.
RGB:
(132,169,176)
(52%,66%,69%)

RGB channels and saturation

R 132 of 255 = 52%
G 169 of 255 = 66%
B 176 of 255 = 69%

132
169
176

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

Portions of RGB colors in percentages

R + G + B =
132 + 169 + 176 = 477 (100%)
R 132 of 477 ~ 27.67%
G 169 of 477 ~ 35.43%
B 176 of 477 ~ 36.9%

%27.67
%35.43
%36.9

CMYK color model

#84A9B0 color CMYK value is (25,4,0,31).

  • cyan value is 25.00%
  • magenta value is 3.98%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(25,4,0,31)
C25M4Y0K31 
(25%,4%,0%,31%)
(0.25/0.04/0.00/0.31)	

CMYK percentages

%25
%3.98
%0
%30.98

Codes

Color #84A9B0 in popluar color models

84A9B0
RGB132169176
HSL190°21.78%60.39%
HSB/HSV190°25.00%69.02%
CMYK25.00%3.98%0.00%
30.98%

Color #84A9B0 in popluar number systems.

HEX84A9B0
Decimal132169176
Binary100001001010100110110000
Octal204251260

Shades and tints

Shades of #84A9B0

#84A9B0
(132,169,176)
#789AA0
(120,154,160)
#6C8B90
(108,139,144)
#607C80
(96,124,128)
#546D70
(84,109,112)
#485E60
(72,94,96)
#3C4F50
(60,79,80)
#304040
(48,64,64)
#243130
(36,49,48)
#182220
(24,34,32)
#0C1310
(12,19,16)
#000000
(0,0,0)

Tints of #84A9B0

#84A9B0
(132,169,176)
#8FB0B7
(143,176,183)
#9AB7BE
(154,183,190)
#A5BEC5
(165,190,197)
#B0C5CC
(176,197,204)
#BBCCD3
(187,204,211)
#C6D3DA
(198,211,218)
#D1DAE1
(209,218,225)
#DCE1E8
(220,225,232)
#E7E8EF
(231,232,239)
#F2EFF6
(242,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A9B0 color. Also use rgb(132,169,176) instead hex code.

Text Font Color

.myTextColor { color: #84A9B0; }

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

This text font color is #84A9B0.


Background Color

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

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

This div background color is #84A9B0.


Border color

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

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

This div border color is #84A9B0.


Opacity

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

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

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

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

This text has shadow with #84A9B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A9B0 on black background.


Color preview on white background

This text has color #84A9B0 on white background.



Black color preview on #84A9B0 background

This text has black color on #84A9B0 background.


White color preview on #84A9B0 background

This text has white color on #84A9B0 background.