COLOR #84ADA7

HEX: #84ADA7
RGB: (132,173,167)

Color info

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

RGB color model

#84ADA7 color RGB value is (132,173,167).

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

RGB channels and saturation

R 132 of 255 = 52%
G 173 of 255 = 68%
B 167 of 255 = 65%

132
173
167

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

Portions of RGB colors in percentages

R + G + B =
132 + 173 + 167 = 472 (100%)
R 132 of 472 ~ 27.97%
G 173 of 472 ~ 36.65%
B 167 of 472 ~ 35.38%

%27.97
%36.65
%35.38

CMYK color model

#84ADA7 color CMYK value is (24,0,3,32).

  • cyan value is 23.70%
  • magenta value is 0.00%
  • yellow value is 3.47%
  • key color value is 32.16%
CMYK:
(24,0,3,32)
C24M0Y3K32 
(24%,0%,3%,32%)
(0.24/0.00/0.03/0.32)	

CMYK percentages

%23.7
%0
%3.47
%32.16

Codes

Color #84ADA7 in popluar color models

84ADA7
RGB132173167
HSL171°20.00%59.80%
HSB/HSV171°23.70%67.84%
CMYK23.70%0.00%3.47%
32.16%

Color #84ADA7 in popluar number systems.

HEX84ADA7
Decimal132173167
Binary100001001010110110100111
Octal204255247

Shades and tints

Shades of #84ADA7

#84ADA7
(132,173,167)
#789E98
(120,158,152)
#6C8F89
(108,143,137)
#60807A
(96,128,122)
#54716B
(84,113,107)
#48625C
(72,98,92)
#3C534D
(60,83,77)
#30443E
(48,68,62)
#24352F
(36,53,47)
#182620
(24,38,32)
#0C1711
(12,23,17)
#000000
(0,0,0)

Tints of #84ADA7

#84ADA7
(132,173,167)
#8FB4AF
(143,180,175)
#9ABBB7
(154,187,183)
#A5C2BF
(165,194,191)
#B0C9C7
(176,201,199)
#BBD0CF
(187,208,207)
#C6D7D7
(198,215,215)
#D1DEDF
(209,222,223)
#DCE5E7
(220,229,231)
#E7ECEF
(231,236,239)
#F2F3F7
(242,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84ADA7; }

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

This text font color is #84ADA7.


Background Color

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

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

This div background color is #84ADA7.


Border color

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

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

This div border color is #84ADA7.


Opacity

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

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

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

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

This text has shadow with #84ADA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84ADA7 on black background.


Color preview on white background

This text has color #84ADA7 on white background.



Black color preview on #84ADA7 background

This text has black color on #84ADA7 background.


White color preview on #84ADA7 background

This text has white color on #84ADA7 background.