COLOR #84AD85

HEX: #84AD85
RGB: (132,173,133)

Color info

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

RGB color model

#84AD85 color RGB value is (132,173,133).

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

RGB channels and saturation

R 132 of 255 = 52%
G 173 of 255 = 68%
B 133 of 255 = 52%

132
173
133

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

Portions of RGB colors in percentages

R + G + B =
132 + 173 + 133 = 438 (100%)
R 132 of 438 ~ 30.14%
G 173 of 438 ~ 39.5%
B 133 of 438 ~ 30.37%

%30.14
%39.5
%30.37

CMYK color model

#84AD85 color CMYK value is (24,0,23,32).

  • cyan value is 23.70%
  • magenta value is 0.00%
  • yellow value is 23.12%
  • key color value is 32.16%
CMYK:
(24,0,23,32)
C24M0Y23K32 
(24%,0%,23%,32%)
(0.24/0.00/0.23/0.32)	

CMYK percentages

%23.7
%0
%23.12
%32.16

Codes

Color #84AD85 in popluar color models

84AD85
RGB132173133
HSL121°20.00%59.80%
HSB/HSV121°23.70%67.84%
CMYK23.70%0.00%23.12%
32.16%

Color #84AD85 in popluar number systems.

HEX84AD85
Decimal132173133
Binary100001001010110110000101
Octal204255205

Shades and tints

Shades of #84AD85

#84AD85
(132,173,133)
#789E79
(120,158,121)
#6C8F6D
(108,143,109)
#608061
(96,128,97)
#547155
(84,113,85)
#486249
(72,98,73)
#3C533D
(60,83,61)
#304431
(48,68,49)
#243525
(36,53,37)
#182619
(24,38,25)
#0C170D
(12,23,13)
#000000
(0,0,0)

Tints of #84AD85

#84AD85
(132,173,133)
#8FB490
(143,180,144)
#9ABB9B
(154,187,155)
#A5C2A6
(165,194,166)
#B0C9B1
(176,201,177)
#BBD0BC
(187,208,188)
#C6D7C7
(198,215,199)
#D1DED2
(209,222,210)
#DCE5DD
(220,229,221)
#E7ECE8
(231,236,232)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84AD85; }

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

This text font color is #84AD85.


Background Color

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

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

This div background color is #84AD85.


Border color

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

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

This div border color is #84AD85.


Opacity

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

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

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

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

This text has shadow with #84AD85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84AD85 on black background.


Color preview on white background

This text has color #84AD85 on white background.



Black color preview on #84AD85 background

This text has black color on #84AD85 background.


White color preview on #84AD85 background

This text has white color on #84AD85 background.