COLOR #84AB8C

HEX: #84AB8C
RGB: (132,171,140)

Color info

#84AB8C contains red, green and blue colors in about the same proportion. Web safe color of #84AB8C is #999999 (or #999).

RGB color model

#84AB8C color RGB value is (132,171,140).

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

RGB channels and saturation

R 132 of 255 = 52%
G 171 of 255 = 67%
B 140 of 255 = 55%

132
171
140

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

Portions of RGB colors in percentages

R + G + B =
132 + 171 + 140 = 443 (100%)
R 132 of 443 ~ 29.8%
G 171 of 443 ~ 38.6%
B 140 of 443 ~ 31.6%

%29.8
%38.6
%31.6

CMYK color model

#84AB8C color CMYK value is (23,0,18,33).

  • cyan value is 22.81%
  • magenta value is 0.00%
  • yellow value is 18.13%
  • key color value is 32.94%
CMYK:
(23,0,18,33)
C23M0Y18K33 
(23%,0%,18%,33%)
(0.23/0.00/0.18/0.33)	

CMYK percentages

%22.81
%0
%18.13
%32.94

Codes

Color #84AB8C in popluar color models

84AB8C
RGB132171140
HSL132°18.84%59.41%
HSB/HSV132°22.81%67.06%
CMYK22.81%0.00%18.13%
32.94%

Color #84AB8C in popluar number systems.

HEX84AB8C
Decimal132171140
Binary100001001010101110001100
Octal204253214

Shades and tints

Shades of #84AB8C

#84AB8C
(132,171,140)
#789C80
(120,156,128)
#6C8D74
(108,141,116)
#607E68
(96,126,104)
#546F5C
(84,111,92)
#486050
(72,96,80)
#3C5144
(60,81,68)
#304238
(48,66,56)
#24332C
(36,51,44)
#182420
(24,36,32)
#0C1514
(12,21,20)
#000000
(0,0,0)

Tints of #84AB8C

#84AB8C
(132,171,140)
#8FB296
(143,178,150)
#9AB9A0
(154,185,160)
#A5C0AA
(165,192,170)
#B0C7B4
(176,199,180)
#BBCEBE
(187,206,190)
#C6D5C8
(198,213,200)
#D1DCD2
(209,220,210)
#DCE3DC
(220,227,220)
#E7EAE6
(231,234,230)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84AB8C; }

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

This text font color is #84AB8C.


Background Color

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

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

This div background color is #84AB8C.


Border color

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

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

This div border color is #84AB8C.


Opacity

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

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

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

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

This text has shadow with #84AB8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84AB8C on black background.


Color preview on white background

This text has color #84AB8C on white background.



Black color preview on #84AB8C background

This text has black color on #84AB8C background.


White color preview on #84AB8C background

This text has white color on #84AB8C background.