COLOR #84E2BF

HEX: #84E2BF
RGB: (132,226,191)

Color info

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

RGB color model

#84E2BF color RGB value is (132,226,191).

  • red value is 132;
  • green value is 226;
  • blue value is 191.
RGB:
(132,226,191)
(52%,89%,75%)

RGB channels and saturation

R 132 of 255 = 52%
G 226 of 255 = 89%
B 191 of 255 = 75%

132
226
191

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

Portions of RGB colors in percentages

R + G + B =
132 + 226 + 191 = 549 (100%)
R 132 of 549 ~ 24.04%
G 226 of 549 ~ 41.17%
B 191 of 549 ~ 34.79%

%24.04
%41.17
%34.79

CMYK color model

#84E2BF color CMYK value is (42,0,15,11).

  • cyan value is 41.59%
  • magenta value is 0.00%
  • yellow value is 15.49%
  • key color value is 11.37%
CMYK:
(42,0,15,11)
C42M0Y15K11 
(42%,0%,15%,11%)
(0.42/0.00/0.15/0.11)	

CMYK percentages

%41.59
%0
%15.49
%11.37

Codes

Color #84E2BF in popluar color models

84E2BF
RGB132226191
HSL158°61.84%70.20%
HSB/HSV158°41.59%88.63%
CMYK41.59%0.00%15.49%
11.37%

Color #84E2BF in popluar number systems.

HEX84E2BF
Decimal132226191
Binary100001001110001010111111
Octal204342277

Shades and tints

Shades of #84E2BF

#84E2BF
(132,226,191)
#78CEAE
(120,206,174)
#6CBA9D
(108,186,157)
#60A68C
(96,166,140)
#54927B
(84,146,123)
#487E6A
(72,126,106)
#3C6A59
(60,106,89)
#305648
(48,86,72)
#244237
(36,66,55)
#182E26
(24,46,38)
#0C1A15
(12,26,21)
#000000
(0,0,0)

Tints of #84E2BF

#84E2BF
(132,226,191)
#8FE4C4
(143,228,196)
#9AE6C9
(154,230,201)
#A5E8CE
(165,232,206)
#B0EAD3
(176,234,211)
#BBECD8
(187,236,216)
#C6EEDD
(198,238,221)
#D1F0E2
(209,240,226)
#DCF2E7
(220,242,231)
#E7F4EC
(231,244,236)
#F2F6F1
(242,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84E2BF color. Also use rgb(132,226,191) instead hex code.

Text Font Color

.myTextColor { color: #84E2BF; }

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

This text font color is #84E2BF.


Background Color

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

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

This div background color is #84E2BF.


Border color

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

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

This div border color is #84E2BF.


Opacity

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

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

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

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

This text has shadow with #84E2BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84E2BF on black background.


Color preview on white background

This text has color #84E2BF on white background.



Black color preview on #84E2BF background

This text has black color on #84E2BF background.


White color preview on #84E2BF background

This text has white color on #84E2BF background.