COLOR #84B87A

HEX: #84B87A
RGB: (132,184,122)

Color info

#84B87A contains mainly red and green colors. Web safe color of #84B87A is #99CC66 (or #9C6).

RGB color model

#84B87A color RGB value is (132,184,122).

  • red value is 132;
  • green value is 184;
  • blue value is 122.
RGB:
(132,184,122)
(52%,72%,48%)

RGB channels and saturation

R 132 of 255 = 52%
G 184 of 255 = 72%
B 122 of 255 = 48%

132
184
122

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

Portions of RGB colors in percentages

R + G + B =
132 + 184 + 122 = 438 (100%)
R 132 of 438 ~ 30.14%
G 184 of 438 ~ 42.01%
B 122 of 438 ~ 27.85%

%30.14
%42.01
%27.85

CMYK color model

#84B87A color CMYK value is (28,0,34,28).

  • cyan value is 28.26%
  • magenta value is 0.00%
  • yellow value is 33.70%
  • key color value is 27.84%
CMYK:
(28,0,34,28)
C28M0Y34K28 
(28%,0%,34%,28%)
(0.28/0.00/0.34/0.28)	

CMYK percentages

%28.26
%0
%33.7
%27.84

Codes

Color #84B87A in popluar color models

84B87A
RGB132184122
HSL110°30.39%60.00%
HSB/HSV110°33.70%72.16%
CMYK28.26%0.00%33.70%
27.84%

Color #84B87A in popluar number systems.

HEX84B87A
Decimal132184122
Binary10000100101110001111010
Octal204270172

Shades and tints

Shades of #84B87A

#84B87A
(132,184,122)
#78A86F
(120,168,111)
#6C9864
(108,152,100)
#608859
(96,136,89)
#54784E
(84,120,78)
#486843
(72,104,67)
#3C5838
(60,88,56)
#30482D
(48,72,45)
#243822
(36,56,34)
#182817
(24,40,23)
#0C180C
(12,24,12)
#000000
(0,0,0)

Tints of #84B87A

#84B87A
(132,184,122)
#8FBE86
(143,190,134)
#9AC492
(154,196,146)
#A5CA9E
(165,202,158)
#B0D0AA
(176,208,170)
#BBD6B6
(187,214,182)
#C6DCC2
(198,220,194)
#D1E2CE
(209,226,206)
#DCE8DA
(220,232,218)
#E7EEE6
(231,238,230)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84B87A color. Also use rgb(132,184,122) instead hex code.

Text Font Color

.myTextColor { color: #84B87A; }

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

This text font color is #84B87A.


Background Color

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

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

This div background color is #84B87A.


Border color

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

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

This div border color is #84B87A.


Opacity

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

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

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

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

This text has shadow with #84B87A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84B87A on black background.


Color preview on white background

This text has color #84B87A on white background.



Black color preview on #84B87A background

This text has black color on #84B87A background.


White color preview on #84B87A background

This text has white color on #84B87A background.