COLOR #84F7AB

HEX: #84F7AB
RGB: (132,247,171)

Color info

#84F7AB contains mainly green color. Web safe color of #84F7AB is #99FF99 (or #9F9).

RGB color model

#84F7AB color RGB value is (132,247,171).

  • red value is 132;
  • green value is 247;
  • blue value is 171.
RGB:
(132,247,171)
(52%,97%,67%)

RGB channels and saturation

R 132 of 255 = 52%
G 247 of 255 = 97%
B 171 of 255 = 67%

132
247
171

R + G + B ~ 72%. #84F7AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 247 + 171 = 550 (100%)
R 132 of 550 ~ 24%
G 247 of 550 ~ 44.91%
B 171 of 550 ~ 31.09%

%24
%44.91
%31.09

CMYK color model

#84F7AB color CMYK value is (47,0,31,3).

  • cyan value is 46.56%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 3.14%
CMYK:
(47,0,31,3)
C47M0Y31K3 
(47%,0%,31%,3%)
(0.47/0.00/0.31/0.03)	

CMYK percentages

%46.56
%0
%30.77
%3.14

Codes

Color #84F7AB in popluar color models

84F7AB
RGB132247171
HSL140°87.79%74.31%
HSB/HSV140°46.56%96.86%
CMYK46.56%0.00%30.77%
3.14%

Color #84F7AB in popluar number systems.

HEX84F7AB
Decimal132247171
Binary100001001111011110101011
Octal204367253

Shades and tints

Shades of #84F7AB

#84F7AB
(132,247,171)
#78E19C
(120,225,156)
#6CCB8D
(108,203,141)
#60B57E
(96,181,126)
#549F6F
(84,159,111)
#488960
(72,137,96)
#3C7351
(60,115,81)
#305D42
(48,93,66)
#244733
(36,71,51)
#183124
(24,49,36)
#0C1B15
(12,27,21)
#000000
(0,0,0)

Tints of #84F7AB

#84F7AB
(132,247,171)
#8FF7B2
(143,247,178)
#9AF7B9
(154,247,185)
#A5F7C0
(165,247,192)
#B0F7C7
(176,247,199)
#BBF7CE
(187,247,206)
#C6F7D5
(198,247,213)
#D1F7DC
(209,247,220)
#DCF7E3
(220,247,227)
#E7F7EA
(231,247,234)
#F2F7F1
(242,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84F7AB color. Also use rgb(132,247,171) instead hex code.

Text Font Color

.myTextColor { color: #84F7AB; }

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

This text font color is #84F7AB.


Background Color

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

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

This div background color is #84F7AB.


Border color

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

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

This div border color is #84F7AB.


Opacity

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

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

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

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

This text has shadow with #84F7AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84F7AB on black background.


Color preview on white background

This text has color #84F7AB on white background.



Black color preview on #84F7AB background

This text has black color on #84F7AB background.


White color preview on #84F7AB background

This text has white color on #84F7AB background.