COLOR #8A839E

HEX: #8A839E RGB: (138,131,158)

Color info

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

RGB color model

#8A839E color RGB value is (138,131,158).

RGB: (138,131,158) (54%, 51%, 62%)

RGB channels and saturation

R 138 of 255 = 54%
G 131 of 255 = 51%
B 158 of 255 = 62%

138
131
158

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

Portions of RGB colors in percentages

R + G + B = 138 + 131 + 158 = 427 (100%)
R 138 of 427 ~ 32.32%
G 131 of 427 ~ 30.68%
B 158 of 427 ~ 37'%

%32.32
%30.68
%37

CMYK color model

#8A839E color CMYK value is (13,17,0,38).

  • cyan value is 12.66%
  • magenta value is 17.09%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (13,17,0,38)
C13M17Y0K38 (13%, 17%, 0%, 38%)
(0.13 / 0.17 / 0.00 / 0.38)

CMYK percentages

%12.66
%17.09
%0
%38.04

Codes

Color #8A839E in popluar color models

8A 83 9E
RGB 138 131 158
HSL 256° 12.22% 56.67%
HSB/HSV 256° 17.09% 61.96%
CMYK 12.66% 17.09% 0.00%
38.04%

Color #8A839E in popluar number systems.

HEX 8A 83 9E
Decimal 138 131 158
Binary 10001010 10000011 10011110
Octal 212 203 236

Shades and tints

Shades of #8A839E

#8A839E
(138,131,158)
#7E7890
(126,120,144)
#726D82
(114,109,130)
#666274
(102,98,116)
#5A5766
(90,87,102)
#4E4C58
(78,76,88)
#42414A
(66,65,74)
#36363C
(54,54,60)
#2A2B2E
(42,43,46)
#1E2020
(30,32,32)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #8A839E

#8A839E
(138,131,158)
#948EA6
(148,142,166)
#9E99AE
(158,153,174)
#A8A4B6
(168,164,182)
#B2AFBE
(178,175,190)
#BCBAC6
(188,186,198)
#C6C5CE
(198,197,206)
#D0D0D6
(208,208,214)
#DADBDE
(218,219,222)
#E4E6E6
(228,230,230)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A839E; }

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

This text font color is #8A839E.

Background Color

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

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

This div background color is #8A839E.

Border color

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

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

This div border color is #8A839E.

Opacity

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

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

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

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

This text has shadow with #8A839E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A839E.

Preview

Color preview on black background

This text has color #8A839E on black background.


Color preview on white background

This text has color #8A839E on white background.


Black color preview on #8A839E background

This text has black color on #8A839E background.


White color preview on #8A839E background

This text has white color on #8A839E background.


Related colors

Complementary color

Complementary color for #hex is #757C61.


I love getcolorcode.com

Triadic colors

1 #9E8A83 and #839E8A with #8A839E are triadic colors.

2 #9E838A and #838A9E with #8A839E are triadic colors.