COLOR #84B0A8

HEX: #84B0A8
RGB: (132,176,168)

Color info

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

RGB color model

#84B0A8 color RGB value is (132,176,168).

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

RGB channels and saturation

R 132 of 255 = 52%
G 176 of 255 = 69%
B 168 of 255 = 66%

132
176
168

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

Portions of RGB colors in percentages

R + G + B =
132 + 176 + 168 = 476 (100%)
R 132 of 476 ~ 27.73%
G 176 of 476 ~ 36.97%
B 168 of 476 ~ 35.29%

%27.73
%36.97
%35.29

CMYK color model

#84B0A8 color CMYK value is (25,0,5,31).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 30.98%
CMYK:
(25,0,5,31)
C25M0Y5K31 
(25%,0%,5%,31%)
(0.25/0.00/0.05/0.31)	

CMYK percentages

%25
%0
%4.55
%30.98

Codes

Color #84B0A8 in popluar color models

84B0A8
RGB132176168
HSL169°21.78%60.39%
HSB/HSV169°25.00%69.02%
CMYK25.00%0.00%4.55%
30.98%

Color #84B0A8 in popluar number systems.

HEX84B0A8
Decimal132176168
Binary100001001011000010101000
Octal204260250

Shades and tints

Shades of #84B0A8

#84B0A8
(132,176,168)
#78A099
(120,160,153)
#6C908A
(108,144,138)
#60807B
(96,128,123)
#54706C
(84,112,108)
#48605D
(72,96,93)
#3C504E
(60,80,78)
#30403F
(48,64,63)
#243030
(36,48,48)
#182021
(24,32,33)
#0C1012
(12,16,18)
#000000
(0,0,0)

Tints of #84B0A8

#84B0A8
(132,176,168)
#8FB7AF
(143,183,175)
#9ABEB6
(154,190,182)
#A5C5BD
(165,197,189)
#B0CCC4
(176,204,196)
#BBD3CB
(187,211,203)
#C6DAD2
(198,218,210)
#D1E1D9
(209,225,217)
#DCE8E0
(220,232,224)
#E7EFE7
(231,239,231)
#F2F6EE
(242,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84B0A8; }

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

This text font color is #84B0A8.


Background Color

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

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

This div background color is #84B0A8.


Border color

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

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

This div border color is #84B0A8.


Opacity

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

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

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

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

This text has shadow with #84B0A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84B0A8 on black background.


Color preview on white background

This text has color #84B0A8 on white background.



Black color preview on #84B0A8 background

This text has black color on #84B0A8 background.


White color preview on #84B0A8 background

This text has white color on #84B0A8 background.