COLOR #84CA83

HEX: #84CA83
RGB: (132,202,131)

Color info

#84CA83 contains mainly green color. Web safe color of #84CA83 is #99CC99 (or #9C9).

RGB color model

#84CA83 color RGB value is (132,202,131).

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

RGB channels and saturation

R 132 of 255 = 52%
G 202 of 255 = 79%
B 131 of 255 = 51%

132
202
131

R + G + B ~ 61%. #84CA83 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 202 + 131 = 465 (100%)
R 132 of 465 ~ 28.39%
G 202 of 465 ~ 43.44%
B 131 of 465 ~ 28.17%

%28.39
%43.44
%28.17

CMYK color model

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

  • cyan value is 34.65%
  • magenta value is 0.00%
  • yellow value is 35.15%
  • key color value is 20.78%
CMYK:
(35,0,35,21)
C35M0Y35K21 
(35%,0%,35%,21%)
(0.35/0.00/0.35/0.21)	

CMYK percentages

%34.65
%0
%35.15
%20.78

Codes

Color #84CA83 in popluar color models

84CA83
RGB132202131
HSL119°40.11%65.29%
HSB/HSV119°35.15%79.22%
CMYK34.65%0.00%35.15%
20.78%

Color #84CA83 in popluar number systems.

HEX84CA83
Decimal132202131
Binary100001001100101010000011
Octal204312203

Shades and tints

Shades of #84CA83

#84CA83
(132,202,131)
#78B878
(120,184,120)
#6CA66D
(108,166,109)
#609462
(96,148,98)
#548257
(84,130,87)
#48704C
(72,112,76)
#3C5E41
(60,94,65)
#304C36
(48,76,54)
#243A2B
(36,58,43)
#182820
(24,40,32)
#0C1615
(12,22,21)
#000000
(0,0,0)

Tints of #84CA83

#84CA83
(132,202,131)
#8FCE8E
(143,206,142)
#9AD299
(154,210,153)
#A5D6A4
(165,214,164)
#B0DAAF
(176,218,175)
#BBDEBA
(187,222,186)
#C6E2C5
(198,226,197)
#D1E6D0
(209,230,208)
#DCEADB
(220,234,219)
#E7EEE6
(231,238,230)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84CA83; }

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

This text font color is #84CA83.


Background Color

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

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

This div background color is #84CA83.


Border color

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

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

This div border color is #84CA83.


Opacity

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

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

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

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

This text has shadow with #84CA83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84CA83 on black background.


Color preview on white background

This text has color #84CA83 on white background.



Black color preview on #84CA83 background

This text has black color on #84CA83 background.


White color preview on #84CA83 background

This text has white color on #84CA83 background.