COLOR #8A9C84

HEX: #8A9C84 RGB: (138,156,132)

Color info

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

RGB color model

#8A9C84 color RGB value is (138,156,132).

RGB: (138,156,132) (54%, 61%, 52%)

RGB channels and saturation

R 138 of 255 = 54%
G 156 of 255 = 61%
B 132 of 255 = 52%

138
156
132

R + G + B ~ 56%. #8A9C84 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 138 + 156 + 132 = 426 (100%)
R 138 of 426 ~ 32.39%
G 156 of 426 ~ 36.62%
B 132 of 426 ~ 30.99'%

%32.39
%36.62
%30.99

CMYK color model

#8A9C84 color CMYK value is (12,0,15,39).

  • cyan value is 11.54%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 38.82%
CMYK: (12,0,15,39) C12M0Y15K39 (12%,0%,15%,39%) (0.12/0.00/0.15/0.39) 

CMYK percentages

%11.54
%0
%15.38
%38.82

Codes

Color #8A9C84 in popluar color models

8A 9C 84
RGB 138 156 132
HSL 105° 10.81% 56.47%
HSB/HSV 105° 15.38% 61.18%
CMYK 11.54% 0.00% 15.38%
38.82%

Color #8A9C84 in popluar number systems.

HEX 8A 9C 84
Decimal 138 156 132
Binary 10001010 10011100 10000100
Octal 212 234 204

Shades and tints

Shades of #8A9C84

#8A9C84
(138,156,132)
#7E8E78
(126,142,120)
#72806C
(114,128,108)
#667260
(102,114,96)
#5A6454
(90,100,84)
#4E5648
(78,86,72)
#42483C
(66,72,60)
#363A30
(54,58,48)
#2A2C24
(42,44,36)
#1E1E18
(30,30,24)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #8A9C84

#8A9C84
(138,156,132)
#94A58F
(148,165,143)
#9EAE9A
(158,174,154)
#A8B7A5
(168,183,165)
#B2C0B0
(178,192,176)
#BCC9BB
(188,201,187)
#C6D2C6
(198,210,198)
#D0DBD1
(208,219,209)
#DAE4DC
(218,228,220)
#E4EDE7
(228,237,231)
#EEF6F2
(238,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A9C84 color. Also use rgb(138,156,132) instead hex code.

Text Font Color

.myTextColor { color: #8A9C84; }

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

This text font color is #8A9C84.

Background Color

.myBgColor { background-color: #8A9C84; }

<div style="background-color:#8A9C84">Inner text</div>

This div background color is #8A9C84.

Border color

.myBorderColor { border: 1px solid #8A9C84; }

<div style="border:3px solid #8A9C84">Div</div>

This div border color is #8A9C84.

Opacity

.myOpacity80 { color: #8A9C84; opacity: 0.8; }

<p style="color:#8A9C84;opacity:0.8;">80%</p>

Text with #8A9C84 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 #8A9C84;}

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

This text has shadow with #8A9C84 color.


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

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

This text has shadow with #8A9C84 primary color and red secondary color.


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

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

This text has shadow with #8A9C84 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8A9C84.

Preview

Color preview on black background

This text has color #8A9C84 on black background.


Color preview on white background

This text has color #8A9C84 on white background.


Black color preview on #8A9C84 background

This text has black color on #8A9C84 background.


White color preview on #8A9C84 background

This text has white color on #8A9C84 background.


Related colors

Complementary color

Complementary color for #hex is #75637B.


I love getcolorcode.com

Triadic colors

1 #848A9C and #9C848A with #8A9C84 are triadic colors.

2 #849C8A and #9C8A84 with #8A9C84 are triadic colors.