COLOR #84C6AB

HEX: #84C6AB
RGB: (132,198,171)

Color info

#84C6AB contains mainly green and blue colors. Web safe color of #84C6AB is #99CC99 (or #9C9).

RGB color model

#84C6AB color RGB value is (132,198,171).

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

RGB channels and saturation

R 132 of 255 = 52%
G 198 of 255 = 78%
B 171 of 255 = 67%

132
198
171

R + G + B ~ 66%. #84C6AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 198 + 171 = 501 (100%)
R 132 of 501 ~ 26.35%
G 198 of 501 ~ 39.52%
B 171 of 501 ~ 34.13%

%26.35
%39.52
%34.13

CMYK color model

#84C6AB color CMYK value is (33,0,14,22).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • key color value is 22.35%
CMYK:
(33,0,14,22)
C33M0Y14K22 
(33%,0%,14%,22%)
(0.33/0.00/0.14/0.22)	

CMYK percentages

%33.33
%0
%13.64
%22.35

Codes

Color #84C6AB in popluar color models

84C6AB
RGB132198171
HSL155°36.67%64.71%
HSB/HSV155°33.33%77.65%
CMYK33.33%0.00%13.64%
22.35%

Color #84C6AB in popluar number systems.

HEX84C6AB
Decimal132198171
Binary100001001100011010101011
Octal204306253

Shades and tints

Shades of #84C6AB

#84C6AB
(132,198,171)
#78B49C
(120,180,156)
#6CA28D
(108,162,141)
#60907E
(96,144,126)
#547E6F
(84,126,111)
#486C60
(72,108,96)
#3C5A51
(60,90,81)
#304842
(48,72,66)
#243633
(36,54,51)
#182424
(24,36,36)
#0C1215
(12,18,21)
#000000
(0,0,0)

Tints of #84C6AB

#84C6AB
(132,198,171)
#8FCBB2
(143,203,178)
#9AD0B9
(154,208,185)
#A5D5C0
(165,213,192)
#B0DAC7
(176,218,199)
#BBDFCE
(187,223,206)
#C6E4D5
(198,228,213)
#D1E9DC
(209,233,220)
#DCEEE3
(220,238,227)
#E7F3EA
(231,243,234)
#F2F8F1
(242,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84C6AB; }

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

This text font color is #84C6AB.


Background Color

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

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

This div background color is #84C6AB.


Border color

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

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

This div border color is #84C6AB.


Opacity

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

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

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

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

This text has shadow with #84C6AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84C6AB on black background.


Color preview on white background

This text has color #84C6AB on white background.



Black color preview on #84C6AB background

This text has black color on #84C6AB background.


White color preview on #84C6AB background

This text has white color on #84C6AB background.