COLOR #84AA95

HEX: #84AA95 RGB: (132,170,149)

Color info

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

RGB color model

#84AA95 color RGB value is (132,170,149).

RGB: (132,170,149) (52%, 67%, 58%)

RGB channels and saturation

R 132 of 255 = 52%
G 170 of 255 = 67%
B 149 of 255 = 58%

132
170
149

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

Portions of RGB colors in percentages

R + G + B = 132 + 170 + 149 = 451 (100%)
R 132 of 451 ~ 29.27%
G 170 of 451 ~ 37.69%
B 149 of 451 ~ 33.04'%

%29.27
%37.69
%33.04

CMYK color model

#84AA95 color CMYK value is (22,0,12,33).

  • cyan value is 22.35%
  • magenta value is 0.00%
  • yellow value is 12.35%
  • key color value is 33.33%

CMYK: (22,0,12,33)
C22M0Y12K33 (22%, 0%, 12%, 33%)
(0.22 / 0.00 / 0.12 / 0.33)

CMYK percentages

%22.35
%0
%12.35
%33.33

Codes

Color #84AA95 in popluar color models

84 AA 95
RGB 132 170 149
HSL 147° 18.27% 59.22%
HSB/HSV 147° 22.35% 66.67%
CMYK 22.35% 0.00% 12.35%
33.33%

Color #84AA95 in popluar number systems.

HEX 84 AA 95
Decimal 132 170 149
Binary 10000100 10101010 10010101
Octal 204 252 225

Shades and tints

Shades of #84AA95

#84AA95
(132,170,149)
#789B88
(120,155,136)
#6C8C7B
(108,140,123)
#607D6E
(96,125,110)
#546E61
(84,110,97)
#485F54
(72,95,84)
#3C5047
(60,80,71)
#30413A
(48,65,58)
#24322D
(36,50,45)
#182320
(24,35,32)
#0C1413
(12,20,19)
#000000
(0,0,0)

Tints of #84AA95

#84AA95
(132,170,149)
#8FB19E
(143,177,158)
#9AB8A7
(154,184,167)
#A5BFB0
(165,191,176)
#B0C6B9
(176,198,185)
#BBCDC2
(187,205,194)
#C6D4CB
(198,212,203)
#D1DBD4
(209,219,212)
#DCE2DD
(220,226,221)
#E7E9E6
(231,233,230)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84AA95; }

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

This text font color is #84AA95.

Background Color

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

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

This div background color is #84AA95.

Border color

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

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

This div border color is #84AA95.

Opacity

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

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

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

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

This text has shadow with #84AA95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84AA95.

Preview

Color preview on black background

This text has color #84AA95 on black background.


Color preview on white background

This text has color #84AA95 on white background.


Black color preview on #84AA95 background

This text has black color on #84AA95 background.


White color preview on #84AA95 background

This text has white color on #84AA95 background.


Related colors

Complementary color

Complementary color for #hex is #7B556A.


I love getcolorcode.com

Triadic colors

1 #9584AA and #AA9584 with #84AA95 are triadic colors.

2 #95AA84 and #AA8495 with #84AA95 are triadic colors.