COLOR #84B49F

HEX: #84B49F
RGB: (132,180,159)

Color info

#84B49F contains red, green and blue colors in about the same proportion. Web safe color of #84B49F is #99CC99 (or #9C9).

RGB color model

#84B49F color RGB value is (132,180,159).

  • red value is 132;
  • green value is 180;
  • blue value is 159.
RGB:
(132,180,159)
(52%,71%,62%)

RGB channels and saturation

R 132 of 255 = 52%
G 180 of 255 = 71%
B 159 of 255 = 62%

132
180
159

R + G + B ~ 62%. #84B49F is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 180 + 159 = 471 (100%)
R 132 of 471 ~ 28.03%
G 180 of 471 ~ 38.22%
B 159 of 471 ~ 33.76%

%28.03
%38.22
%33.76

CMYK color model

#84B49F color CMYK value is (27,0,12,29).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 11.67%
  • key color value is 29.41%
CMYK:
(27,0,12,29)
C27M0Y12K29 
(27%,0%,12%,29%)
(0.27/0.00/0.12/0.29)	

CMYK percentages

%26.67
%0
%11.67
%29.41

Codes

Color #84B49F in popluar color models

84B49F
RGB132180159
HSL154°24.24%61.18%
HSB/HSV154°26.67%70.59%
CMYK26.67%0.00%11.67%
29.41%

Color #84B49F in popluar number systems.

HEX84B49F
Decimal132180159
Binary100001001011010010011111
Octal204264237

Shades and tints

Shades of #84B49F

#84B49F
(132,180,159)
#78A491
(120,164,145)
#6C9483
(108,148,131)
#608475
(96,132,117)
#547467
(84,116,103)
#486459
(72,100,89)
#3C544B
(60,84,75)
#30443D
(48,68,61)
#24342F
(36,52,47)
#182421
(24,36,33)
#0C1413
(12,20,19)
#000000
(0,0,0)

Tints of #84B49F

#84B49F
(132,180,159)
#8FBAA7
(143,186,167)
#9AC0AF
(154,192,175)
#A5C6B7
(165,198,183)
#B0CCBF
(176,204,191)
#BBD2C7
(187,210,199)
#C6D8CF
(198,216,207)
#D1DED7
(209,222,215)
#DCE4DF
(220,228,223)
#E7EAE7
(231,234,231)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84B49F color. Also use rgb(132,180,159) instead hex code.

Text Font Color

.myTextColor { color: #84B49F; }

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

This text font color is #84B49F.


Background Color

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

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

This div background color is #84B49F.


Border color

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

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

This div border color is #84B49F.


Opacity

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

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

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

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

This text has shadow with #84B49F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84B49F on black background.


Color preview on white background

This text has color #84B49F on white background.



Black color preview on #84B49F background

This text has black color on #84B49F background.


White color preview on #84B49F background

This text has white color on #84B49F background.