COLOR #84F4EF

HEX: #84F4EF
RGB: (132,244,239)

Color info

#84F4EF contains mainly green and blue colors. Web safe color of #84F4EF is #99FFFF (or #9FF).

RGB color model

#84F4EF color RGB value is (132,244,239).

  • red value is 132;
  • green value is 244;
  • blue value is 239.
RGB:
(132,244,239)
(52%,96%,94%)

RGB channels and saturation

R 132 of 255 = 52%
G 244 of 255 = 96%
B 239 of 255 = 94%

132
244
239

R + G + B ~ 81%. #84F4EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 244 + 239 = 615 (100%)
R 132 of 615 ~ 21.46%
G 244 of 615 ~ 39.67%
B 239 of 615 ~ 38.86%

%21.46
%39.67
%38.86

CMYK color model

#84F4EF color CMYK value is (46,0,2,4).

  • cyan value is 45.90%
  • magenta value is 0.00%
  • yellow value is 2.05%
  • key color value is 4.31%
CMYK:
(46,0,2,4)
C46M0Y2K4 
(46%,0%,2%,4%)
(0.46/0.00/0.02/0.04)	

CMYK percentages

%45.9
%0
%2.05
%4.31

Codes

Color #84F4EF in popluar color models

84F4EF
RGB132244239
HSL177°83.58%73.73%
HSB/HSV177°45.90%95.69%
CMYK45.90%0.00%2.05%
4.31%

Color #84F4EF in popluar number systems.

HEX84F4EF
Decimal132244239
Binary100001001111010011101111
Octal204364357

Shades and tints

Shades of #84F4EF

#84F4EF
(132,244,239)
#78DEDA
(120,222,218)
#6CC8C5
(108,200,197)
#60B2B0
(96,178,176)
#549C9B
(84,156,155)
#488686
(72,134,134)
#3C7071
(60,112,113)
#305A5C
(48,90,92)
#244447
(36,68,71)
#182E32
(24,46,50)
#0C181D
(12,24,29)
#000000
(0,0,0)

Tints of #84F4EF

#84F4EF
(132,244,239)
#8FF5F0
(143,245,240)
#9AF6F1
(154,246,241)
#A5F7F2
(165,247,242)
#B0F8F3
(176,248,243)
#BBF9F4
(187,249,244)
#C6FAF5
(198,250,245)
#D1FBF6
(209,251,246)
#DCFCF7
(220,252,247)
#E7FDF8
(231,253,248)
#F2FEF9
(242,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84F4EF color. Also use rgb(132,244,239) instead hex code.

Text Font Color

.myTextColor { color: #84F4EF; }

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

This text font color is #84F4EF.


Background Color

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

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

This div background color is #84F4EF.


Border color

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

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

This div border color is #84F4EF.


Opacity

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

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

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

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

This text has shadow with #84F4EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84F4EF on black background.


Color preview on white background

This text has color #84F4EF on white background.



Black color preview on #84F4EF background

This text has black color on #84F4EF background.


White color preview on #84F4EF background

This text has white color on #84F4EF background.