COLOR #84B39D

HEX: #84B39D
RGB: (132,179,157)

Color info

#84B39D contains red, green and blue colors in about the same proportion. Web safe color of #84B39D is #999999 (or #999).

RGB color model

#84B39D color RGB value is (132,179,157).

  • red value is 132;
  • green value is 179;
  • blue value is 157.
RGB:
(132,179,157)
(52%,70%,62%)

RGB channels and saturation

R 132 of 255 = 52%
G 179 of 255 = 70%
B 157 of 255 = 62%

132
179
157

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

Portions of RGB colors in percentages

R + G + B =
132 + 179 + 157 = 468 (100%)
R 132 of 468 ~ 28.21%
G 179 of 468 ~ 38.25%
B 157 of 468 ~ 33.55%

%28.21
%38.25
%33.55

CMYK color model

#84B39D color CMYK value is (26,0,12,30).

  • cyan value is 26.26%
  • magenta value is 0.00%
  • yellow value is 12.29%
  • key color value is 29.80%
CMYK:
(26,0,12,30)
C26M0Y12K30 
(26%,0%,12%,30%)
(0.26/0.00/0.12/0.30)	

CMYK percentages

%26.26
%0
%12.29
%29.8

Codes

Color #84B39D in popluar color models

84B39D
RGB132179157
HSL152°23.62%60.98%
HSB/HSV152°26.26%70.20%
CMYK26.26%0.00%12.29%
29.80%

Color #84B39D in popluar number systems.

HEX84B39D
Decimal132179157
Binary100001001011001110011101
Octal204263235

Shades and tints

Shades of #84B39D

#84B39D
(132,179,157)
#78A38F
(120,163,143)
#6C9381
(108,147,129)
#608373
(96,131,115)
#547365
(84,115,101)
#486357
(72,99,87)
#3C5349
(60,83,73)
#30433B
(48,67,59)
#24332D
(36,51,45)
#18231F
(24,35,31)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #84B39D

#84B39D
(132,179,157)
#8FB9A5
(143,185,165)
#9ABFAD
(154,191,173)
#A5C5B5
(165,197,181)
#B0CBBD
(176,203,189)
#BBD1C5
(187,209,197)
#C6D7CD
(198,215,205)
#D1DDD5
(209,221,213)
#DCE3DD
(220,227,221)
#E7E9E5
(231,233,229)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84B39D color. Also use rgb(132,179,157) instead hex code.

Text Font Color

.myTextColor { color: #84B39D; }

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

This text font color is #84B39D.


Background Color

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

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

This div background color is #84B39D.


Border color

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

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

This div border color is #84B39D.


Opacity

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

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

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

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

This text has shadow with #84B39D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84B39D on black background.


Color preview on white background

This text has color #84B39D on white background.



Black color preview on #84B39D background

This text has black color on #84B39D background.


White color preview on #84B39D background

This text has white color on #84B39D background.