COLOR #84E2C4

HEX: #84E2C4
RGB: (132,226,196)

Color info

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

RGB color model

#84E2C4 color RGB value is (132,226,196).

  • red value is 132;
  • green value is 226;
  • blue value is 196.
RGB:
(132,226,196)
(52%,89%,77%)

RGB channels and saturation

R 132 of 255 = 52%
G 226 of 255 = 89%
B 196 of 255 = 77%

132
226
196

R + G + B ~ 73%. #84E2C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 226 + 196 = 554 (100%)
R 132 of 554 ~ 23.83%
G 226 of 554 ~ 40.79%
B 196 of 554 ~ 35.38%

%23.83
%40.79
%35.38

CMYK color model

#84E2C4 color CMYK value is (42,0,13,11).

  • cyan value is 41.59%
  • magenta value is 0.00%
  • yellow value is 13.27%
  • key color value is 11.37%
CMYK:
(42,0,13,11)
C42M0Y13K11 
(42%,0%,13%,11%)
(0.42/0.00/0.13/0.11)	

CMYK percentages

%41.59
%0
%13.27
%11.37

Codes

Color #84E2C4 in popluar color models

84E2C4
RGB132226196
HSL161°61.84%70.20%
HSB/HSV161°41.59%88.63%
CMYK41.59%0.00%13.27%
11.37%

Color #84E2C4 in popluar number systems.

HEX84E2C4
Decimal132226196
Binary100001001110001011000100
Octal204342304

Shades and tints

Shades of #84E2C4

#84E2C4
(132,226,196)
#78CEB3
(120,206,179)
#6CBAA2
(108,186,162)
#60A691
(96,166,145)
#549280
(84,146,128)
#487E6F
(72,126,111)
#3C6A5E
(60,106,94)
#30564D
(48,86,77)
#24423C
(36,66,60)
#182E2B
(24,46,43)
#0C1A1A
(12,26,26)
#000000
(0,0,0)

Tints of #84E2C4

#84E2C4
(132,226,196)
#8FE4C9
(143,228,201)
#9AE6CE
(154,230,206)
#A5E8D3
(165,232,211)
#B0EAD8
(176,234,216)
#BBECDD
(187,236,221)
#C6EEE2
(198,238,226)
#D1F0E7
(209,240,231)
#DCF2EC
(220,242,236)
#E7F4F1
(231,244,241)
#F2F6F6
(242,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84E2C4 color. Also use rgb(132,226,196) instead hex code.

Text Font Color

.myTextColor { color: #84E2C4; }

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

This text font color is #84E2C4.


Background Color

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

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

This div background color is #84E2C4.


Border color

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

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

This div border color is #84E2C4.


Opacity

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

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

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

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

This text has shadow with #84E2C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84E2C4 on black background.


Color preview on white background

This text has color #84E2C4 on white background.



Black color preview on #84E2C4 background

This text has black color on #84E2C4 background.


White color preview on #84E2C4 background

This text has white color on #84E2C4 background.