COLOR #84C6A6

HEX: #84C6A6
RGB: (132,198,166)

Color info

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

RGB color model

#84C6A6 color RGB value is (132,198,166).

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

RGB channels and saturation

R 132 of 255 = 52%
G 198 of 255 = 78%
B 166 of 255 = 65%

132
198
166

R + G + B ~ 65%. #84C6A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 198 + 166 = 496 (100%)
R 132 of 496 ~ 26.61%
G 198 of 496 ~ 39.92%
B 166 of 496 ~ 33.47%

%26.61
%39.92
%33.47

CMYK color model

#84C6A6 color CMYK value is (33,0,16,22).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 16.16%
  • key color value is 22.35%
CMYK:
(33,0,16,22)
C33M0Y16K22 
(33%,0%,16%,22%)
(0.33/0.00/0.16/0.22)	

CMYK percentages

%33.33
%0
%16.16
%22.35

Codes

Color #84C6A6 in popluar color models

84C6A6
RGB132198166
HSL151°36.67%64.71%
HSB/HSV151°33.33%77.65%
CMYK33.33%0.00%16.16%
22.35%

Color #84C6A6 in popluar number systems.

HEX84C6A6
Decimal132198166
Binary100001001100011010100110
Octal204306246

Shades and tints

Shades of #84C6A6

#84C6A6
(132,198,166)
#78B497
(120,180,151)
#6CA288
(108,162,136)
#609079
(96,144,121)
#547E6A
(84,126,106)
#486C5B
(72,108,91)
#3C5A4C
(60,90,76)
#30483D
(48,72,61)
#24362E
(36,54,46)
#18241F
(24,36,31)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #84C6A6

#84C6A6
(132,198,166)
#8FCBAE
(143,203,174)
#9AD0B6
(154,208,182)
#A5D5BE
(165,213,190)
#B0DAC6
(176,218,198)
#BBDFCE
(187,223,206)
#C6E4D6
(198,228,214)
#D1E9DE
(209,233,222)
#DCEEE6
(220,238,230)
#E7F3EE
(231,243,238)
#F2F8F6
(242,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84C6A6; }

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

This text font color is #84C6A6.


Background Color

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

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

This div background color is #84C6A6.


Border color

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

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

This div border color is #84C6A6.


Opacity

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

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

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

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

This text has shadow with #84C6A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84C6A6 on black background.


Color preview on white background

This text has color #84C6A6 on white background.



Black color preview on #84C6A6 background

This text has black color on #84C6A6 background.


White color preview on #84C6A6 background

This text has white color on #84C6A6 background.