COLOR #8A839C

HEX: #8A839C RGB: (138,131,156)

Color info

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

RGB color model

#8A839C color RGB value is (138,131,156).

RGB: (138,131,156) (54%, 51%, 61%)

RGB channels and saturation

R 138 of 255 = 54%
G 131 of 255 = 51%
B 156 of 255 = 61%

138
131
156

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

Portions of RGB colors in percentages

R + G + B = 138 + 131 + 156 = 425 (100%)
R 138 of 425 ~ 32.47%
G 131 of 425 ~ 30.82%
B 156 of 425 ~ 36.71'%

%32.47
%30.82
%36.71

CMYK color model

#8A839C color CMYK value is (12,16,0,39).

  • cyan value is 11.54%
  • magenta value is 16.03%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (12,16,0,39)
C12M16Y0K39 (12%, 16%, 0%, 39%)
(0.12 / 0.16 / 0.00 / 0.39)

CMYK percentages

%11.54
%16.03
%0
%38.82

Codes

Color #8A839C in popluar color models

8A 83 9C
RGB 138 131 156
HSL 257° 11.21% 56.27%
HSB/HSV 257° 16.03% 61.18%
CMYK 11.54% 16.03% 0.00%
38.82%

Color #8A839C in popluar number systems.

HEX 8A 83 9C
Decimal 138 131 156
Binary 10001010 10000011 10011100
Octal 212 203 234

Shades and tints

Shades of #8A839C

#8A839C
(138,131,156)
#7E788E
(126,120,142)
#726D80
(114,109,128)
#666272
(102,98,114)
#5A5764
(90,87,100)
#4E4C56
(78,76,86)
#424148
(66,65,72)
#36363A
(54,54,58)
#2A2B2C
(42,43,44)
#1E201E
(30,32,30)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #8A839C

#8A839C
(138,131,156)
#948EA5
(148,142,165)
#9E99AE
(158,153,174)
#A8A4B7
(168,164,183)
#B2AFC0
(178,175,192)
#BCBAC9
(188,186,201)
#C6C5D2
(198,197,210)
#D0D0DB
(208,208,219)
#DADBE4
(218,219,228)
#E4E6ED
(228,230,237)
#EEF1F6
(238,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A839C; }

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

This text font color is #8A839C.

Background Color

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

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

This div background color is #8A839C.

Border color

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

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

This div border color is #8A839C.

Opacity

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

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

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

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

This text has shadow with #8A839C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A839C.

Preview

Color preview on black background

This text has color #8A839C on black background.


Color preview on white background

This text has color #8A839C on white background.


Black color preview on #8A839C background

This text has black color on #8A839C background.


White color preview on #8A839C background

This text has white color on #8A839C background.


Related colors

Complementary color

Complementary color for #hex is #757C63.


I love getcolorcode.com

Triadic colors

1 #9C8A83 and #839C8A with #8A839C are triadic colors.

2 #9C838A and #838A9C with #8A839C are triadic colors.