COLOR #84A192

HEX: #84A192
RGB: (132,161,146)

Color info

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

RGB color model

#84A192 color RGB value is (132,161,146).

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

RGB channels and saturation

R 132 of 255 = 52%
G 161 of 255 = 63%
B 146 of 255 = 57%

132
161
146

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

Portions of RGB colors in percentages

R + G + B =
132 + 161 + 146 = 439 (100%)
R 132 of 439 ~ 30.07%
G 161 of 439 ~ 36.67%
B 146 of 439 ~ 33.26%

%30.07
%36.67
%33.26

CMYK color model

#84A192 color CMYK value is (18,0,9,37).

  • cyan value is 18.01%
  • magenta value is 0.00%
  • yellow value is 9.32%
  • key color value is 36.86%
CMYK:
(18,0,9,37)
C18M0Y9K37 
(18%,0%,9%,37%)
(0.18/0.00/0.09/0.37)	

CMYK percentages

%18.01
%0
%9.32
%36.86

Codes

Color #84A192 in popluar color models

84A192
RGB132161146
HSL149°13.36%57.45%
HSB/HSV149°18.01%63.14%
CMYK18.01%0.00%9.32%
36.86%

Color #84A192 in popluar number systems.

HEX84A192
Decimal132161146
Binary100001001010000110010010
Octal204241222

Shades and tints

Shades of #84A192

#84A192
(132,161,146)
#789385
(120,147,133)
#6C8578
(108,133,120)
#60776B
(96,119,107)
#54695E
(84,105,94)
#485B51
(72,91,81)
#3C4D44
(60,77,68)
#303F37
(48,63,55)
#24312A
(36,49,42)
#18231D
(24,35,29)
#0C1510
(12,21,16)
#000000
(0,0,0)

Tints of #84A192

#84A192
(132,161,146)
#8FA99B
(143,169,155)
#9AB1A4
(154,177,164)
#A5B9AD
(165,185,173)
#B0C1B6
(176,193,182)
#BBC9BF
(187,201,191)
#C6D1C8
(198,209,200)
#D1D9D1
(209,217,209)
#DCE1DA
(220,225,218)
#E7E9E3
(231,233,227)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A192; }

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

This text font color is #84A192.


Background Color

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

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

This div background color is #84A192.


Border color

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

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

This div border color is #84A192.


Opacity

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

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

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

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

This text has shadow with #84A192 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A192 on black background.


Color preview on white background

This text has color #84A192 on white background.



Black color preview on #84A192 background

This text has black color on #84A192 background.


White color preview on #84A192 background

This text has white color on #84A192 background.