COLOR #84F0E4

HEX: #84F0E4
RGB: (132,240,228)

Color info

#84F0E4 contains mainly green and blue colors. Web safe color of #84F0E4 is #99FFCC (or #9FC).

RGB color model

#84F0E4 color RGB value is (132,240,228).

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

RGB channels and saturation

R 132 of 255 = 52%
G 240 of 255 = 94%
B 228 of 255 = 89%

132
240
228

R + G + B ~ 78%. #84F0E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 240 + 228 = 600 (100%)
R 132 of 600 ~ 22%
G 240 of 600 ~ 40%
B 228 of 600 ~ 38%

%22
%40
%38

CMYK color model

#84F0E4 color CMYK value is (45,0,5,6).

  • cyan value is 45.00%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 5.88%
CMYK:
(45,0,5,6)
C45M0Y5K6 
(45%,0%,5%,6%)
(0.45/0.00/0.05/0.06)	

CMYK percentages

%45
%0
%5
%5.88

Codes

Color #84F0E4 in popluar color models

84F0E4
RGB132240228
HSL173°78.26%72.94%
HSB/HSV173°45.00%94.12%
CMYK45.00%0.00%5.00%
5.88%

Color #84F0E4 in popluar number systems.

HEX84F0E4
Decimal132240228
Binary100001001111000011100100
Octal204360344

Shades and tints

Shades of #84F0E4

#84F0E4
(132,240,228)
#78DBD0
(120,219,208)
#6CC6BC
(108,198,188)
#60B1A8
(96,177,168)
#549C94
(84,156,148)
#488780
(72,135,128)
#3C726C
(60,114,108)
#305D58
(48,93,88)
#244844
(36,72,68)
#183330
(24,51,48)
#0C1E1C
(12,30,28)
#000000
(0,0,0)

Tints of #84F0E4

#84F0E4
(132,240,228)
#8FF1E6
(143,241,230)
#9AF2E8
(154,242,232)
#A5F3EA
(165,243,234)
#B0F4EC
(176,244,236)
#BBF5EE
(187,245,238)
#C6F6F0
(198,246,240)
#D1F7F2
(209,247,242)
#DCF8F4
(220,248,244)
#E7F9F6
(231,249,246)
#F2FAF8
(242,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84F0E4; }

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

This text font color is #84F0E4.


Background Color

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

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

This div background color is #84F0E4.


Border color

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

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

This div border color is #84F0E4.


Opacity

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

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

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

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

This text has shadow with #84F0E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84F0E4 on black background.


Color preview on white background

This text has color #84F0E4 on white background.



Black color preview on #84F0E4 background

This text has black color on #84F0E4 background.


White color preview on #84F0E4 background

This text has white color on #84F0E4 background.