COLOR #8F6785

HEX: #8F6785 RGB: (143,103,133)

Color info

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

RGB color model

#8F6785 color RGB value is (143,103,133).

RGB: (143,103,133) (56%, 40%, 52%)

RGB channels and saturation

R 143 of 255 = 56%
G 103 of 255 = 40%
B 133 of 255 = 52%

143
103
133

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

Portions of RGB colors in percentages

R + G + B = 143 + 103 + 133 = 379 (100%)
R 143 of 379 ~ 37.73%
G 103 of 379 ~ 27.18%
B 133 of 379 ~ 35.09'%

%37.73
%27.18
%35.09

CMYK color model

#8F6785 color CMYK value is (0,28,7,44).

  • cyan value is 0.00%
  • magenta value is 27.97%
  • yellow value is 6.99%
  • key color value is 43.92%

CMYK: (0,28,7,44)
C0M28Y7K44 (0%, 28%, 7%, 44%)
(0.00 / 0.28 / 0.07 / 0.44)

CMYK percentages

%0
%27.97
%6.99
%43.92

Codes

Color #8F6785 in popluar color models

8F 67 85
RGB 143 103 133
HSL 315° 16.26% 48.24%
HSB/HSV 315° 27.97% 56.08%
CMYK 0.00% 27.97% 6.99%
43.92%

Color #8F6785 in popluar number systems.

HEX 8F 67 85
Decimal 143 103 133
Binary 10001111 1100111 10000101
Octal 217 147 205

Shades and tints

Shades of #8F6785

#8F6785
(143,103,133)
#825E79
(130,94,121)
#75556D
(117,85,109)
#684C61
(104,76,97)
#5B4355
(91,67,85)
#4E3A49
(78,58,73)
#41313D
(65,49,61)
#342831
(52,40,49)
#271F25
(39,31,37)
#1A1619
(26,22,25)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #8F6785

#8F6785
(143,103,133)
#997490
(153,116,144)
#A3819B
(163,129,155)
#AD8EA6
(173,142,166)
#B79BB1
(183,155,177)
#C1A8BC
(193,168,188)
#CBB5C7
(203,181,199)
#D5C2D2
(213,194,210)
#DFCFDD
(223,207,221)
#E9DCE8
(233,220,232)
#F3E9F3
(243,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F6785 color. Also use rgb(143,103,133) instead hex code.

Text Font Color

.myTextColor { color: #8F6785; }

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

This text font color is #8F6785.

Background Color

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

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

This div background color is #8F6785.

Border color

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

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

This div border color is #8F6785.

Opacity

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

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

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

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

This text has shadow with #8F6785 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F6785.

Preview

Color preview on black background

This text has color #8F6785 on black background.


Color preview on white background

This text has color #8F6785 on white background.


Black color preview on #8F6785 background

This text has black color on #8F6785 background.


White color preview on #8F6785 background

This text has white color on #8F6785 background.


Related colors

Complementary color

Complementary color for #hex is #70987A.


I love getcolorcode.com

Triadic colors

1 #858F67 and #67858F with #8F6785 are triadic colors.

2 #85678F and #678F85 with #8F6785 are triadic colors.