COLOR #84A98D

HEX: #84A98D RGB: (132,169,141)

Color info

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

RGB color model

#84A98D color RGB value is (132,169,141).

RGB: (132,169,141) (52%, 66%, 55%)

RGB channels and saturation

R 132 of 255 = 52%
G 169 of 255 = 66%
B 141 of 255 = 55%

132
169
141

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

Portions of RGB colors in percentages

R + G + B = 132 + 169 + 141 = 442 (100%)
R 132 of 442 ~ 29.86%
G 169 of 442 ~ 38.24%
B 141 of 442 ~ 31.9'%

%29.86
%38.24
%31.9

CMYK color model

#84A98D color CMYK value is (22,0,17,34).

  • cyan value is 21.89%
  • magenta value is 0.00%
  • yellow value is 16.57%
  • key color value is 33.73%
CMYK: (22,0,17,34) C22M0Y17K34 (22%,0%,17%,34%) (0.22/0.00/0.17/0.34) 

CMYK percentages

%21.89
%0
%16.57
%33.73

Codes

Color #84A98D in popluar color models

84 A9 8D
RGB 132 169 141
HSL 135° 17.70% 59.02%
HSB/HSV 135° 21.89% 66.27%
CMYK 21.89% 0.00% 16.57%
33.73%

Color #84A98D in popluar number systems.

HEX 84 A9 8D
Decimal 132 169 141
Binary 10000100 10101001 10001101
Octal 204 251 215

Shades and tints

Shades of #84A98D

#84A98D
(132,169,141)
#789A81
(120,154,129)
#6C8B75
(108,139,117)
#607C69
(96,124,105)
#546D5D
(84,109,93)
#485E51
(72,94,81)
#3C4F45
(60,79,69)
#304039
(48,64,57)
#24312D
(36,49,45)
#182221
(24,34,33)
#0C1315
(12,19,21)
#000000
(0,0,0)

Tints of #84A98D

#84A98D
(132,169,141)
#8FB097
(143,176,151)
#9AB7A1
(154,183,161)
#A5BEAB
(165,190,171)
#B0C5B5
(176,197,181)
#BBCCBF
(187,204,191)
#C6D3C9
(198,211,201)
#D1DAD3
(209,218,211)
#DCE1DD
(220,225,221)
#E7E8E7
(231,232,231)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A98D color. Also use rgb(132,169,141) instead hex code.

Text Font Color

.myTextColor { color: #84A98D; }

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

This text font color is #84A98D.

Background Color

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

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

This div background color is #84A98D.

Border color

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

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

This div border color is #84A98D.

Opacity

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

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

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

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

This text has shadow with #84A98D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84A98D.

Preview

Color preview on black background

This text has color #84A98D on black background.


Color preview on white background

This text has color #84A98D on white background.


Black color preview on #84A98D background

This text has black color on #84A98D background.


White color preview on #84A98D background

This text has white color on #84A98D background.


Related colors

Complementary color

Complementary color for #hex is #7B5672.


I love getcolorcode.com

Triadic colors

1 #8D84A9 and #A98D84 with #84A98D are triadic colors.

2 #8DA984 and #A9848D with #84A98D are triadic colors.