COLOR #84DBA3

HEX: #84DBA3
RGB: (132,219,163)

Color info

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

RGB color model

#84DBA3 color RGB value is (132,219,163).

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

RGB channels and saturation

R 132 of 255 = 52%
G 219 of 255 = 86%
B 163 of 255 = 64%

132
219
163

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

Portions of RGB colors in percentages

R + G + B =
132 + 219 + 163 = 514 (100%)
R 132 of 514 ~ 25.68%
G 219 of 514 ~ 42.61%
B 163 of 514 ~ 31.71%

%25.68
%42.61
%31.71

CMYK color model

#84DBA3 color CMYK value is (40,0,26,14).

  • cyan value is 39.73%
  • magenta value is 0.00%
  • yellow value is 25.57%
  • key color value is 14.12%
CMYK:
(40,0,26,14)
C40M0Y26K14 
(40%,0%,26%,14%)
(0.40/0.00/0.26/0.14)	

CMYK percentages

%39.73
%0
%25.57
%14.12

Codes

Color #84DBA3 in popluar color models

84DBA3
RGB132219163
HSL141°54.72%68.82%
HSB/HSV141°39.73%85.88%
CMYK39.73%0.00%25.57%
14.12%

Color #84DBA3 in popluar number systems.

HEX84DBA3
Decimal132219163
Binary100001001101101110100011
Octal204333243

Shades and tints

Shades of #84DBA3

#84DBA3
(132,219,163)
#78C895
(120,200,149)
#6CB587
(108,181,135)
#60A279
(96,162,121)
#548F6B
(84,143,107)
#487C5D
(72,124,93)
#3C694F
(60,105,79)
#305641
(48,86,65)
#244333
(36,67,51)
#183025
(24,48,37)
#0C1D17
(12,29,23)
#000000
(0,0,0)

Tints of #84DBA3

#84DBA3
(132,219,163)
#8FDEAB
(143,222,171)
#9AE1B3
(154,225,179)
#A5E4BB
(165,228,187)
#B0E7C3
(176,231,195)
#BBEACB
(187,234,203)
#C6EDD3
(198,237,211)
#D1F0DB
(209,240,219)
#DCF3E3
(220,243,227)
#E7F6EB
(231,246,235)
#F2F9F3
(242,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84DBA3; }

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

This text font color is #84DBA3.


Background Color

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

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

This div background color is #84DBA3.


Border color

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

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

This div border color is #84DBA3.


Opacity

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

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

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

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

This text has shadow with #84DBA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84DBA3 on black background.


Color preview on white background

This text has color #84DBA3 on white background.



Black color preview on #84DBA3 background

This text has black color on #84DBA3 background.


White color preview on #84DBA3 background

This text has white color on #84DBA3 background.