COLOR #84A7A8

HEX: #84A7A8
RGB: (132,167,168)

Color info

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

RGB color model

#84A7A8 color RGB value is (132,167,168).

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

RGB channels and saturation

R 132 of 255 = 52%
G 167 of 255 = 65%
B 168 of 255 = 66%

132
167
168

R + G + B ~ 61%. #84A7A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 167 + 168 = 467 (100%)
R 132 of 467 ~ 28.27%
G 167 of 467 ~ 35.76%
B 168 of 467 ~ 35.97%

%28.27
%35.76
%35.97

CMYK color model

#84A7A8 color CMYK value is (21,1,0,34).

  • cyan value is 21.43%
  • magenta value is 0.60%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(21,1,0,34)
C21M1Y0K34 
(21%,1%,0%,34%)
(0.21/0.01/0.00/0.34)	

CMYK percentages

%21.43
%0.6
%0
%34.12

Codes

Color #84A7A8 in popluar color models

84A7A8
RGB132167168
HSL182°17.14%58.82%
HSB/HSV182°21.43%65.88%
CMYK21.43%0.60%0.00%
34.12%

Color #84A7A8 in popluar number systems.

HEX84A7A8
Decimal132167168
Binary100001001010011110101000
Octal204247250

Shades and tints

Shades of #84A7A8

#84A7A8
(132,167,168)
#789899
(120,152,153)
#6C898A
(108,137,138)
#607A7B
(96,122,123)
#546B6C
(84,107,108)
#485C5D
(72,92,93)
#3C4D4E
(60,77,78)
#303E3F
(48,62,63)
#242F30
(36,47,48)
#182021
(24,32,33)
#0C1112
(12,17,18)
#000000
(0,0,0)

Tints of #84A7A8

#84A7A8
(132,167,168)
#8FAFAF
(143,175,175)
#9AB7B6
(154,183,182)
#A5BFBD
(165,191,189)
#B0C7C4
(176,199,196)
#BBCFCB
(187,207,203)
#C6D7D2
(198,215,210)
#D1DFD9
(209,223,217)
#DCE7E0
(220,231,224)
#E7EFE7
(231,239,231)
#F2F7EE
(242,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A7A8; }

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

This text font color is #84A7A8.


Background Color

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

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

This div background color is #84A7A8.


Border color

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

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

This div border color is #84A7A8.


Opacity

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

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

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

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

This text has shadow with #84A7A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A7A8 on black background.


Color preview on white background

This text has color #84A7A8 on white background.



Black color preview on #84A7A8 background

This text has black color on #84A7A8 background.


White color preview on #84A7A8 background

This text has white color on #84A7A8 background.