COLOR #8A9B84

HEX: #8A9B84
RGB: (138,155,132)

Color info

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

RGB color model

#8A9B84 color RGB value is (138,155,132).

  • red value is 138;
  • green value is 155;
  • blue value is 132.
RGB:
(138,155,132)
(54%,61%,52%)

RGB channels and saturation

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

138
155
132

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

Portions of RGB colors in percentages

R + G + B =
138 + 155 + 132 = 425 (100%)
R 138 of 425 ~ 32.47%
G 155 of 425 ~ 36.47%
B 132 of 425 ~ 31.06%

%32.47
%36.47
%31.06

CMYK color model

#8A9B84 color CMYK value is (11,0,15,39).

  • cyan value is 10.97%
  • magenta value is 0.00%
  • yellow value is 14.84%
  • key color value is 39.22%
CMYK:
(11,0,15,39)
C11M0Y15K39 
(11%,0%,15%,39%)
(0.11/0.00/0.15/0.39)	

CMYK percentages

%10.97
%0
%14.84
%39.22

Codes

Color #8A9B84 in popluar color models

8A9B84
RGB138155132
HSL104°10.31%56.27%
HSB/HSV104°14.84%60.78%
CMYK10.97%0.00%14.84%
39.22%

Color #8A9B84 in popluar number systems.

HEX8A9B84
Decimal138155132
Binary100010101001101110000100
Octal212233204

Shades and tints

Shades of #8A9B84

#8A9B84
(138,155,132)
#7E8D78
(126,141,120)
#727F6C
(114,127,108)
#667160
(102,113,96)
#5A6354
(90,99,84)
#4E5548
(78,85,72)
#42473C
(66,71,60)
#363930
(54,57,48)
#2A2B24
(42,43,36)
#1E1D18
(30,29,24)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #8A9B84

#8A9B84
(138,155,132)
#94A48F
(148,164,143)
#9EAD9A
(158,173,154)
#A8B6A5
(168,182,165)
#B2BFB0
(178,191,176)
#BCC8BB
(188,200,187)
#C6D1C6
(198,209,198)
#D0DAD1
(208,218,209)
#DAE3DC
(218,227,220)
#E4ECE7
(228,236,231)
#EEF5F2
(238,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A9B84; }

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

This text font color is #8A9B84.


Background Color

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

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

This div background color is #8A9B84.


Border color

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

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

This div border color is #8A9B84.


Opacity

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

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

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

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

This text has shadow with #8A9B84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9B84 on black background.


Color preview on white background

This text has color #8A9B84 on white background.



Black color preview on #8A9B84 background

This text has black color on #8A9B84 background.


White color preview on #8A9B84 background

This text has white color on #8A9B84 background.