COLOR #84E4BF

HEX: #84E4BF
RGB: (132,228,191)

Color info

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

RGB color model

#84E4BF color RGB value is (132,228,191).

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

RGB channels and saturation

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

132
228
191

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

Portions of RGB colors in percentages

R + G + B =
132 + 228 + 191 = 551 (100%)
R 132 of 551 ~ 23.96%
G 228 of 551 ~ 41.38%
B 191 of 551 ~ 34.66%

%23.96
%41.38
%34.66

CMYK color model

#84E4BF color CMYK value is (42,0,16,11).

  • cyan value is 42.11%
  • magenta value is 0.00%
  • yellow value is 16.23%
  • key color value is 10.59%
CMYK:
(42,0,16,11)
C42M0Y16K11 
(42%,0%,16%,11%)
(0.42/0.00/0.16/0.11)	

CMYK percentages

%42.11
%0
%16.23
%10.59

Codes

Color #84E4BF in popluar color models

84E4BF
RGB132228191
HSL157°64.00%70.59%
HSB/HSV157°42.11%89.41%
CMYK42.11%0.00%16.23%
10.59%

Color #84E4BF in popluar number systems.

HEX84E4BF
Decimal132228191
Binary100001001110010010111111
Octal204344277

Shades and tints

Shades of #84E4BF

#84E4BF
(132,228,191)
#78D0AE
(120,208,174)
#6CBC9D
(108,188,157)
#60A88C
(96,168,140)
#54947B
(84,148,123)
#48806A
(72,128,106)
#3C6C59
(60,108,89)
#305848
(48,88,72)
#244437
(36,68,55)
#183026
(24,48,38)
#0C1C15
(12,28,21)
#000000
(0,0,0)

Tints of #84E4BF

#84E4BF
(132,228,191)
#8FE6C4
(143,230,196)
#9AE8C9
(154,232,201)
#A5EACE
(165,234,206)
#B0ECD3
(176,236,211)
#BBEED8
(187,238,216)
#C6F0DD
(198,240,221)
#D1F2E2
(209,242,226)
#DCF4E7
(220,244,231)
#E7F6EC
(231,246,236)
#F2F8F1
(242,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84E4BF; }

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

This text font color is #84E4BF.


Background Color

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

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

This div background color is #84E4BF.


Border color

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

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

This div border color is #84E4BF.


Opacity

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

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

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

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

This text has shadow with #84E4BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84E4BF on black background.


Color preview on white background

This text has color #84E4BF on white background.



Black color preview on #84E4BF background

This text has black color on #84E4BF background.


White color preview on #84E4BF background

This text has white color on #84E4BF background.