COLOR #84E4EB

HEX: #84E4EB
RGB: (132,228,235)

Color info

#84E4EB contains mainly green and blue colors. Web safe color of #84E4EB is #99CCFF (or #9CF).

RGB color model

#84E4EB color RGB value is (132,228,235).

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

RGB channels and saturation

R 132 of 255 = 52%
G 228 of 255 = 89%
B 235 of 255 = 92%

132
228
235

R + G + B ~ 78%. #84E4EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 228 + 235 = 595 (100%)
R 132 of 595 ~ 22.18%
G 228 of 595 ~ 38.32%
B 235 of 595 ~ 39.5%

%22.18
%38.32
%39.5

CMYK color model

#84E4EB color CMYK value is (44,3,0,8).

  • cyan value is 43.83%
  • magenta value is 2.98%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(44,3,0,8)
C44M3Y0K8 
(44%,3%,0%,8%)
(0.44/0.03/0.00/0.08)	

CMYK percentages

%43.83
%2.98
%0
%7.84

Codes

Color #84E4EB in popluar color models

84E4EB
RGB132228235
HSL184°72.03%71.96%
HSB/HSV184°43.83%92.16%
CMYK43.83%2.98%0.00%
7.84%

Color #84E4EB in popluar number systems.

HEX84E4EB
Decimal132228235
Binary100001001110010011101011
Octal204344353

Shades and tints

Shades of #84E4EB

#84E4EB
(132,228,235)
#78D0D6
(120,208,214)
#6CBCC1
(108,188,193)
#60A8AC
(96,168,172)
#549497
(84,148,151)
#488082
(72,128,130)
#3C6C6D
(60,108,109)
#305858
(48,88,88)
#244443
(36,68,67)
#18302E
(24,48,46)
#0C1C19
(12,28,25)
#000000
(0,0,0)

Tints of #84E4EB

#84E4EB
(132,228,235)
#8FE6EC
(143,230,236)
#9AE8ED
(154,232,237)
#A5EAEE
(165,234,238)
#B0ECEF
(176,236,239)
#BBEEF0
(187,238,240)
#C6F0F1
(198,240,241)
#D1F2F2
(209,242,242)
#DCF4F3
(220,244,243)
#E7F6F4
(231,246,244)
#F2F8F5
(242,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84E4EB; }

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

This text font color is #84E4EB.


Background Color

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

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

This div background color is #84E4EB.


Border color

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

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

This div border color is #84E4EB.


Opacity

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

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

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

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

This text has shadow with #84E4EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84E4EB on black background.


Color preview on white background

This text has color #84E4EB on white background.



Black color preview on #84E4EB background

This text has black color on #84E4EB background.


White color preview on #84E4EB background

This text has white color on #84E4EB background.