COLOR #84FEBA

HEX: #84FEBA
RGB: (132,254,186)

Color info

#84FEBA contains mainly green color. Web safe color of #84FEBA is #99FFCC (or #9FC).

RGB color model

#84FEBA color RGB value is (132,254,186).

  • red value is 132;
  • green value is 254;
  • blue value is 186.
RGB:
(132,254,186)
(52%,100%,73%)

RGB channels and saturation

R 132 of 255 = 52%
G 254 of 255 = 100%
B 186 of 255 = 73%

132
254
186

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

Portions of RGB colors in percentages

R + G + B =
132 + 254 + 186 = 572 (100%)
R 132 of 572 ~ 23.08%
G 254 of 572 ~ 44.41%
B 186 of 572 ~ 32.52%

%23.08
%44.41
%32.52

CMYK color model

#84FEBA color CMYK value is (48,0,27,0).

  • cyan value is 48.03%
  • magenta value is 0.00%
  • yellow value is 26.77%
  • key color value is 0.39%
CMYK:
(48,0,27,0)
C48M0Y27K0 
(48%,0%,27%,0%)
(0.48/0.00/0.27/0.00)	

CMYK percentages

%48.03
%0
%26.77
%0.39

Codes

Color #84FEBA in popluar color models

84FEBA
RGB132254186
HSL147°98.39%75.69%
HSB/HSV147°48.03%99.61%
CMYK48.03%0.00%26.77%
0.39%

Color #84FEBA in popluar number systems.

HEX84FEBA
Decimal132254186
Binary100001001111111010111010
Octal204376272

Shades and tints

Shades of #84FEBA

#84FEBA
(132,254,186)
#78E7AA
(120,231,170)
#6CD09A
(108,208,154)
#60B98A
(96,185,138)
#54A27A
(84,162,122)
#488B6A
(72,139,106)
#3C745A
(60,116,90)
#305D4A
(48,93,74)
#24463A
(36,70,58)
#182F2A
(24,47,42)
#0C181A
(12,24,26)
#000000
(0,0,0)

Tints of #84FEBA

#84FEBA
(132,254,186)
#8FFEC0
(143,254,192)
#9AFEC6
(154,254,198)
#A5FECC
(165,254,204)
#B0FED2
(176,254,210)
#BBFED8
(187,254,216)
#C6FEDE
(198,254,222)
#D1FEE4
(209,254,228)
#DCFEEA
(220,254,234)
#E7FEF0
(231,254,240)
#F2FEF6
(242,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84FEBA color. Also use rgb(132,254,186) instead hex code.

Text Font Color

.myTextColor { color: #84FEBA; }

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

This text font color is #84FEBA.


Background Color

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

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

This div background color is #84FEBA.


Border color

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

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

This div border color is #84FEBA.


Opacity

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

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

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

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

This text has shadow with #84FEBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84FEBA on black background.


Color preview on white background

This text has color #84FEBA on white background.



Black color preview on #84FEBA background

This text has black color on #84FEBA background.


White color preview on #84FEBA background

This text has white color on #84FEBA background.