COLOR #84D6C2

HEX: #84D6C2
RGB: (132,214,194)

Color info

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

RGB color model

#84D6C2 color RGB value is (132,214,194).

  • red value is 132;
  • green value is 214;
  • blue value is 194.
RGB:
(132,214,194)
(52%,84%,76%)

RGB channels and saturation

R 132 of 255 = 52%
G 214 of 255 = 84%
B 194 of 255 = 76%

132
214
194

R + G + B ~ 71%. #84D6C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 214 + 194 = 540 (100%)
R 132 of 540 ~ 24.44%
G 214 of 540 ~ 39.63%
B 194 of 540 ~ 35.93%

%24.44
%39.63
%35.93

CMYK color model

#84D6C2 color CMYK value is (38,0,9,16).

  • cyan value is 38.32%
  • magenta value is 0.00%
  • yellow value is 9.35%
  • key color value is 16.08%
CMYK:
(38,0,9,16)
C38M0Y9K16 
(38%,0%,9%,16%)
(0.38/0.00/0.09/0.16)	

CMYK percentages

%38.32
%0
%9.35
%16.08

Codes

Color #84D6C2 in popluar color models

84D6C2
RGB132214194
HSL165°50.00%67.84%
HSB/HSV165°38.32%83.92%
CMYK38.32%0.00%9.35%
16.08%

Color #84D6C2 in popluar number systems.

HEX84D6C2
Decimal132214194
Binary100001001101011011000010
Octal204326302

Shades and tints

Shades of #84D6C2

#84D6C2
(132,214,194)
#78C3B1
(120,195,177)
#6CB0A0
(108,176,160)
#609D8F
(96,157,143)
#548A7E
(84,138,126)
#48776D
(72,119,109)
#3C645C
(60,100,92)
#30514B
(48,81,75)
#243E3A
(36,62,58)
#182B29
(24,43,41)
#0C1818
(12,24,24)
#000000
(0,0,0)

Tints of #84D6C2

#84D6C2
(132,214,194)
#8FD9C7
(143,217,199)
#9ADCCC
(154,220,204)
#A5DFD1
(165,223,209)
#B0E2D6
(176,226,214)
#BBE5DB
(187,229,219)
#C6E8E0
(198,232,224)
#D1EBE5
(209,235,229)
#DCEEEA
(220,238,234)
#E7F1EF
(231,241,239)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84D6C2 color. Also use rgb(132,214,194) instead hex code.

Text Font Color

.myTextColor { color: #84D6C2; }

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

This text font color is #84D6C2.


Background Color

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

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

This div background color is #84D6C2.


Border color

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

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

This div border color is #84D6C2.


Opacity

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

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

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

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

This text has shadow with #84D6C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84D6C2 on black background.


Color preview on white background

This text has color #84D6C2 on white background.



Black color preview on #84D6C2 background

This text has black color on #84D6C2 background.


White color preview on #84D6C2 background

This text has white color on #84D6C2 background.