COLOR #84AC92

HEX: #84AC92
RGB: (132,172,146)

Color info

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

RGB color model

#84AC92 color RGB value is (132,172,146).

  • red value is 132;
  • green value is 172;
  • blue value is 146.
RGB:
(132,172,146)
(52%,67%,57%)

RGB channels and saturation

R 132 of 255 = 52%
G 172 of 255 = 67%
B 146 of 255 = 57%

132
172
146

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

Portions of RGB colors in percentages

R + G + B =
132 + 172 + 146 = 450 (100%)
R 132 of 450 ~ 29.33%
G 172 of 450 ~ 38.22%
B 146 of 450 ~ 32.44%

%29.33
%38.22
%32.44

CMYK color model

#84AC92 color CMYK value is (23,0,15,33).

  • cyan value is 23.26%
  • magenta value is 0.00%
  • yellow value is 15.12%
  • key color value is 32.55%
CMYK:
(23,0,15,33)
C23M0Y15K33 
(23%,0%,15%,33%)
(0.23/0.00/0.15/0.33)	

CMYK percentages

%23.26
%0
%15.12
%32.55

Codes

Color #84AC92 in popluar color models

84AC92
RGB132172146
HSL141°19.42%59.61%
HSB/HSV141°23.26%67.45%
CMYK23.26%0.00%15.12%
32.55%

Color #84AC92 in popluar number systems.

HEX84AC92
Decimal132172146
Binary100001001010110010010010
Octal204254222

Shades and tints

Shades of #84AC92

#84AC92
(132,172,146)
#789D85
(120,157,133)
#6C8E78
(108,142,120)
#607F6B
(96,127,107)
#54705E
(84,112,94)
#486151
(72,97,81)
#3C5244
(60,82,68)
#304337
(48,67,55)
#24342A
(36,52,42)
#18251D
(24,37,29)
#0C1610
(12,22,16)
#000000
(0,0,0)

Tints of #84AC92

#84AC92
(132,172,146)
#8FB39B
(143,179,155)
#9ABAA4
(154,186,164)
#A5C1AD
(165,193,173)
#B0C8B6
(176,200,182)
#BBCFBF
(187,207,191)
#C6D6C8
(198,214,200)
#D1DDD1
(209,221,209)
#DCE4DA
(220,228,218)
#E7EBE3
(231,235,227)
#F2F2EC
(242,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84AC92 color. Also use rgb(132,172,146) instead hex code.

Text Font Color

.myTextColor { color: #84AC92; }

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

This text font color is #84AC92.


Background Color

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

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

This div background color is #84AC92.


Border color

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

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

This div border color is #84AC92.


Opacity

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

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

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

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

This text has shadow with #84AC92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84AC92 on black background.


Color preview on white background

This text has color #84AC92 on white background.



Black color preview on #84AC92 background

This text has black color on #84AC92 background.


White color preview on #84AC92 background

This text has white color on #84AC92 background.