COLOR #84A885

HEX: #84A885
RGB: (132,168,133)

Color info

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

RGB color model

#84A885 color RGB value is (132,168,133).

  • red value is 132;
  • green value is 168;
  • blue value is 133.
RGB:
(132,168,133)
(52%,66%,52%)

RGB channels and saturation

R 132 of 255 = 52%
G 168 of 255 = 66%
B 133 of 255 = 52%

132
168
133

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

Portions of RGB colors in percentages

R + G + B =
132 + 168 + 133 = 433 (100%)
R 132 of 433 ~ 30.48%
G 168 of 433 ~ 38.8%
B 133 of 433 ~ 30.72%

%30.48
%38.8
%30.72

CMYK color model

#84A885 color CMYK value is (21,0,21,34).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 20.83%
  • key color value is 34.12%
CMYK:
(21,0,21,34)
C21M0Y21K34 
(21%,0%,21%,34%)
(0.21/0.00/0.21/0.34)	

CMYK percentages

%21.43
%0
%20.83
%34.12

Codes

Color #84A885 in popluar color models

84A885
RGB132168133
HSL122°17.14%58.82%
HSB/HSV122°21.43%65.88%
CMYK21.43%0.00%20.83%
34.12%

Color #84A885 in popluar number systems.

HEX84A885
Decimal132168133
Binary100001001010100010000101
Octal204250205

Shades and tints

Shades of #84A885

#84A885
(132,168,133)
#789979
(120,153,121)
#6C8A6D
(108,138,109)
#607B61
(96,123,97)
#546C55
(84,108,85)
#485D49
(72,93,73)
#3C4E3D
(60,78,61)
#303F31
(48,63,49)
#243025
(36,48,37)
#182119
(24,33,25)
#0C120D
(12,18,13)
#000000
(0,0,0)

Tints of #84A885

#84A885
(132,168,133)
#8FAF90
(143,175,144)
#9AB69B
(154,182,155)
#A5BDA6
(165,189,166)
#B0C4B1
(176,196,177)
#BBCBBC
(187,203,188)
#C6D2C7
(198,210,199)
#D1D9D2
(209,217,210)
#DCE0DD
(220,224,221)
#E7E7E8
(231,231,232)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A885 color. Also use rgb(132,168,133) instead hex code.

Text Font Color

.myTextColor { color: #84A885; }

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

This text font color is #84A885.


Background Color

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

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

This div background color is #84A885.


Border color

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

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

This div border color is #84A885.


Opacity

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

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

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

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

This text has shadow with #84A885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A885 on black background.


Color preview on white background

This text has color #84A885 on white background.



Black color preview on #84A885 background

This text has black color on #84A885 background.


White color preview on #84A885 background

This text has white color on #84A885 background.