COLOR #84F1C8

HEX: #84F1C8
RGB: (132,241,200)

Color info

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

RGB color model

#84F1C8 color RGB value is (132,241,200).

  • red value is 132;
  • green value is 241;
  • blue value is 200.
RGB:
(132,241,200)
(52%,95%,78%)

RGB channels and saturation

R 132 of 255 = 52%
G 241 of 255 = 95%
B 200 of 255 = 78%

132
241
200

R + G + B ~ 75%. #84F1C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 241 + 200 = 573 (100%)
R 132 of 573 ~ 23.04%
G 241 of 573 ~ 42.06%
B 200 of 573 ~ 34.9%

%23.04
%42.06
%34.9

CMYK color model

#84F1C8 color CMYK value is (45,0,17,5).

  • cyan value is 45.23%
  • magenta value is 0.00%
  • yellow value is 17.01%
  • key color value is 5.49%
CMYK:
(45,0,17,5)
C45M0Y17K5 
(45%,0%,17%,5%)
(0.45/0.00/0.17/0.05)	

CMYK percentages

%45.23
%0
%17.01
%5.49

Codes

Color #84F1C8 in popluar color models

84F1C8
RGB132241200
HSL157°79.56%73.14%
HSB/HSV157°45.23%94.51%
CMYK45.23%0.00%17.01%
5.49%

Color #84F1C8 in popluar number systems.

HEX84F1C8
Decimal132241200
Binary100001001111000111001000
Octal204361310

Shades and tints

Shades of #84F1C8

#84F1C8
(132,241,200)
#78DCB6
(120,220,182)
#6CC7A4
(108,199,164)
#60B292
(96,178,146)
#549D80
(84,157,128)
#48886E
(72,136,110)
#3C735C
(60,115,92)
#305E4A
(48,94,74)
#244938
(36,73,56)
#183426
(24,52,38)
#0C1F14
(12,31,20)
#000000
(0,0,0)

Tints of #84F1C8

#84F1C8
(132,241,200)
#8FF2CD
(143,242,205)
#9AF3D2
(154,243,210)
#A5F4D7
(165,244,215)
#B0F5DC
(176,245,220)
#BBF6E1
(187,246,225)
#C6F7E6
(198,247,230)
#D1F8EB
(209,248,235)
#DCF9F0
(220,249,240)
#E7FAF5
(231,250,245)
#F2FBFA
(242,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84F1C8 color. Also use rgb(132,241,200) instead hex code.

Text Font Color

.myTextColor { color: #84F1C8; }

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

This text font color is #84F1C8.


Background Color

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

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

This div background color is #84F1C8.


Border color

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

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

This div border color is #84F1C8.


Opacity

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

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

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

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

This text has shadow with #84F1C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84F1C8 on black background.


Color preview on white background

This text has color #84F1C8 on white background.



Black color preview on #84F1C8 background

This text has black color on #84F1C8 background.


White color preview on #84F1C8 background

This text has white color on #84F1C8 background.