COLOR #84FBC6

HEX: #84FBC6
RGB: (132,251,198)

Color info

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

RGB color model

#84FBC6 color RGB value is (132,251,198).

  • red value is 132;
  • green value is 251;
  • blue value is 198.
RGB:
(132,251,198)
(52%,98%,78%)

RGB channels and saturation

R 132 of 255 = 52%
G 251 of 255 = 98%
B 198 of 255 = 78%

132
251
198

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

Portions of RGB colors in percentages

R + G + B =
132 + 251 + 198 = 581 (100%)
R 132 of 581 ~ 22.72%
G 251 of 581 ~ 43.2%
B 198 of 581 ~ 34.08%

%22.72
%43.2
%34.08

CMYK color model

#84FBC6 color CMYK value is (47,0,21,2).

  • cyan value is 47.41%
  • magenta value is 0.00%
  • yellow value is 21.12%
  • key color value is 1.57%
CMYK:
(47,0,21,2)
C47M0Y21K2 
(47%,0%,21%,2%)
(0.47/0.00/0.21/0.02)	

CMYK percentages

%47.41
%0
%21.12
%1.57

Codes

Color #84FBC6 in popluar color models

84FBC6
RGB132251198
HSL153°93.70%75.10%
HSB/HSV153°47.41%98.43%
CMYK47.41%0.00%21.12%
1.57%

Color #84FBC6 in popluar number systems.

HEX84FBC6
Decimal132251198
Binary100001001111101111000110
Octal204373306

Shades and tints

Shades of #84FBC6

#84FBC6
(132,251,198)
#78E5B4
(120,229,180)
#6CCFA2
(108,207,162)
#60B990
(96,185,144)
#54A37E
(84,163,126)
#488D6C
(72,141,108)
#3C775A
(60,119,90)
#306148
(48,97,72)
#244B36
(36,75,54)
#183524
(24,53,36)
#0C1F12
(12,31,18)
#000000
(0,0,0)

Tints of #84FBC6

#84FBC6
(132,251,198)
#8FFBCB
(143,251,203)
#9AFBD0
(154,251,208)
#A5FBD5
(165,251,213)
#B0FBDA
(176,251,218)
#BBFBDF
(187,251,223)
#C6FBE4
(198,251,228)
#D1FBE9
(209,251,233)
#DCFBEE
(220,251,238)
#E7FBF3
(231,251,243)
#F2FBF8
(242,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84FBC6 color. Also use rgb(132,251,198) instead hex code.

Text Font Color

.myTextColor { color: #84FBC6; }

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

This text font color is #84FBC6.


Background Color

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

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

This div background color is #84FBC6.


Border color

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

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

This div border color is #84FBC6.


Opacity

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

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

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

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

This text has shadow with #84FBC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84FBC6 on black background.


Color preview on white background

This text has color #84FBC6 on white background.



Black color preview on #84FBC6 background

This text has black color on #84FBC6 background.


White color preview on #84FBC6 background

This text has white color on #84FBC6 background.