COLOR #84A295

HEX: #84A295 RGB: (132,162,149)

Color info

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

RGB color model

#84A295 color RGB value is (132,162,149).

RGB: (132,162,149) (52%, 64%, 58%)

RGB channels and saturation

R 132 of 255 = 52%
G 162 of 255 = 64%
B 149 of 255 = 58%

132
162
149

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

Portions of RGB colors in percentages

R + G + B = 132 + 162 + 149 = 443 (100%)
R 132 of 443 ~ 29.8%
G 162 of 443 ~ 36.57%
B 149 of 443 ~ 33.63'%

%29.8
%36.57
%33.63

CMYK color model

#84A295 color CMYK value is (19,0,8,36).

  • cyan value is 18.52%
  • magenta value is 0.00%
  • yellow value is 8.02%
  • key color value is 36.47%

CMYK: (19,0,8,36)
C19M0Y8K36 (19%, 0%, 8%, 36%)
(0.19 / 0.00 / 0.08 / 0.36)

CMYK percentages

%18.52
%0
%8.02
%36.47

Codes

Color #84A295 in popluar color models

84 A2 95
RGB 132 162 149
HSL 154° 13.89% 57.65%
HSB/HSV 154° 18.52% 63.53%
CMYK 18.52% 0.00% 8.02%
36.47%

Color #84A295 in popluar number systems.

HEX 84 A2 95
Decimal 132 162 149
Binary 10000100 10100010 10010101
Octal 204 242 225

Shades and tints

Shades of #84A295

#84A295
(132,162,149)
#789488
(120,148,136)
#6C867B
(108,134,123)
#60786E
(96,120,110)
#546A61
(84,106,97)
#485C54
(72,92,84)
#3C4E47
(60,78,71)
#30403A
(48,64,58)
#24322D
(36,50,45)
#182420
(24,36,32)
#0C1613
(12,22,19)
#000000
(0,0,0)

Tints of #84A295

#84A295
(132,162,149)
#8FAA9E
(143,170,158)
#9AB2A7
(154,178,167)
#A5BAB0
(165,186,176)
#B0C2B9
(176,194,185)
#BBCAC2
(187,202,194)
#C6D2CB
(198,210,203)
#D1DAD4
(209,218,212)
#DCE2DD
(220,226,221)
#E7EAE6
(231,234,230)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A295 color. Also use rgb(132,162,149) instead hex code.

Text Font Color

.myTextColor { color: #84A295; }

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

This text font color is #84A295.

Background Color

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

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

This div background color is #84A295.

Border color

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

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

This div border color is #84A295.

Opacity

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

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

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

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

This text has shadow with #84A295 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84A295.

Preview

Color preview on black background

This text has color #84A295 on black background.


Color preview on white background

This text has color #84A295 on white background.


Black color preview on #84A295 background

This text has black color on #84A295 background.


White color preview on #84A295 background

This text has white color on #84A295 background.


Related colors

Complementary color

Complementary color for #hex is #7B5D6A.


I love getcolorcode.com

Triadic colors

1 #9584A2 and #A29584 with #84A295 are triadic colors.

2 #95A284 and #A28495 with #84A295 are triadic colors.