COLOR #84B680

HEX: #84B680
RGB: (132,182,128)

Color info

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

RGB color model

#84B680 color RGB value is (132,182,128).

  • red value is 132;
  • green value is 182;
  • blue value is 128.
RGB:
(132,182,128)
(52%,71%,50%)

RGB channels and saturation

R 132 of 255 = 52%
G 182 of 255 = 71%
B 128 of 255 = 50%

132
182
128

R + G + B ~ 58%. #84B680 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 182 + 128 = 442 (100%)
R 132 of 442 ~ 29.86%
G 182 of 442 ~ 41.18%
B 128 of 442 ~ 28.96%

%29.86
%41.18
%28.96

CMYK color model

#84B680 color CMYK value is (27,0,30,29).

  • cyan value is 27.47%
  • magenta value is 0.00%
  • yellow value is 29.67%
  • key color value is 28.63%
CMYK:
(27,0,30,29)
C27M0Y30K29 
(27%,0%,30%,29%)
(0.27/0.00/0.30/0.29)	

CMYK percentages

%27.47
%0
%29.67
%28.63

Codes

Color #84B680 in popluar color models

84B680
RGB132182128
HSL116°27.00%60.78%
HSB/HSV116°29.67%71.37%
CMYK27.47%0.00%29.67%
28.63%

Color #84B680 in popluar number systems.

HEX84B680
Decimal132182128
Binary100001001011011010000000
Octal204266200

Shades and tints

Shades of #84B680

#84B680
(132,182,128)
#78A675
(120,166,117)
#6C966A
(108,150,106)
#60865F
(96,134,95)
#547654
(84,118,84)
#486649
(72,102,73)
#3C563E
(60,86,62)
#304633
(48,70,51)
#243628
(36,54,40)
#18261D
(24,38,29)
#0C1612
(12,22,18)
#000000
(0,0,0)

Tints of #84B680

#84B680
(132,182,128)
#8FBC8B
(143,188,139)
#9AC296
(154,194,150)
#A5C8A1
(165,200,161)
#B0CEAC
(176,206,172)
#BBD4B7
(187,212,183)
#C6DAC2
(198,218,194)
#D1E0CD
(209,224,205)
#DCE6D8
(220,230,216)
#E7ECE3
(231,236,227)
#F2F2EE
(242,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84B680 color. Also use rgb(132,182,128) instead hex code.

Text Font Color

.myTextColor { color: #84B680; }

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

This text font color is #84B680.


Background Color

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

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

This div background color is #84B680.


Border color

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

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

This div border color is #84B680.


Opacity

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

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

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

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

This text has shadow with #84B680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84B680 on black background.


Color preview on white background

This text has color #84B680 on white background.



Black color preview on #84B680 background

This text has black color on #84B680 background.


White color preview on #84B680 background

This text has white color on #84B680 background.