COLOR #8F6869

HEX: #8F6869 RGB: (143,104,105)

Color info

#8F6869 contains red, green and blue colors in about the same proportion. Web safe color of #8F6869 is #996666 (or #966).

RGB color model

#8F6869 color RGB value is (143,104,105).

RGB: (143,104,105) (56%, 41%, 41%)

RGB channels and saturation

R 143 of 255 = 56%
G 104 of 255 = 41%
B 105 of 255 = 41%

143
104
105

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

Portions of RGB colors in percentages

R + G + B = 143 + 104 + 105 = 352 (100%)
R 143 of 352 ~ 40.63%
G 104 of 352 ~ 29.55%
B 105 of 352 ~ 29.83'%

%40.63
%29.55
%29.83

CMYK color model

#8F6869 color CMYK value is (0,27,27,44).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 26.57%
  • key color value is 43.92%

CMYK: (0,27,27,44)
C0M27Y27K44 (0%, 27%, 27%, 44%)
(0.00 / 0.27 / 0.27 / 0.44)

CMYK percentages

%0
%27.27
%26.57
%43.92

Codes

Color #8F6869 in popluar color models

8F 68 69
RGB 143 104 105
HSL 358° 15.79% 48.43%
HSB/HSV 358° 27.27% 56.08%
CMYK 0.00% 27.27% 26.57%
43.92%

Color #8F6869 in popluar number systems.

HEX 8F 68 69
Decimal 143 104 105
Binary 10001111 1101000 1101001
Octal 217 150 151

Shades and tints

Shades of #8F6869

#8F6869
(143,104,105)
#825F60
(130,95,96)
#755657
(117,86,87)
#684D4E
(104,77,78)
#5B4445
(91,68,69)
#4E3B3C
(78,59,60)
#413233
(65,50,51)
#34292A
(52,41,42)
#272021
(39,32,33)
#1A1718
(26,23,24)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #8F6869

#8F6869
(143,104,105)
#997576
(153,117,118)
#A38283
(163,130,131)
#AD8F90
(173,143,144)
#B79C9D
(183,156,157)
#C1A9AA
(193,169,170)
#CBB6B7
(203,182,183)
#D5C3C4
(213,195,196)
#DFD0D1
(223,208,209)
#E9DDDE
(233,221,222)
#F3EAEB
(243,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F6869 color. Also use rgb(143,104,105) instead hex code.

Text Font Color

.myTextColor { color: #8F6869; }

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

This text font color is #8F6869.

Background Color

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

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

This div background color is #8F6869.

Border color

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

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

This div border color is #8F6869.

Opacity

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

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

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

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

This text has shadow with #8F6869 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F6869.

Preview

Color preview on black background

This text has color #8F6869 on black background.


Color preview on white background

This text has color #8F6869 on white background.


Black color preview on #8F6869 background

This text has black color on #8F6869 background.


White color preview on #8F6869 background

This text has white color on #8F6869 background.


Related colors

Complementary color

Complementary color for #hex is #709796.


I love getcolorcode.com

Triadic colors

1 #698F68 and #68698F with #8F6869 are triadic colors.

2 #69688F and #688F69 with #8F6869 are triadic colors.