COLOR #84F5E3

HEX: #84F5E3
RGB: (132,245,227)

Color info

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

RGB color model

#84F5E3 color RGB value is (132,245,227).

  • red value is 132;
  • green value is 245;
  • blue value is 227.
RGB:
(132,245,227)
(52%,96%,89%)

RGB channels and saturation

R 132 of 255 = 52%
G 245 of 255 = 96%
B 227 of 255 = 89%

132
245
227

R + G + B ~ 79%. #84F5E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 245 + 227 = 604 (100%)
R 132 of 604 ~ 21.85%
G 245 of 604 ~ 40.56%
B 227 of 604 ~ 37.58%

%21.85
%40.56
%37.58

CMYK color model

#84F5E3 color CMYK value is (46,0,7,4).

  • cyan value is 46.12%
  • magenta value is 0.00%
  • yellow value is 7.35%
  • key color value is 3.92%
CMYK:
(46,0,7,4)
C46M0Y7K4 
(46%,0%,7%,4%)
(0.46/0.00/0.07/0.04)	

CMYK percentages

%46.12
%0
%7.35
%3.92

Codes

Color #84F5E3 in popluar color models

84F5E3
RGB132245227
HSL170°84.96%73.92%
HSB/HSV170°46.12%96.08%
CMYK46.12%0.00%7.35%
3.92%

Color #84F5E3 in popluar number systems.

HEX84F5E3
Decimal132245227
Binary100001001111010111100011
Octal204365343

Shades and tints

Shades of #84F5E3

#84F5E3
(132,245,227)
#78DFCF
(120,223,207)
#6CC9BB
(108,201,187)
#60B3A7
(96,179,167)
#549D93
(84,157,147)
#48877F
(72,135,127)
#3C716B
(60,113,107)
#305B57
(48,91,87)
#244543
(36,69,67)
#182F2F
(24,47,47)
#0C191B
(12,25,27)
#000000
(0,0,0)

Tints of #84F5E3

#84F5E3
(132,245,227)
#8FF5E5
(143,245,229)
#9AF5E7
(154,245,231)
#A5F5E9
(165,245,233)
#B0F5EB
(176,245,235)
#BBF5ED
(187,245,237)
#C6F5EF
(198,245,239)
#D1F5F1
(209,245,241)
#DCF5F3
(220,245,243)
#E7F5F5
(231,245,245)
#F2F5F7
(242,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84F5E3 color. Also use rgb(132,245,227) instead hex code.

Text Font Color

.myTextColor { color: #84F5E3; }

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

This text font color is #84F5E3.


Background Color

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

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

This div background color is #84F5E3.


Border color

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

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

This div border color is #84F5E3.


Opacity

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

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

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

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

This text has shadow with #84F5E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84F5E3 on black background.


Color preview on white background

This text has color #84F5E3 on white background.



Black color preview on #84F5E3 background

This text has black color on #84F5E3 background.


White color preview on #84F5E3 background

This text has white color on #84F5E3 background.