COLOR #8C839B

HEX: #8C839B RGB: (140,131,155)

Color info

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

RGB color model

#8C839B color RGB value is (140,131,155).

RGB: (140,131,155) (55%, 51%, 61%)

RGB channels and saturation

R 140 of 255 = 55%
G 131 of 255 = 51%
B 155 of 255 = 61%

140
131
155

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

Portions of RGB colors in percentages

R + G + B = 140 + 131 + 155 = 426 (100%)
R 140 of 426 ~ 32.86%
G 131 of 426 ~ 30.75%
B 155 of 426 ~ 36.38'%

%32.86
%30.75
%36.38

CMYK color model

#8C839B color CMYK value is (10,15,0,39).

  • cyan value is 9.68%
  • magenta value is 15.48%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (10,15,0,39)
C10M15Y0K39 (10%, 15%, 0%, 39%)
(0.10 / 0.15 / 0.00 / 0.39)

CMYK percentages

%9.68
%15.48
%0
%39.22

Codes

Color #8C839B in popluar color models

8C 83 9B
RGB 140 131 155
HSL 263° 10.71% 56.08%
HSB/HSV 263° 15.48% 60.78%
CMYK 9.68% 15.48% 0.00%
39.22%

Color #8C839B in popluar number systems.

HEX 8C 83 9B
Decimal 140 131 155
Binary 10001100 10000011 10011011
Octal 214 203 233

Shades and tints

Shades of #8C839B

#8C839B
(140,131,155)
#80788D
(128,120,141)
#746D7F
(116,109,127)
#686271
(104,98,113)
#5C5763
(92,87,99)
#504C55
(80,76,85)
#444147
(68,65,71)
#383639
(56,54,57)
#2C2B2B
(44,43,43)
#20201D
(32,32,29)
#14150F
(20,21,15)
#000000
(0,0,0)

Tints of #8C839B

#8C839B
(140,131,155)
#968EA4
(150,142,164)
#A099AD
(160,153,173)
#AAA4B6
(170,164,182)
#B4AFBF
(180,175,191)
#BEBAC8
(190,186,200)
#C8C5D1
(200,197,209)
#D2D0DA
(210,208,218)
#DCDBE3
(220,219,227)
#E6E6EC
(230,230,236)
#F0F1F5
(240,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C839B color. Also use rgb(140,131,155) instead hex code.

Text Font Color

.myTextColor { color: #8C839B; }

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

This text font color is #8C839B.

Background Color

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

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

This div background color is #8C839B.

Border color

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

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

This div border color is #8C839B.

Opacity

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

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

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

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

This text has shadow with #8C839B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C839B.

Preview

Color preview on black background

This text has color #8C839B on black background.


Color preview on white background

This text has color #8C839B on white background.


Black color preview on #8C839B background

This text has black color on #8C839B background.


White color preview on #8C839B background

This text has white color on #8C839B background.


Related colors

Complementary color

Complementary color for #hex is #737C64.


I love getcolorcode.com

Triadic colors

1 #9B8C83 and #839B8C with #8C839B are triadic colors.

2 #9B838C and #838C9B with #8C839B are triadic colors.