COLOR #84EBE4

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

132
235
228

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

Portions of RGB colors in percentages

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

%22.18
%39.5
%38.32

CMYK color model

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

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

CMYK percentages

%43.83
%0
%2.98
%7.84

Codes

Color #84EBE4 in popluar color models

84EBE4
RGB132235228
HSL176°72.03%71.96%
HSB/HSV176°43.83%92.16%
CMYK43.83%0.00%2.98%
7.84%

Color #84EBE4 in popluar number systems.

HEX84EBE4
Decimal132235228
Binary100001001110101111100100
Octal204353344

Shades and tints

Shades of #84EBE4

#84EBE4
(132,235,228)
#78D6D0
(120,214,208)
#6CC1BC
(108,193,188)
#60ACA8
(96,172,168)
#549794
(84,151,148)
#488280
(72,130,128)
#3C6D6C
(60,109,108)
#305858
(48,88,88)
#244344
(36,67,68)
#182E30
(24,46,48)
#0C191C
(12,25,28)
#000000
(0,0,0)

Tints of #84EBE4

#84EBE4
(132,235,228)
#8FECE6
(143,236,230)
#9AEDE8
(154,237,232)
#A5EEEA
(165,238,234)
#B0EFEC
(176,239,236)
#BBF0EE
(187,240,238)
#C6F1F0
(198,241,240)
#D1F2F2
(209,242,242)
#DCF3F4
(220,243,244)
#E7F4F6
(231,244,246)
#F2F5F8
(242,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84EBE4; }

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

This text font color is #84EBE4.


Background Color

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

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

This div background color is #84EBE4.


Border color

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

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

This div border color is #84EBE4.


Opacity

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

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

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

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

This text has shadow with #84EBE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84EBE4 on black background.


Color preview on white background

This text has color #84EBE4 on white background.



Black color preview on #84EBE4 background

This text has black color on #84EBE4 background.


White color preview on #84EBE4 background

This text has white color on #84EBE4 background.