COLOR #84B0AB

HEX: #84B0AB
RGB: (132,176,171)

Color info

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

RGB color model

#84B0AB color RGB value is (132,176,171).

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

RGB channels and saturation

R 132 of 255 = 52%
G 176 of 255 = 69%
B 171 of 255 = 67%

132
176
171

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

Portions of RGB colors in percentages

R + G + B =
132 + 176 + 171 = 479 (100%)
R 132 of 479 ~ 27.56%
G 176 of 479 ~ 36.74%
B 171 of 479 ~ 35.7%

%27.56
%36.74
%35.7

CMYK color model

#84B0AB color CMYK value is (25,0,3,31).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 2.84%
  • key color value is 30.98%
CMYK:
(25,0,3,31)
C25M0Y3K31 
(25%,0%,3%,31%)
(0.25/0.00/0.03/0.31)	

CMYK percentages

%25
%0
%2.84
%30.98

Codes

Color #84B0AB in popluar color models

84B0AB
RGB132176171
HSL173°21.78%60.39%
HSB/HSV173°25.00%69.02%
CMYK25.00%0.00%2.84%
30.98%

Color #84B0AB in popluar number systems.

HEX84B0AB
Decimal132176171
Binary100001001011000010101011
Octal204260253

Shades and tints

Shades of #84B0AB

#84B0AB
(132,176,171)
#78A09C
(120,160,156)
#6C908D
(108,144,141)
#60807E
(96,128,126)
#54706F
(84,112,111)
#486060
(72,96,96)
#3C5051
(60,80,81)
#304042
(48,64,66)
#243033
(36,48,51)
#182024
(24,32,36)
#0C1015
(12,16,21)
#000000
(0,0,0)

Tints of #84B0AB

#84B0AB
(132,176,171)
#8FB7B2
(143,183,178)
#9ABEB9
(154,190,185)
#A5C5C0
(165,197,192)
#B0CCC7
(176,204,199)
#BBD3CE
(187,211,206)
#C6DAD5
(198,218,213)
#D1E1DC
(209,225,220)
#DCE8E3
(220,232,227)
#E7EFEA
(231,239,234)
#F2F6F1
(242,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84B0AB; }

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

This text font color is #84B0AB.


Background Color

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

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

This div background color is #84B0AB.


Border color

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

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

This div border color is #84B0AB.


Opacity

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

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

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

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

This text has shadow with #84B0AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84B0AB on black background.


Color preview on white background

This text has color #84B0AB on white background.



Black color preview on #84B0AB background

This text has black color on #84B0AB background.


White color preview on #84B0AB background

This text has white color on #84B0AB background.