COLOR #84EFB5

HEX: #84EFB5
RGB: (132,239,181)

Color info

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

RGB color model

#84EFB5 color RGB value is (132,239,181).

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

RGB channels and saturation

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

132
239
181

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

Portions of RGB colors in percentages

R + G + B =
132 + 239 + 181 = 552 (100%)
R 132 of 552 ~ 23.91%
G 239 of 552 ~ 43.3%
B 181 of 552 ~ 32.79%

%23.91
%43.3
%32.79

CMYK color model

#84EFB5 color CMYK value is (45,0,24,6).

  • cyan value is 44.77%
  • magenta value is 0.00%
  • yellow value is 24.27%
  • key color value is 6.27%
CMYK:
(45,0,24,6)
C45M0Y24K6 
(45%,0%,24%,6%)
(0.45/0.00/0.24/0.06)	

CMYK percentages

%44.77
%0
%24.27
%6.27

Codes

Color #84EFB5 in popluar color models

84EFB5
RGB132239181
HSL147°76.98%72.75%
HSB/HSV147°44.77%93.73%
CMYK44.77%0.00%24.27%
6.27%

Color #84EFB5 in popluar number systems.

HEX84EFB5
Decimal132239181
Binary100001001110111110110101
Octal204357265

Shades and tints

Shades of #84EFB5

#84EFB5
(132,239,181)
#78DAA5
(120,218,165)
#6CC595
(108,197,149)
#60B085
(96,176,133)
#549B75
(84,155,117)
#488665
(72,134,101)
#3C7155
(60,113,85)
#305C45
(48,92,69)
#244735
(36,71,53)
#183225
(24,50,37)
#0C1D15
(12,29,21)
#000000
(0,0,0)

Tints of #84EFB5

#84EFB5
(132,239,181)
#8FF0BB
(143,240,187)
#9AF1C1
(154,241,193)
#A5F2C7
(165,242,199)
#B0F3CD
(176,243,205)
#BBF4D3
(187,244,211)
#C6F5D9
(198,245,217)
#D1F6DF
(209,246,223)
#DCF7E5
(220,247,229)
#E7F8EB
(231,248,235)
#F2F9F1
(242,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84EFB5; }

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

This text font color is #84EFB5.


Background Color

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

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

This div background color is #84EFB5.


Border color

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

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

This div border color is #84EFB5.


Opacity

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

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

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

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

This text has shadow with #84EFB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84EFB5 on black background.


Color preview on white background

This text has color #84EFB5 on white background.



Black color preview on #84EFB5 background

This text has black color on #84EFB5 background.


White color preview on #84EFB5 background

This text has white color on #84EFB5 background.