COLOR #84D48C

HEX: #84D48C
RGB: (132,212,140)

Color info

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

RGB color model

#84D48C color RGB value is (132,212,140).

  • red value is 132;
  • green value is 212;
  • blue value is 140.
RGB:
(132,212,140)
(52%,83%,55%)

RGB channels and saturation

R 132 of 255 = 52%
G 212 of 255 = 83%
B 140 of 255 = 55%

132
212
140

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

Portions of RGB colors in percentages

R + G + B =
132 + 212 + 140 = 484 (100%)
R 132 of 484 ~ 27.27%
G 212 of 484 ~ 43.8%
B 140 of 484 ~ 28.93%

%27.27
%43.8
%28.93

CMYK color model

#84D48C color CMYK value is (38,0,34,17).

  • cyan value is 37.74%
  • magenta value is 0.00%
  • yellow value is 33.96%
  • key color value is 16.86%
CMYK:
(38,0,34,17)
C38M0Y34K17 
(38%,0%,34%,17%)
(0.38/0.00/0.34/0.17)	

CMYK percentages

%37.74
%0
%33.96
%16.86

Codes

Color #84D48C in popluar color models

84D48C
RGB132212140
HSL126°48.19%67.45%
HSB/HSV126°37.74%83.14%
CMYK37.74%0.00%33.96%
16.86%

Color #84D48C in popluar number systems.

HEX84D48C
Decimal132212140
Binary100001001101010010001100
Octal204324214

Shades and tints

Shades of #84D48C

#84D48C
(132,212,140)
#78C180
(120,193,128)
#6CAE74
(108,174,116)
#609B68
(96,155,104)
#54885C
(84,136,92)
#487550
(72,117,80)
#3C6244
(60,98,68)
#304F38
(48,79,56)
#243C2C
(36,60,44)
#182920
(24,41,32)
#0C1614
(12,22,20)
#000000
(0,0,0)

Tints of #84D48C

#84D48C
(132,212,140)
#8FD796
(143,215,150)
#9ADAA0
(154,218,160)
#A5DDAA
(165,221,170)
#B0E0B4
(176,224,180)
#BBE3BE
(187,227,190)
#C6E6C8
(198,230,200)
#D1E9D2
(209,233,210)
#DCECDC
(220,236,220)
#E7EFE6
(231,239,230)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84D48C color. Also use rgb(132,212,140) instead hex code.

Text Font Color

.myTextColor { color: #84D48C; }

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

This text font color is #84D48C.


Background Color

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

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

This div background color is #84D48C.


Border color

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

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

This div border color is #84D48C.


Opacity

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

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

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

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

This text has shadow with #84D48C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84D48C on black background.


Color preview on white background

This text has color #84D48C on white background.



Black color preview on #84D48C background

This text has black color on #84D48C background.


White color preview on #84D48C background

This text has white color on #84D48C background.