COLOR #84ADB0

HEX: #84ADB0
RGB: (132,173,176)

Color info

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

RGB color model

#84ADB0 color RGB value is (132,173,176).

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

RGB channels and saturation

R 132 of 255 = 52%
G 173 of 255 = 68%
B 176 of 255 = 69%

132
173
176

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

Portions of RGB colors in percentages

R + G + B =
132 + 173 + 176 = 481 (100%)
R 132 of 481 ~ 27.44%
G 173 of 481 ~ 35.97%
B 176 of 481 ~ 36.59%

%27.44
%35.97
%36.59

CMYK color model

#84ADB0 color CMYK value is (25,2,0,31).

  • cyan value is 25.00%
  • magenta value is 1.70%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(25,2,0,31)
C25M2Y0K31 
(25%,2%,0%,31%)
(0.25/0.02/0.00/0.31)	

CMYK percentages

%25
%1.7
%0
%30.98

Codes

Color #84ADB0 in popluar color models

84ADB0
RGB132173176
HSL184°21.78%60.39%
HSB/HSV184°25.00%69.02%
CMYK25.00%1.70%0.00%
30.98%

Color #84ADB0 in popluar number systems.

HEX84ADB0
Decimal132173176
Binary100001001010110110110000
Octal204255260

Shades and tints

Shades of #84ADB0

#84ADB0
(132,173,176)
#789EA0
(120,158,160)
#6C8F90
(108,143,144)
#608080
(96,128,128)
#547170
(84,113,112)
#486260
(72,98,96)
#3C5350
(60,83,80)
#304440
(48,68,64)
#243530
(36,53,48)
#182620
(24,38,32)
#0C1710
(12,23,16)
#000000
(0,0,0)

Tints of #84ADB0

#84ADB0
(132,173,176)
#8FB4B7
(143,180,183)
#9ABBBE
(154,187,190)
#A5C2C5
(165,194,197)
#B0C9CC
(176,201,204)
#BBD0D3
(187,208,211)
#C6D7DA
(198,215,218)
#D1DEE1
(209,222,225)
#DCE5E8
(220,229,232)
#E7ECEF
(231,236,239)
#F2F3F6
(242,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84ADB0; }

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

This text font color is #84ADB0.


Background Color

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

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

This div background color is #84ADB0.


Border color

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

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

This div border color is #84ADB0.


Opacity

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

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

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

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

This text has shadow with #84ADB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84ADB0 on black background.


Color preview on white background

This text has color #84ADB0 on white background.



Black color preview on #84ADB0 background

This text has black color on #84ADB0 background.


White color preview on #84ADB0 background

This text has white color on #84ADB0 background.