COLOR #84CA93

HEX: #84CA93
RGB: (132,202,147)

Color info

#84CA93 contains mainly green and blue colors. Web safe color of #84CA93 is #99CC99 (or #9C9).

RGB color model

#84CA93 color RGB value is (132,202,147).

  • red value is 132;
  • green value is 202;
  • blue value is 147.
RGB:
(132,202,147)
(52%,79%,58%)

RGB channels and saturation

R 132 of 255 = 52%
G 202 of 255 = 79%
B 147 of 255 = 58%

132
202
147

R + G + B ~ 63%. #84CA93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 202 + 147 = 481 (100%)
R 132 of 481 ~ 27.44%
G 202 of 481 ~ 42%
B 147 of 481 ~ 30.56%

%27.44
%42
%30.56

CMYK color model

#84CA93 color CMYK value is (35,0,27,21).

  • cyan value is 34.65%
  • magenta value is 0.00%
  • yellow value is 27.23%
  • key color value is 20.78%
CMYK:
(35,0,27,21)
C35M0Y27K21 
(35%,0%,27%,21%)
(0.35/0.00/0.27/0.21)	

CMYK percentages

%34.65
%0
%27.23
%20.78

Codes

Color #84CA93 in popluar color models

84CA93
RGB132202147
HSL133°39.77%65.49%
HSB/HSV133°34.65%79.22%
CMYK34.65%0.00%27.23%
20.78%

Color #84CA93 in popluar number systems.

HEX84CA93
Decimal132202147
Binary100001001100101010010011
Octal204312223

Shades and tints

Shades of #84CA93

#84CA93
(132,202,147)
#78B886
(120,184,134)
#6CA679
(108,166,121)
#60946C
(96,148,108)
#54825F
(84,130,95)
#487052
(72,112,82)
#3C5E45
(60,94,69)
#304C38
(48,76,56)
#243A2B
(36,58,43)
#18281E
(24,40,30)
#0C1611
(12,22,17)
#000000
(0,0,0)

Tints of #84CA93

#84CA93
(132,202,147)
#8FCE9C
(143,206,156)
#9AD2A5
(154,210,165)
#A5D6AE
(165,214,174)
#B0DAB7
(176,218,183)
#BBDEC0
(187,222,192)
#C6E2C9
(198,226,201)
#D1E6D2
(209,230,210)
#DCEADB
(220,234,219)
#E7EEE4
(231,238,228)
#F2F2ED
(242,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84CA93 color. Also use rgb(132,202,147) instead hex code.

Text Font Color

.myTextColor { color: #84CA93; }

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

This text font color is #84CA93.


Background Color

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

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

This div background color is #84CA93.


Border color

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

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

This div border color is #84CA93.


Opacity

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

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

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

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

This text has shadow with #84CA93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84CA93 on black background.


Color preview on white background

This text has color #84CA93 on white background.



Black color preview on #84CA93 background

This text has black color on #84CA93 background.


White color preview on #84CA93 background

This text has white color on #84CA93 background.