COLOR #84E2E8

HEX: #84E2E8
RGB: (132,226,232)

Color info

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

RGB color model

#84E2E8 color RGB value is (132,226,232).

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

RGB channels and saturation

R 132 of 255 = 52%
G 226 of 255 = 89%
B 232 of 255 = 91%

132
226
232

R + G + B ~ 77%. #84E2E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 226 + 232 = 590 (100%)
R 132 of 590 ~ 22.37%
G 226 of 590 ~ 38.31%
B 232 of 590 ~ 39.32%

%22.37
%38.31
%39.32

CMYK color model

#84E2E8 color CMYK value is (43,3,0,9).

  • cyan value is 43.10%
  • magenta value is 2.59%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(43,3,0,9)
C43M3Y0K9 
(43%,3%,0%,9%)
(0.43/0.03/0.00/0.09)	

CMYK percentages

%43.1
%2.59
%0
%9.02

Codes

Color #84E2E8 in popluar color models

84E2E8
RGB132226232
HSL184°68.49%71.37%
HSB/HSV184°43.10%90.98%
CMYK43.10%2.59%0.00%
9.02%

Color #84E2E8 in popluar number systems.

HEX84E2E8
Decimal132226232
Binary100001001110001011101000
Octal204342350

Shades and tints

Shades of #84E2E8

#84E2E8
(132,226,232)
#78CED3
(120,206,211)
#6CBABE
(108,186,190)
#60A6A9
(96,166,169)
#549294
(84,146,148)
#487E7F
(72,126,127)
#3C6A6A
(60,106,106)
#305655
(48,86,85)
#244240
(36,66,64)
#182E2B
(24,46,43)
#0C1A16
(12,26,22)
#000000
(0,0,0)

Tints of #84E2E8

#84E2E8
(132,226,232)
#8FE4EA
(143,228,234)
#9AE6EC
(154,230,236)
#A5E8EE
(165,232,238)
#B0EAF0
(176,234,240)
#BBECF2
(187,236,242)
#C6EEF4
(198,238,244)
#D1F0F6
(209,240,246)
#DCF2F8
(220,242,248)
#E7F4FA
(231,244,250)
#F2F6FC
(242,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84E2E8; }

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

This text font color is #84E2E8.


Background Color

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

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

This div background color is #84E2E8.


Border color

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

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

This div border color is #84E2E8.


Opacity

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

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

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

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

This text has shadow with #84E2E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84E2E8 on black background.


Color preview on white background

This text has color #84E2E8 on white background.



Black color preview on #84E2E8 background

This text has black color on #84E2E8 background.


White color preview on #84E2E8 background

This text has white color on #84E2E8 background.