COLOR #84AB6A

HEX: #84AB6A
RGB: (132,171,106)

Color info

#84AB6A contains mainly red and green colors. Web safe color of #84AB6A is #999966 (or #996).

RGB color model

#84AB6A color RGB value is (132,171,106).

  • red value is 132;
  • green value is 171;
  • blue value is 106.
RGB:
(132,171,106)
(52%,67%,42%)

RGB channels and saturation

R 132 of 255 = 52%
G 171 of 255 = 67%
B 106 of 255 = 42%

132
171
106

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

Portions of RGB colors in percentages

R + G + B =
132 + 171 + 106 = 409 (100%)
R 132 of 409 ~ 32.27%
G 171 of 409 ~ 41.81%
B 106 of 409 ~ 25.92%

%32.27
%41.81
%25.92

CMYK color model

#84AB6A color CMYK value is (23,0,38,33).

  • cyan value is 22.81%
  • magenta value is 0.00%
  • yellow value is 38.01%
  • key color value is 32.94%
CMYK:
(23,0,38,33)
C23M0Y38K33 
(23%,0%,38%,33%)
(0.23/0.00/0.38/0.33)	

CMYK percentages

%22.81
%0
%38.01
%32.94

Codes

Color #84AB6A in popluar color models

84AB6A
RGB132171106
HSL96°27.90%54.31%
HSB/HSV96°38.01%67.06%
CMYK22.81%0.00%38.01%
32.94%

Color #84AB6A in popluar number systems.

HEX84AB6A
Decimal132171106
Binary10000100101010111101010
Octal204253152

Shades and tints

Shades of #84AB6A

#84AB6A
(132,171,106)
#789C61
(120,156,97)
#6C8D58
(108,141,88)
#607E4F
(96,126,79)
#546F46
(84,111,70)
#48603D
(72,96,61)
#3C5134
(60,81,52)
#30422B
(48,66,43)
#243322
(36,51,34)
#182419
(24,36,25)
#0C1510
(12,21,16)
#000000
(0,0,0)

Tints of #84AB6A

#84AB6A
(132,171,106)
#8FB277
(143,178,119)
#9AB984
(154,185,132)
#A5C091
(165,192,145)
#B0C79E
(176,199,158)
#BBCEAB
(187,206,171)
#C6D5B8
(198,213,184)
#D1DCC5
(209,220,197)
#DCE3D2
(220,227,210)
#E7EADF
(231,234,223)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84AB6A color. Also use rgb(132,171,106) instead hex code.

Text Font Color

.myTextColor { color: #84AB6A; }

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

This text font color is #84AB6A.


Background Color

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

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

This div background color is #84AB6A.


Border color

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

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

This div border color is #84AB6A.


Opacity

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

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

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

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

This text has shadow with #84AB6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84AB6A on black background.


Color preview on white background

This text has color #84AB6A on white background.



Black color preview on #84AB6A background

This text has black color on #84AB6A background.


White color preview on #84AB6A background

This text has white color on #84AB6A background.