COLOR #84D9A3

HEX: #84D9A3
RGB: (132,217,163)

Color info

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

RGB color model

#84D9A3 color RGB value is (132,217,163).

  • red value is 132;
  • green value is 217;
  • blue value is 163.
RGB:
(132,217,163)
(52%,85%,64%)

RGB channels and saturation

R 132 of 255 = 52%
G 217 of 255 = 85%
B 163 of 255 = 64%

132
217
163

R + G + B ~ 67%. #84D9A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 217 + 163 = 512 (100%)
R 132 of 512 ~ 25.78%
G 217 of 512 ~ 42.38%
B 163 of 512 ~ 31.84%

%25.78
%42.38
%31.84

CMYK color model

#84D9A3 color CMYK value is (39,0,25,15).

  • cyan value is 39.17%
  • magenta value is 0.00%
  • yellow value is 24.88%
  • key color value is 14.90%
CMYK:
(39,0,25,15)
C39M0Y25K15 
(39%,0%,25%,15%)
(0.39/0.00/0.25/0.15)	

CMYK percentages

%39.17
%0
%24.88
%14.9

Codes

Color #84D9A3 in popluar color models

84D9A3
RGB132217163
HSL142°52.80%68.43%
HSB/HSV142°39.17%85.10%
CMYK39.17%0.00%24.88%
14.90%

Color #84D9A3 in popluar number systems.

HEX84D9A3
Decimal132217163
Binary100001001101100110100011
Octal204331243

Shades and tints

Shades of #84D9A3

#84D9A3
(132,217,163)
#78C695
(120,198,149)
#6CB387
(108,179,135)
#60A079
(96,160,121)
#548D6B
(84,141,107)
#487A5D
(72,122,93)
#3C674F
(60,103,79)
#305441
(48,84,65)
#244133
(36,65,51)
#182E25
(24,46,37)
#0C1B17
(12,27,23)
#000000
(0,0,0)

Tints of #84D9A3

#84D9A3
(132,217,163)
#8FDCAB
(143,220,171)
#9ADFB3
(154,223,179)
#A5E2BB
(165,226,187)
#B0E5C3
(176,229,195)
#BBE8CB
(187,232,203)
#C6EBD3
(198,235,211)
#D1EEDB
(209,238,219)
#DCF1E3
(220,241,227)
#E7F4EB
(231,244,235)
#F2F7F3
(242,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84D9A3 color. Also use rgb(132,217,163) instead hex code.

Text Font Color

.myTextColor { color: #84D9A3; }

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

This text font color is #84D9A3.


Background Color

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

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

This div background color is #84D9A3.


Border color

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

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

This div border color is #84D9A3.


Opacity

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

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

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

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

This text has shadow with #84D9A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84D9A3 on black background.


Color preview on white background

This text has color #84D9A3 on white background.



Black color preview on #84D9A3 background

This text has black color on #84D9A3 background.


White color preview on #84D9A3 background

This text has white color on #84D9A3 background.