COLOR #84C6B8

HEX: #84C6B8
RGB: (132,198,184)

Color info

#84C6B8 contains mainly green and blue colors. Web safe color of #84C6B8 is #99CCCC (or #9CC).

RGB color model

#84C6B8 color RGB value is (132,198,184).

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

RGB channels and saturation

R 132 of 255 = 52%
G 198 of 255 = 78%
B 184 of 255 = 72%

132
198
184

R + G + B ~ 67%. #84C6B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 198 + 184 = 514 (100%)
R 132 of 514 ~ 25.68%
G 198 of 514 ~ 38.52%
B 184 of 514 ~ 35.8%

%25.68
%38.52
%35.8

CMYK color model

#84C6B8 color CMYK value is (33,0,7,22).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 7.07%
  • key color value is 22.35%
CMYK:
(33,0,7,22)
C33M0Y7K22 
(33%,0%,7%,22%)
(0.33/0.00/0.07/0.22)	

CMYK percentages

%33.33
%0
%7.07
%22.35

Codes

Color #84C6B8 in popluar color models

84C6B8
RGB132198184
HSL167°36.67%64.71%
HSB/HSV167°33.33%77.65%
CMYK33.33%0.00%7.07%
22.35%

Color #84C6B8 in popluar number systems.

HEX84C6B8
Decimal132198184
Binary100001001100011010111000
Octal204306270

Shades and tints

Shades of #84C6B8

#84C6B8
(132,198,184)
#78B4A8
(120,180,168)
#6CA298
(108,162,152)
#609088
(96,144,136)
#547E78
(84,126,120)
#486C68
(72,108,104)
#3C5A58
(60,90,88)
#304848
(48,72,72)
#243638
(36,54,56)
#182428
(24,36,40)
#0C1218
(12,18,24)
#000000
(0,0,0)

Tints of #84C6B8

#84C6B8
(132,198,184)
#8FCBBE
(143,203,190)
#9AD0C4
(154,208,196)
#A5D5CA
(165,213,202)
#B0DAD0
(176,218,208)
#BBDFD6
(187,223,214)
#C6E4DC
(198,228,220)
#D1E9E2
(209,233,226)
#DCEEE8
(220,238,232)
#E7F3EE
(231,243,238)
#F2F8F4
(242,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84C6B8; }

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

This text font color is #84C6B8.


Background Color

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

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

This div background color is #84C6B8.


Border color

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

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

This div border color is #84C6B8.


Opacity

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

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

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

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

This text has shadow with #84C6B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84C6B8 on black background.


Color preview on white background

This text has color #84C6B8 on white background.



Black color preview on #84C6B8 background

This text has black color on #84C6B8 background.


White color preview on #84C6B8 background

This text has white color on #84C6B8 background.