COLOR #84E7E2

HEX: #84E7E2
RGB: (132,231,226)

Color info

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

RGB color model

#84E7E2 color RGB value is (132,231,226).

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

RGB channels and saturation

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

132
231
226

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

Portions of RGB colors in percentages

R + G + B =
132 + 231 + 226 = 589 (100%)
R 132 of 589 ~ 22.41%
G 231 of 589 ~ 39.22%
B 226 of 589 ~ 38.37%

%22.41
%39.22
%38.37

CMYK color model

#84E7E2 color CMYK value is (43,0,2,9).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 2.16%
  • key color value is 9.41%
CMYK:
(43,0,2,9)
C43M0Y2K9 
(43%,0%,2%,9%)
(0.43/0.00/0.02/0.09)	

CMYK percentages

%42.86
%0
%2.16
%9.41

Codes

Color #84E7E2 in popluar color models

84E7E2
RGB132231226
HSL177°67.35%71.18%
HSB/HSV177°42.86%90.59%
CMYK42.86%0.00%2.16%
9.41%

Color #84E7E2 in popluar number systems.

HEX84E7E2
Decimal132231226
Binary100001001110011111100010
Octal204347342

Shades and tints

Shades of #84E7E2

#84E7E2
(132,231,226)
#78D2CE
(120,210,206)
#6CBDBA
(108,189,186)
#60A8A6
(96,168,166)
#549392
(84,147,146)
#487E7E
(72,126,126)
#3C696A
(60,105,106)
#305456
(48,84,86)
#243F42
(36,63,66)
#182A2E
(24,42,46)
#0C151A
(12,21,26)
#000000
(0,0,0)

Tints of #84E7E2

#84E7E2
(132,231,226)
#8FE9E4
(143,233,228)
#9AEBE6
(154,235,230)
#A5EDE8
(165,237,232)
#B0EFEA
(176,239,234)
#BBF1EC
(187,241,236)
#C6F3EE
(198,243,238)
#D1F5F0
(209,245,240)
#DCF7F2
(220,247,242)
#E7F9F4
(231,249,244)
#F2FBF6
(242,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84E7E2; }

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

This text font color is #84E7E2.


Background Color

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

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

This div background color is #84E7E2.


Border color

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

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

This div border color is #84E7E2.


Opacity

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

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

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

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

This text has shadow with #84E7E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84E7E2 on black background.


Color preview on white background

This text has color #84E7E2 on white background.



Black color preview on #84E7E2 background

This text has black color on #84E7E2 background.


White color preview on #84E7E2 background

This text has white color on #84E7E2 background.