COLOR #8A8395

HEX: #8A8395 RGB: (138,131,149)

Color info

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

RGB color model

#8A8395 color RGB value is (138,131,149).

RGB: (138,131,149) (54%, 51%, 58%)

RGB channels and saturation

R 138 of 255 = 54%
G 131 of 255 = 51%
B 149 of 255 = 58%

138
131
149

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

Portions of RGB colors in percentages

R + G + B = 138 + 131 + 149 = 418 (100%)
R 138 of 418 ~ 33.01%
G 131 of 418 ~ 31.34%
B 149 of 418 ~ 35.65'%

%33.01
%31.34
%35.65

CMYK color model

#8A8395 color CMYK value is (7,12,0,42).

  • cyan value is 7.38%
  • magenta value is 12.08%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK: (7,12,0,42) C7M12Y0K42 (7%,12%,0%,42%) (0.07/0.12/0.00/0.42) 

CMYK percentages

%7.38
%12.08
%0
%41.57

Codes

Color #8A8395 in popluar color models

8A 83 95
RGB 138 131 149
HSL 263° 7.83% 54.90%
HSB/HSV 263° 12.08% 58.43%
CMYK 7.38% 12.08% 0.00%
41.57%

Color #8A8395 in popluar number systems.

HEX 8A 83 95
Decimal 138 131 149
Binary 10001010 10000011 10010101
Octal 212 203 225

Shades and tints

Shades of #8A8395

#8A8395
(138,131,149)
#7E7888
(126,120,136)
#726D7B
(114,109,123)
#66626E
(102,98,110)
#5A5761
(90,87,97)
#4E4C54
(78,76,84)
#424147
(66,65,71)
#36363A
(54,54,58)
#2A2B2D
(42,43,45)
#1E2020
(30,32,32)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #8A8395

#8A8395
(138,131,149)
#948E9E
(148,142,158)
#9E99A7
(158,153,167)
#A8A4B0
(168,164,176)
#B2AFB9
(178,175,185)
#BCBAC2
(188,186,194)
#C6C5CB
(198,197,203)
#D0D0D4
(208,208,212)
#DADBDD
(218,219,221)
#E4E6E6
(228,230,230)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A8395; }

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

This text font color is #8A8395.

Background Color

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

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

This div background color is #8A8395.

Border color

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

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

This div border color is #8A8395.

Opacity

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

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

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

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

This text has shadow with #8A8395 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A8395.

Preview

Color preview on black background

This text has color #8A8395 on black background.


Color preview on white background

This text has color #8A8395 on white background.


Black color preview on #8A8395 background

This text has black color on #8A8395 background.


White color preview on #8A8395 background

This text has white color on #8A8395 background.


Related colors

Complementary color

Complementary color for #hex is #757C6A.


I love getcolorcode.com

Triadic colors

1 #958A83 and #83958A with #8A8395 are triadic colors.

2 #95838A and #838A95 with #8A8395 are triadic colors.