COLOR #8B7C8E

HEX: #8B7C8E
RGB: (139,124,142)

Color info

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

RGB color model

#8B7C8E color RGB value is (139,124,142).

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

RGB channels and saturation

R 139 of 255 = 55%
G 124 of 255 = 49%
B 142 of 255 = 56%

139
124
142

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

Portions of RGB colors in percentages

R + G + B =
139 + 124 + 142 = 405 (100%)
R 139 of 405 ~ 34.32%
G 124 of 405 ~ 30.62%
B 142 of 405 ~ 35.06%

%34.32
%30.62
%35.06

CMYK color model

#8B7C8E color CMYK value is (2,13,0,44).

  • cyan value is 2.11%
  • magenta value is 12.68%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK: (2,13,0,44) C2M13Y0K44 (2%,13%,0%,44%) (0.02/0.13/0.00/0.44)

CMYK percentages

%2.11
%12.68
%0
%44.31

Codes

Color #8B7C8E in popluar color models

8B7C8E
RGB139124142
HSL290°7.38%52.16%
HSB/HSV290°12.68%55.69%
CMYK2.11%12.68%0.00%
44.31%

Color #8B7C8E in popluar number systems.

HEX8B7C8E
Decimal139124142
Binary10001011111110010001110
Octal213174216

Shades and tints

Shades of #8B7C8E

#8B7C8E
(139,124,142)
#7F7182
(127,113,130)
#736676
(115,102,118)
#675B6A
(103,91,106)
#5B505E
(91,80,94)
#4F4552
(79,69,82)
#433A46
(67,58,70)
#372F3A
(55,47,58)
#2B242E
(43,36,46)
#1F1922
(31,25,34)
#130E16
(19,14,22)
#000000
(0,0,0)

Tints of #8B7C8E

#8B7C8E
(139,124,142)
#958798
(149,135,152)
#9F92A2
(159,146,162)
#A99DAC
(169,157,172)
#B3A8B6
(179,168,182)
#BDB3C0
(189,179,192)
#C7BECA
(199,190,202)
#D1C9D4
(209,201,212)
#DBD4DE
(219,212,222)
#E5DFE8
(229,223,232)
#EFEAF2
(239,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B7C8E; }

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

This text font color is #8B7C8E.


Background Color

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

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

This div background color is #8B7C8E.


Border color

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

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

This div border color is #8B7C8E.


Opacity

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

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

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

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

This text has shadow with #8B7C8E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8B7C8E on black background.


Color preview on white background

This text has color #8B7C8E on white background.



Black color preview on #8B7C8E background

This text has black color on #8B7C8E background.


White color preview on #8B7C8E background

This text has white color on #8B7C8E background.