COLOR #8C7B8F

HEX: #8C7B8F
RGB: (140,123,143)

Color info

#8C7B8F contains red, green and blue colors in about the same proportion. Web safe color of #8C7B8F is #996699 (or #969).

RGB color model

#8C7B8F color RGB value is (140,123,143).

  • red value is 140;
  • green value is 123;
  • blue value is 143.
RGB:
(140,123,143)
(55%,48%,56%)

RGB channels and saturation

R 140 of 255 = 55%
G 123 of 255 = 48%
B 143 of 255 = 56%

140
123
143

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

Portions of RGB colors in percentages

R + G + B =
140 + 123 + 143 = 406 (100%)
R 140 of 406 ~ 34.48%
G 123 of 406 ~ 30.3%
B 143 of 406 ~ 35.22%

%34.48
%30.3
%35.22

CMYK color model

#8C7B8F color CMYK value is (2,14,0,44).

  • cyan value is 2.10%
  • magenta value is 13.99%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(2,14,0,44)
C2M14Y0K44 
(2%,14%,0%,44%)
(0.02/0.14/0.00/0.44)	

CMYK percentages

%2.1
%13.99
%0
%43.92

Codes

Color #8C7B8F in popluar color models

8C7B8F
RGB140123143
HSL291°8.20%52.16%
HSB/HSV291°13.99%56.08%
CMYK2.10%13.99%0.00%
43.92%

Color #8C7B8F in popluar number systems.

HEX8C7B8F
Decimal140123143
Binary10001100111101110001111
Octal214173217

Shades and tints

Shades of #8C7B8F

#8C7B8F
(140,123,143)
#807082
(128,112,130)
#746575
(116,101,117)
#685A68
(104,90,104)
#5C4F5B
(92,79,91)
#50444E
(80,68,78)
#443941
(68,57,65)
#382E34
(56,46,52)
#2C2327
(44,35,39)
#20181A
(32,24,26)
#140D0D
(20,13,13)
#000000
(0,0,0)

Tints of #8C7B8F

#8C7B8F
(140,123,143)
#968799
(150,135,153)
#A093A3
(160,147,163)
#AA9FAD
(170,159,173)
#B4ABB7
(180,171,183)
#BEB7C1
(190,183,193)
#C8C3CB
(200,195,203)
#D2CFD5
(210,207,213)
#DCDBDF
(220,219,223)
#E6E7E9
(230,231,233)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7B8F color. Also use rgb(140,123,143) instead hex code.

Text Font Color

.myTextColor { color: #8C7B8F; }

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

This text font color is #8C7B8F.


Background Color

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

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

This div background color is #8C7B8F.


Border color

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

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

This div border color is #8C7B8F.


Opacity

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

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

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

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

This text has shadow with #8C7B8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7B8F on black background.


Color preview on white background

This text has color #8C7B8F on white background.



Black color preview on #8C7B8F background

This text has black color on #8C7B8F background.


White color preview on #8C7B8F background

This text has white color on #8C7B8F background.