COLOR #84C8B6

HEX: #84C8B6
RGB: (132,200,182)

Color info

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

RGB color model

#84C8B6 color RGB value is (132,200,182).

  • red value is 132;
  • green value is 200;
  • blue value is 182.
RGB:
(132,200,182)
(52%,78%,71%)

RGB channels and saturation

R 132 of 255 = 52%
G 200 of 255 = 78%
B 182 of 255 = 71%

132
200
182

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

Portions of RGB colors in percentages

R + G + B =
132 + 200 + 182 = 514 (100%)
R 132 of 514 ~ 25.68%
G 200 of 514 ~ 38.91%
B 182 of 514 ~ 35.41%

%25.68
%38.91
%35.41

CMYK color model

#84C8B6 color CMYK value is (34,0,9,22).

  • cyan value is 34.00%
  • magenta value is 0.00%
  • yellow value is 9.00%
  • key color value is 21.57%
CMYK:
(34,0,9,22)
C34M0Y9K22 
(34%,0%,9%,22%)
(0.34/0.00/0.09/0.22)	

CMYK percentages

%34
%0
%9
%21.57

Codes

Color #84C8B6 in popluar color models

84C8B6
RGB132200182
HSL164°38.20%65.10%
HSB/HSV164°34.00%78.43%
CMYK34.00%0.00%9.00%
21.57%

Color #84C8B6 in popluar number systems.

HEX84C8B6
Decimal132200182
Binary100001001100100010110110
Octal204310266

Shades and tints

Shades of #84C8B6

#84C8B6
(132,200,182)
#78B6A6
(120,182,166)
#6CA496
(108,164,150)
#609286
(96,146,134)
#548076
(84,128,118)
#486E66
(72,110,102)
#3C5C56
(60,92,86)
#304A46
(48,74,70)
#243836
(36,56,54)
#182626
(24,38,38)
#0C1416
(12,20,22)
#000000
(0,0,0)

Tints of #84C8B6

#84C8B6
(132,200,182)
#8FCDBC
(143,205,188)
#9AD2C2
(154,210,194)
#A5D7C8
(165,215,200)
#B0DCCE
(176,220,206)
#BBE1D4
(187,225,212)
#C6E6DA
(198,230,218)
#D1EBE0
(209,235,224)
#DCF0E6
(220,240,230)
#E7F5EC
(231,245,236)
#F2FAF2
(242,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84C8B6 color. Also use rgb(132,200,182) instead hex code.

Text Font Color

.myTextColor { color: #84C8B6; }

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

This text font color is #84C8B6.


Background Color

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

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

This div background color is #84C8B6.


Border color

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

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

This div border color is #84C8B6.


Opacity

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

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

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

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

This text has shadow with #84C8B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84C8B6 on black background.


Color preview on white background

This text has color #84C8B6 on white background.



Black color preview on #84C8B6 background

This text has black color on #84C8B6 background.


White color preview on #84C8B6 background

This text has white color on #84C8B6 background.