COLOR #84EFB4

HEX: #84EFB4
RGB: (132,239,180)

Color info

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

RGB color model

#84EFB4 color RGB value is (132,239,180).

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

RGB channels and saturation

R 132 of 255 = 52%
G 239 of 255 = 94%
B 180 of 255 = 71%

132
239
180

R + G + B ~ 72%. #84EFB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 239 + 180 = 551 (100%)
R 132 of 551 ~ 23.96%
G 239 of 551 ~ 43.38%
B 180 of 551 ~ 32.67%

%23.96
%43.38
%32.67

CMYK color model

#84EFB4 color CMYK value is (45,0,25,6).

  • cyan value is 44.77%
  • magenta value is 0.00%
  • yellow value is 24.69%
  • key color value is 6.27%
CMYK:
(45,0,25,6)
C45M0Y25K6 
(45%,0%,25%,6%)
(0.45/0.00/0.25/0.06)	

CMYK percentages

%44.77
%0
%24.69
%6.27

Codes

Color #84EFB4 in popluar color models

84EFB4
RGB132239180
HSL147°76.98%72.75%
HSB/HSV147°44.77%93.73%
CMYK44.77%0.00%24.69%
6.27%

Color #84EFB4 in popluar number systems.

HEX84EFB4
Decimal132239180
Binary100001001110111110110100
Octal204357264

Shades and tints

Shades of #84EFB4

#84EFB4
(132,239,180)
#78DAA4
(120,218,164)
#6CC594
(108,197,148)
#60B084
(96,176,132)
#549B74
(84,155,116)
#488664
(72,134,100)
#3C7154
(60,113,84)
#305C44
(48,92,68)
#244734
(36,71,52)
#183224
(24,50,36)
#0C1D14
(12,29,20)
#000000
(0,0,0)

Tints of #84EFB4

#84EFB4
(132,239,180)
#8FF0BA
(143,240,186)
#9AF1C0
(154,241,192)
#A5F2C6
(165,242,198)
#B0F3CC
(176,243,204)
#BBF4D2
(187,244,210)
#C6F5D8
(198,245,216)
#D1F6DE
(209,246,222)
#DCF7E4
(220,247,228)
#E7F8EA
(231,248,234)
#F2F9F0
(242,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84EFB4; }

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

This text font color is #84EFB4.


Background Color

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

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

This div background color is #84EFB4.


Border color

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

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

This div border color is #84EFB4.


Opacity

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

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

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

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

This text has shadow with #84EFB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84EFB4 on black background.


Color preview on white background

This text has color #84EFB4 on white background.



Black color preview on #84EFB4 background

This text has black color on #84EFB4 background.


White color preview on #84EFB4 background

This text has white color on #84EFB4 background.