COLOR #84AD94

HEX: #84AD94
RGB: (132,173,148)

Color info

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

RGB color model

#84AD94 color RGB value is (132,173,148).

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

RGB channels and saturation

R 132 of 255 = 52%
G 173 of 255 = 68%
B 148 of 255 = 58%

132
173
148

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

Portions of RGB colors in percentages

R + G + B =
132 + 173 + 148 = 453 (100%)
R 132 of 453 ~ 29.14%
G 173 of 453 ~ 38.19%
B 148 of 453 ~ 32.67%

%29.14
%38.19
%32.67

CMYK color model

#84AD94 color CMYK value is (24,0,14,32).

  • cyan value is 23.70%
  • magenta value is 0.00%
  • yellow value is 14.45%
  • key color value is 32.16%
CMYK:
(24,0,14,32)
C24M0Y14K32 
(24%,0%,14%,32%)
(0.24/0.00/0.14/0.32)	

CMYK percentages

%23.7
%0
%14.45
%32.16

Codes

Color #84AD94 in popluar color models

84AD94
RGB132173148
HSL143°20.00%59.80%
HSB/HSV143°23.70%67.84%
CMYK23.70%0.00%14.45%
32.16%

Color #84AD94 in popluar number systems.

HEX84AD94
Decimal132173148
Binary100001001010110110010100
Octal204255224

Shades and tints

Shades of #84AD94

#84AD94
(132,173,148)
#789E87
(120,158,135)
#6C8F7A
(108,143,122)
#60806D
(96,128,109)
#547160
(84,113,96)
#486253
(72,98,83)
#3C5346
(60,83,70)
#304439
(48,68,57)
#24352C
(36,53,44)
#18261F
(24,38,31)
#0C1712
(12,23,18)
#000000
(0,0,0)

Tints of #84AD94

#84AD94
(132,173,148)
#8FB49D
(143,180,157)
#9ABBA6
(154,187,166)
#A5C2AF
(165,194,175)
#B0C9B8
(176,201,184)
#BBD0C1
(187,208,193)
#C6D7CA
(198,215,202)
#D1DED3
(209,222,211)
#DCE5DC
(220,229,220)
#E7ECE5
(231,236,229)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84AD94; }

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

This text font color is #84AD94.


Background Color

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

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

This div background color is #84AD94.


Border color

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

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

This div border color is #84AD94.


Opacity

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

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

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

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

This text has shadow with #84AD94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84AD94 on black background.


Color preview on white background

This text has color #84AD94 on white background.



Black color preview on #84AD94 background

This text has black color on #84AD94 background.


White color preview on #84AD94 background

This text has white color on #84AD94 background.