COLOR #84FFC5

HEX: #84FFC5
RGB: (132,255,197)

Color info

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

RGB color model

#84FFC5 color RGB value is (132,255,197).

  • red value is 132;
  • green value is 255;
  • blue value is 197.
RGB:
(132,255,197)
(52%,100%,77%)

RGB channels and saturation

R 132 of 255 = 52%
G 255 of 255 = 100%
B 197 of 255 = 77%

132
255
197

R + G + B ~ 76%. #84FFC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 255 + 197 = 584 (100%)
R 132 of 584 ~ 22.6%
G 255 of 584 ~ 43.66%
B 197 of 584 ~ 33.73%

%22.6
%43.66
%33.73

CMYK color model

#84FFC5 color CMYK value is (48,0,23,0).

  • cyan value is 48.24%
  • magenta value is 0.00%
  • yellow value is 22.75%
  • key color value is 0.00%
CMYK:
(48,0,23,0)
C48M0Y23K0 
(48%,0%,23%,0%)
(0.48/0.00/0.23/0.00)	

CMYK percentages

%48.24
%0
%22.75
%0

Codes

Color #84FFC5 in popluar color models

84FFC5
RGB132255197
HSL152°100.00%75.88%
HSB/HSV152°48.24%100.00%
CMYK48.24%0.00%22.75%
0.00%

Color #84FFC5 in popluar number systems.

HEX84FFC5
Decimal132255197
Binary100001001111111111000101
Octal204377305

Shades and tints

Shades of #84FFC5

#84FFC5
(132,255,197)
#78E8B4
(120,232,180)
#6CD1A3
(108,209,163)
#60BA92
(96,186,146)
#54A381
(84,163,129)
#488C70
(72,140,112)
#3C755F
(60,117,95)
#305E4E
(48,94,78)
#24473D
(36,71,61)
#18302C
(24,48,44)
#0C191B
(12,25,27)
#000000
(0,0,0)

Tints of #84FFC5

#84FFC5
(132,255,197)
#8FFFCA
(143,255,202)
#9AFFCF
(154,255,207)
#A5FFD4
(165,255,212)
#B0FFD9
(176,255,217)
#BBFFDE
(187,255,222)
#C6FFE3
(198,255,227)
#D1FFE8
(209,255,232)
#DCFFED
(220,255,237)
#E7FFF2
(231,255,242)
#F2FFF7
(242,255,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84FFC5 color. Also use rgb(132,255,197) instead hex code.

Text Font Color

.myTextColor { color: #84FFC5; }

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

This text font color is #84FFC5.


Background Color

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

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

This div background color is #84FFC5.


Border color

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

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

This div border color is #84FFC5.


Opacity

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

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

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

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

This text has shadow with #84FFC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84FFC5 on black background.


Color preview on white background

This text has color #84FFC5 on white background.



Black color preview on #84FFC5 background

This text has black color on #84FFC5 background.


White color preview on #84FFC5 background

This text has white color on #84FFC5 background.