COLOR #84A5AF

HEX: #84A5AF
RGB: (132,165,175)

Color info

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

RGB color model

#84A5AF color RGB value is (132,165,175).

  • red value is 132;
  • green value is 165;
  • blue value is 175.
RGB:
(132,165,175)
(52%,65%,69%)

RGB channels and saturation

R 132 of 255 = 52%
G 165 of 255 = 65%
B 175 of 255 = 69%

132
165
175

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

Portions of RGB colors in percentages

R + G + B =
132 + 165 + 175 = 472 (100%)
R 132 of 472 ~ 27.97%
G 165 of 472 ~ 34.96%
B 175 of 472 ~ 37.08%

%27.97
%34.96
%37.08

CMYK color model

#84A5AF color CMYK value is (25,6,0,31).

  • cyan value is 24.57%
  • magenta value is 5.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(25,6,0,31)
C25M6Y0K31 
(25%,6%,0%,31%)
(0.25/0.06/0.00/0.31)	

CMYK percentages

%24.57
%5.71
%0
%31.37

Codes

Color #84A5AF in popluar color models

84A5AF
RGB132165175
HSL194°21.18%60.20%
HSB/HSV194°24.57%68.63%
CMYK24.57%5.71%0.00%
31.37%

Color #84A5AF in popluar number systems.

HEX84A5AF
Decimal132165175
Binary100001001010010110101111
Octal204245257

Shades and tints

Shades of #84A5AF

#84A5AF
(132,165,175)
#7896A0
(120,150,160)
#6C8791
(108,135,145)
#607882
(96,120,130)
#546973
(84,105,115)
#485A64
(72,90,100)
#3C4B55
(60,75,85)
#303C46
(48,60,70)
#242D37
(36,45,55)
#181E28
(24,30,40)
#0C0F19
(12,15,25)
#000000
(0,0,0)

Tints of #84A5AF

#84A5AF
(132,165,175)
#8FADB6
(143,173,182)
#9AB5BD
(154,181,189)
#A5BDC4
(165,189,196)
#B0C5CB
(176,197,203)
#BBCDD2
(187,205,210)
#C6D5D9
(198,213,217)
#D1DDE0
(209,221,224)
#DCE5E7
(220,229,231)
#E7EDEE
(231,237,238)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A5AF color. Also use rgb(132,165,175) instead hex code.

Text Font Color

.myTextColor { color: #84A5AF; }

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

This text font color is #84A5AF.


Background Color

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

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

This div background color is #84A5AF.


Border color

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

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

This div border color is #84A5AF.


Opacity

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

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

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

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

This text has shadow with #84A5AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A5AF on black background.


Color preview on white background

This text has color #84A5AF on white background.



Black color preview on #84A5AF background

This text has black color on #84A5AF background.


White color preview on #84A5AF background

This text has white color on #84A5AF background.