COLOR #84F3E3

HEX: #84F3E3
RGB: (132,243,227)

Color info

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

RGB color model

#84F3E3 color RGB value is (132,243,227).

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

RGB channels and saturation

R 132 of 255 = 52%
G 243 of 255 = 95%
B 227 of 255 = 89%

132
243
227

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

Portions of RGB colors in percentages

R + G + B =
132 + 243 + 227 = 602 (100%)
R 132 of 602 ~ 21.93%
G 243 of 602 ~ 40.37%
B 227 of 602 ~ 37.71%

%21.93
%40.37
%37.71

CMYK color model

#84F3E3 color CMYK value is (46,0,7,5).

  • cyan value is 45.68%
  • magenta value is 0.00%
  • yellow value is 6.58%
  • key color value is 4.71%
CMYK:
(46,0,7,5)
C46M0Y7K5 
(46%,0%,7%,5%)
(0.46/0.00/0.07/0.05)	

CMYK percentages

%45.68
%0
%6.58
%4.71

Codes

Color #84F3E3 in popluar color models

84F3E3
RGB132243227
HSL171°82.22%73.53%
HSB/HSV171°45.68%95.29%
CMYK45.68%0.00%6.58%
4.71%

Color #84F3E3 in popluar number systems.

HEX84F3E3
Decimal132243227
Binary100001001111001111100011
Octal204363343

Shades and tints

Shades of #84F3E3

#84F3E3
(132,243,227)
#78DDCF
(120,221,207)
#6CC7BB
(108,199,187)
#60B1A7
(96,177,167)
#549B93
(84,155,147)
#48857F
(72,133,127)
#3C6F6B
(60,111,107)
#305957
(48,89,87)
#244343
(36,67,67)
#182D2F
(24,45,47)
#0C171B
(12,23,27)
#000000
(0,0,0)

Tints of #84F3E3

#84F3E3
(132,243,227)
#8FF4E5
(143,244,229)
#9AF5E7
(154,245,231)
#A5F6E9
(165,246,233)
#B0F7EB
(176,247,235)
#BBF8ED
(187,248,237)
#C6F9EF
(198,249,239)
#D1FAF1
(209,250,241)
#DCFBF3
(220,251,243)
#E7FCF5
(231,252,245)
#F2FDF7
(242,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84F3E3; }

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

This text font color is #84F3E3.


Background Color

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

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

This div background color is #84F3E3.


Border color

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

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

This div border color is #84F3E3.


Opacity

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

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

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

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

This text has shadow with #84F3E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84F3E3 on black background.


Color preview on white background

This text has color #84F3E3 on white background.



Black color preview on #84F3E3 background

This text has black color on #84F3E3 background.


White color preview on #84F3E3 background

This text has white color on #84F3E3 background.