COLOR #8A9884

HEX: #8A9884
RGB: (138,152,132)

Color info

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

RGB color model

#8A9884 color RGB value is (138,152,132).

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

RGB channels and saturation

R 138 of 255 = 54%
G 152 of 255 = 60%
B 132 of 255 = 52%

138
152
132

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

Portions of RGB colors in percentages

R + G + B =
138 + 152 + 132 = 422 (100%)
R 138 of 422 ~ 32.7%
G 152 of 422 ~ 36.02%
B 132 of 422 ~ 31.28%

%32.7
%36.02
%31.28

CMYK color model

#8A9884 color CMYK value is (9,0,13,40).

  • cyan value is 9.21%
  • magenta value is 0.00%
  • yellow value is 13.16%
  • key color value is 40.39%
CMYK:
(9,0,13,40)
C9M0Y13K40 
(9%,0%,13%,40%)
(0.09/0.00/0.13/0.40)	

CMYK percentages

%9.21
%0
%13.16
%40.39

Codes

Color #8A9884 in popluar color models

8A9884
RGB138152132
HSL102°8.85%55.69%
HSB/HSV102°13.16%59.61%
CMYK9.21%0.00%13.16%
40.39%

Color #8A9884 in popluar number systems.

HEX8A9884
Decimal138152132
Binary100010101001100010000100
Octal212230204

Shades and tints

Shades of #8A9884

#8A9884
(138,152,132)
#7E8B78
(126,139,120)
#727E6C
(114,126,108)
#667160
(102,113,96)
#5A6454
(90,100,84)
#4E5748
(78,87,72)
#424A3C
(66,74,60)
#363D30
(54,61,48)
#2A3024
(42,48,36)
#1E2318
(30,35,24)
#12160C
(18,22,12)
#000000
(0,0,0)

Tints of #8A9884

#8A9884
(138,152,132)
#94A18F
(148,161,143)
#9EAA9A
(158,170,154)
#A8B3A5
(168,179,165)
#B2BCB0
(178,188,176)
#BCC5BB
(188,197,187)
#C6CEC6
(198,206,198)
#D0D7D1
(208,215,209)
#DAE0DC
(218,224,220)
#E4E9E7
(228,233,231)
#EEF2F2
(238,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A9884; }

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

This text font color is #8A9884.


Background Color

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

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

This div background color is #8A9884.


Border color

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

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

This div border color is #8A9884.


Opacity

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

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

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

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

This text has shadow with #8A9884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9884 on black background.


Color preview on white background

This text has color #8A9884 on white background.



Black color preview on #8A9884 background

This text has black color on #8A9884 background.


White color preview on #8A9884 background

This text has white color on #8A9884 background.