COLOR #84E4C4

HEX: #84E4C4
RGB: (132,228,196)

Color info

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

RGB color model

#84E4C4 color RGB value is (132,228,196).

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

RGB channels and saturation

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

132
228
196

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

Portions of RGB colors in percentages

R + G + B =
132 + 228 + 196 = 556 (100%)
R 132 of 556 ~ 23.74%
G 228 of 556 ~ 41.01%
B 196 of 556 ~ 35.25%

%23.74
%41.01
%35.25

CMYK color model

#84E4C4 color CMYK value is (42,0,14,11).

  • cyan value is 42.11%
  • magenta value is 0.00%
  • yellow value is 14.04%
  • key color value is 10.59%
CMYK:
(42,0,14,11)
C42M0Y14K11 
(42%,0%,14%,11%)
(0.42/0.00/0.14/0.11)	

CMYK percentages

%42.11
%0
%14.04
%10.59

Codes

Color #84E4C4 in popluar color models

84E4C4
RGB132228196
HSL160°64.00%70.59%
HSB/HSV160°42.11%89.41%
CMYK42.11%0.00%14.04%
10.59%

Color #84E4C4 in popluar number systems.

HEX84E4C4
Decimal132228196
Binary100001001110010011000100
Octal204344304

Shades and tints

Shades of #84E4C4

#84E4C4
(132,228,196)
#78D0B3
(120,208,179)
#6CBCA2
(108,188,162)
#60A891
(96,168,145)
#549480
(84,148,128)
#48806F
(72,128,111)
#3C6C5E
(60,108,94)
#30584D
(48,88,77)
#24443C
(36,68,60)
#18302B
(24,48,43)
#0C1C1A
(12,28,26)
#000000
(0,0,0)

Tints of #84E4C4

#84E4C4
(132,228,196)
#8FE6C9
(143,230,201)
#9AE8CE
(154,232,206)
#A5EAD3
(165,234,211)
#B0ECD8
(176,236,216)
#BBEEDD
(187,238,221)
#C6F0E2
(198,240,226)
#D1F2E7
(209,242,231)
#DCF4EC
(220,244,236)
#E7F6F1
(231,246,241)
#F2F8F6
(242,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84E4C4; }

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

This text font color is #84E4C4.


Background Color

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

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

This div background color is #84E4C4.


Border color

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

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

This div border color is #84E4C4.


Opacity

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

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

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

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

This text has shadow with #84E4C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84E4C4 on black background.


Color preview on white background

This text has color #84E4C4 on white background.



Black color preview on #84E4C4 background

This text has black color on #84E4C4 background.


White color preview on #84E4C4 background

This text has white color on #84E4C4 background.