COLOR #84B797

HEX: #84B797
RGB: (132,183,151)

Color info

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

RGB color model

#84B797 color RGB value is (132,183,151).

  • red value is 132;
  • green value is 183;
  • blue value is 151.
RGB:
(132,183,151)
(52%,72%,59%)

RGB channels and saturation

R 132 of 255 = 52%
G 183 of 255 = 72%
B 151 of 255 = 59%

132
183
151

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

Portions of RGB colors in percentages

R + G + B =
132 + 183 + 151 = 466 (100%)
R 132 of 466 ~ 28.33%
G 183 of 466 ~ 39.27%
B 151 of 466 ~ 32.4%

%28.33
%39.27
%32.4

CMYK color model

#84B797 color CMYK value is (28,0,17,28).

  • cyan value is 27.87%
  • magenta value is 0.00%
  • yellow value is 17.49%
  • key color value is 28.24%
CMYK:
(28,0,17,28)
C28M0Y17K28 
(28%,0%,17%,28%)
(0.28/0.00/0.17/0.28)	

CMYK percentages

%27.87
%0
%17.49
%28.24

Codes

Color #84B797 in popluar color models

84B797
RGB132183151
HSL142°26.15%61.76%
HSB/HSV142°27.87%71.76%
CMYK27.87%0.00%17.49%
28.24%

Color #84B797 in popluar number systems.

HEX84B797
Decimal132183151
Binary100001001011011110010111
Octal204267227

Shades and tints

Shades of #84B797

#84B797
(132,183,151)
#78A78A
(120,167,138)
#6C977D
(108,151,125)
#608770
(96,135,112)
#547763
(84,119,99)
#486756
(72,103,86)
#3C5749
(60,87,73)
#30473C
(48,71,60)
#24372F
(36,55,47)
#182722
(24,39,34)
#0C1715
(12,23,21)
#000000
(0,0,0)

Tints of #84B797

#84B797
(132,183,151)
#8FBDA0
(143,189,160)
#9AC3A9
(154,195,169)
#A5C9B2
(165,201,178)
#B0CFBB
(176,207,187)
#BBD5C4
(187,213,196)
#C6DBCD
(198,219,205)
#D1E1D6
(209,225,214)
#DCE7DF
(220,231,223)
#E7EDE8
(231,237,232)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84B797 color. Also use rgb(132,183,151) instead hex code.

Text Font Color

.myTextColor { color: #84B797; }

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

This text font color is #84B797.


Background Color

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

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

This div background color is #84B797.


Border color

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

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

This div border color is #84B797.


Opacity

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

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

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

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

This text has shadow with #84B797 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84B797 on black background.


Color preview on white background

This text has color #84B797 on white background.



Black color preview on #84B797 background

This text has black color on #84B797 background.


White color preview on #84B797 background

This text has white color on #84B797 background.