COLOR #8F7786

HEX: #8F7786
RGB: (143,119,134)

Color info

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

RGB color model

#8F7786 color RGB value is (143,119,134).

  • red value is 143;
  • green value is 119;
  • blue value is 134.
RGB:
(143,119,134)
(56%,47%,53%)

RGB channels and saturation

R 143 of 255 = 56%
G 119 of 255 = 47%
B 134 of 255 = 53%

143
119
134

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

Portions of RGB colors in percentages

R + G + B =
143 + 119 + 134 = 396 (100%)
R 143 of 396 ~ 36.11%
G 119 of 396 ~ 30.05%
B 134 of 396 ~ 33.84%

%36.11
%30.05
%33.84

CMYK color model

#8F7786 color CMYK value is (0,17,6,44).

  • cyan value is 0.00%
  • magenta value is 16.78%
  • yellow value is 6.29%
  • key color value is 43.92%
CMYK:
(0,17,6,44)
C0M17Y6K44 
(0%,17%,6%,44%)
(0.00/0.17/0.06/0.44)	

CMYK percentages

%0
%16.78
%6.29
%43.92

Codes

Color #8F7786 in popluar color models

8F7786
RGB143119134
HSL323°9.68%51.37%
HSB/HSV323°16.78%56.08%
CMYK0.00%16.78%6.29%
43.92%

Color #8F7786 in popluar number systems.

HEX8F7786
Decimal143119134
Binary10001111111011110000110
Octal217167206

Shades and tints

Shades of #8F7786

#8F7786
(143,119,134)
#826D7A
(130,109,122)
#75636E
(117,99,110)
#685962
(104,89,98)
#5B4F56
(91,79,86)
#4E454A
(78,69,74)
#413B3E
(65,59,62)
#343132
(52,49,50)
#272726
(39,39,38)
#1A1D1A
(26,29,26)
#0D130E
(13,19,14)
#000000
(0,0,0)

Tints of #8F7786

#8F7786
(143,119,134)
#998391
(153,131,145)
#A38F9C
(163,143,156)
#AD9BA7
(173,155,167)
#B7A7B2
(183,167,178)
#C1B3BD
(193,179,189)
#CBBFC8
(203,191,200)
#D5CBD3
(213,203,211)
#DFD7DE
(223,215,222)
#E9E3E9
(233,227,233)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F7786 color. Also use rgb(143,119,134) instead hex code.

Text Font Color

.myTextColor { color: #8F7786; }

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

This text font color is #8F7786.


Background Color

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

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

This div background color is #8F7786.


Border color

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

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

This div border color is #8F7786.


Opacity

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

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

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

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

This text has shadow with #8F7786 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F7786 on black background.


Color preview on white background

This text has color #8F7786 on white background.



Black color preview on #8F7786 background

This text has black color on #8F7786 background.


White color preview on #8F7786 background

This text has white color on #8F7786 background.