COLOR #8A9882

HEX: #8A9882
RGB: (138,152,130)

Color info

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

RGB color model

#8A9882 color RGB value is (138,152,130).

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

RGB channels and saturation

R 138 of 255 = 54%
G 152 of 255 = 60%
B 130 of 255 = 51%

138
152
130

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

Portions of RGB colors in percentages

R + G + B =
138 + 152 + 130 = 420 (100%)
R 138 of 420 ~ 32.86%
G 152 of 420 ~ 36.19%
B 130 of 420 ~ 30.95%

%32.86
%36.19
%30.95

CMYK color model

#8A9882 color CMYK value is (9,0,14,40).

  • cyan value is 9.21%
  • magenta value is 0.00%
  • yellow value is 14.47%
  • key color value is 40.39%
CMYK:
(9,0,14,40)
C9M0Y14K40 
(9%,0%,14%,40%)
(0.09/0.00/0.14/0.40)	

CMYK percentages

%9.21
%0
%14.47
%40.39

Codes

Color #8A9882 in popluar color models

8A9882
RGB138152130
HSL98°9.65%55.29%
HSB/HSV98°14.47%59.61%
CMYK9.21%0.00%14.47%
40.39%

Color #8A9882 in popluar number systems.

HEX8A9882
Decimal138152130
Binary100010101001100010000010
Octal212230202

Shades and tints

Shades of #8A9882

#8A9882
(138,152,130)
#7E8B77
(126,139,119)
#727E6C
(114,126,108)
#667161
(102,113,97)
#5A6456
(90,100,86)
#4E574B
(78,87,75)
#424A40
(66,74,64)
#363D35
(54,61,53)
#2A302A
(42,48,42)
#1E231F
(30,35,31)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #8A9882

#8A9882
(138,152,130)
#94A18D
(148,161,141)
#9EAA98
(158,170,152)
#A8B3A3
(168,179,163)
#B2BCAE
(178,188,174)
#BCC5B9
(188,197,185)
#C6CEC4
(198,206,196)
#D0D7CF
(208,215,207)
#DAE0DA
(218,224,218)
#E4E9E5
(228,233,229)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A9882; }

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

This text font color is #8A9882.


Background Color

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

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

This div background color is #8A9882.


Border color

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

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

This div border color is #8A9882.


Opacity

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

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

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

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

This text has shadow with #8A9882 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9882 on black background.


Color preview on white background

This text has color #8A9882 on white background.



Black color preview on #8A9882 background

This text has black color on #8A9882 background.


White color preview on #8A9882 background

This text has white color on #8A9882 background.