COLOR #8B7C8D

HEX: #8B7C8D
RGB: (139,124,141)

Color info

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

RGB color model

#8B7C8D color RGB value is (139,124,141).

  • red value is 139;
  • green value is 124;
  • blue value is 141.
RGB:
(139,124,141)
(55%,49%,55%)

RGB channels and saturation

R 139 of 255 = 55%
G 124 of 255 = 49%
B 141 of 255 = 55%

139
124
141

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

Portions of RGB colors in percentages

R + G + B =
139 + 124 + 141 = 404 (100%)
R 139 of 404 ~ 34.41%
G 124 of 404 ~ 30.69%
B 141 of 404 ~ 34.9%

%34.41
%30.69
%34.9

CMYK color model

#8B7C8D color CMYK value is (1,12,0,45).

  • cyan value is 1.42%
  • magenta value is 12.06%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(1,12,0,45)
C1M12Y0K45 
(1%,12%,0%,45%)
(0.01/0.12/0.00/0.45)	

CMYK percentages

%1.42
%12.06
%0
%44.71

Codes

Color #8B7C8D in popluar color models

8B7C8D
RGB139124141
HSL293°6.94%51.96%
HSB/HSV293°12.06%55.29%
CMYK1.42%12.06%0.00%
44.71%

Color #8B7C8D in popluar number systems.

HEX8B7C8D
Decimal139124141
Binary10001011111110010001101
Octal213174215

Shades and tints

Shades of #8B7C8D

#8B7C8D
(139,124,141)
#7F7181
(127,113,129)
#736675
(115,102,117)
#675B69
(103,91,105)
#5B505D
(91,80,93)
#4F4551
(79,69,81)
#433A45
(67,58,69)
#372F39
(55,47,57)
#2B242D
(43,36,45)
#1F1921
(31,25,33)
#130E15
(19,14,21)
#000000
(0,0,0)

Tints of #8B7C8D

#8B7C8D
(139,124,141)
#958797
(149,135,151)
#9F92A1
(159,146,161)
#A99DAB
(169,157,171)
#B3A8B5
(179,168,181)
#BDB3BF
(189,179,191)
#C7BEC9
(199,190,201)
#D1C9D3
(209,201,211)
#DBD4DD
(219,212,221)
#E5DFE7
(229,223,231)
#EFEAF1
(239,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B7C8D color. Also use rgb(139,124,141) instead hex code.

Text Font Color

.myTextColor { color: #8B7C8D; }

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

This text font color is #8B7C8D.


Background Color

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

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

This div background color is #8B7C8D.


Border color

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

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

This div border color is #8B7C8D.


Opacity

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

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

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

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

This text has shadow with #8B7C8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7C8D on black background.


Color preview on white background

This text has color #8B7C8D on white background.



Black color preview on #8B7C8D background

This text has black color on #8B7C8D background.


White color preview on #8B7C8D background

This text has white color on #8B7C8D background.