COLOR #84B39C

HEX: #84B39C RGB: (132,179,156)

Color info

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

RGB color model

#84B39C color RGB value is (132,179,156).

RGB: (132,179,156) (52%, 70%, 61%)

RGB channels and saturation

R 132 of 255 = 52%
G 179 of 255 = 70%
B 156 of 255 = 61%

132
179
156

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

Portions of RGB colors in percentages

R + G + B = 132 + 179 + 156 = 467 (100%)
R 132 of 467 ~ 28.27%
G 179 of 467 ~ 38.33%
B 156 of 467 ~ 33.4'%

%28.27
%38.33
%33.4

CMYK color model

#84B39C color CMYK value is (26,0,13,30).

  • cyan value is 26.26%
  • magenta value is 0.00%
  • yellow value is 12.85%
  • key color value is 29.80%

CMYK: (26,0,13,30)
C26M0Y13K30 (26%, 0%, 13%, 30%)
(0.26 / 0.00 / 0.13 / 0.30)

CMYK percentages

%26.26
%0
%12.85
%29.8

Codes

Color #84B39C in popluar color models

84 B3 9C
RGB 132 179 156
HSL 151° 23.62% 60.98%
HSB/HSV 151° 26.26% 70.20%
CMYK 26.26% 0.00% 12.85%
29.80%

Color #84B39C in popluar number systems.

HEX 84 B3 9C
Decimal 132 179 156
Binary 10000100 10110011 10011100
Octal 204 263 234

Shades and tints

Shades of #84B39C

#84B39C
(132,179,156)
#78A38E
(120,163,142)
#6C9380
(108,147,128)
#608372
(96,131,114)
#547364
(84,115,100)
#486356
(72,99,86)
#3C5348
(60,83,72)
#30433A
(48,67,58)
#24332C
(36,51,44)
#18231E
(24,35,30)
#0C1310
(12,19,16)
#000000
(0,0,0)

Tints of #84B39C

#84B39C
(132,179,156)
#8FB9A5
(143,185,165)
#9ABFAE
(154,191,174)
#A5C5B7
(165,197,183)
#B0CBC0
(176,203,192)
#BBD1C9
(187,209,201)
#C6D7D2
(198,215,210)
#D1DDDB
(209,221,219)
#DCE3E4
(220,227,228)
#E7E9ED
(231,233,237)
#F2EFF6
(242,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84B39C; }

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

This text font color is #84B39C.

Background Color

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

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

This div background color is #84B39C.

Border color

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

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

This div border color is #84B39C.

Opacity

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

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

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

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

This text has shadow with #84B39C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84B39C.

Preview

Color preview on black background

This text has color #84B39C on black background.


Color preview on white background

This text has color #84B39C on white background.


Black color preview on #84B39C background

This text has black color on #84B39C background.


White color preview on #84B39C background

This text has white color on #84B39C background.


Related colors

Complementary color

Complementary color for #hex is #7B4C63.


I love getcolorcode.com

Triadic colors

1 #9C84B3 and #B39C84 with #84B39C are triadic colors.

2 #9CB384 and #B3849C with #84B39C are triadic colors.