COLOR #84E4BD

HEX: #84E4BD
RGB: (132,228,189)

Color info

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

RGB color model

#84E4BD color RGB value is (132,228,189).

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

RGB channels and saturation

R 132 of 255 = 52%
G 228 of 255 = 89%
B 189 of 255 = 74%

132
228
189

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

Portions of RGB colors in percentages

R + G + B =
132 + 228 + 189 = 549 (100%)
R 132 of 549 ~ 24.04%
G 228 of 549 ~ 41.53%
B 189 of 549 ~ 34.43%

%24.04
%41.53
%34.43

CMYK color model

#84E4BD color CMYK value is (42,0,17,11).

  • cyan value is 42.11%
  • magenta value is 0.00%
  • yellow value is 17.11%
  • key color value is 10.59%
CMYK:
(42,0,17,11)
C42M0Y17K11 
(42%,0%,17%,11%)
(0.42/0.00/0.17/0.11)	

CMYK percentages

%42.11
%0
%17.11
%10.59

Codes

Color #84E4BD in popluar color models

84E4BD
RGB132228189
HSL156°64.00%70.59%
HSB/HSV156°42.11%89.41%
CMYK42.11%0.00%17.11%
10.59%

Color #84E4BD in popluar number systems.

HEX84E4BD
Decimal132228189
Binary100001001110010010111101
Octal204344275

Shades and tints

Shades of #84E4BD

#84E4BD
(132,228,189)
#78D0AC
(120,208,172)
#6CBC9B
(108,188,155)
#60A88A
(96,168,138)
#549479
(84,148,121)
#488068
(72,128,104)
#3C6C57
(60,108,87)
#305846
(48,88,70)
#244435
(36,68,53)
#183024
(24,48,36)
#0C1C13
(12,28,19)
#000000
(0,0,0)

Tints of #84E4BD

#84E4BD
(132,228,189)
#8FE6C3
(143,230,195)
#9AE8C9
(154,232,201)
#A5EACF
(165,234,207)
#B0ECD5
(176,236,213)
#BBEEDB
(187,238,219)
#C6F0E1
(198,240,225)
#D1F2E7
(209,242,231)
#DCF4ED
(220,244,237)
#E7F6F3
(231,246,243)
#F2F8F9
(242,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84E4BD; }

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

This text font color is #84E4BD.


Background Color

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

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

This div background color is #84E4BD.


Border color

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

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

This div border color is #84E4BD.


Opacity

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

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

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

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

This text has shadow with #84E4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84E4BD on black background.


Color preview on white background

This text has color #84E4BD on white background.



Black color preview on #84E4BD background

This text has black color on #84E4BD background.


White color preview on #84E4BD background

This text has white color on #84E4BD background.