COLOR #8F7166

HEX: #8F7166
RGB: (143,113,102)

Color info

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

RGB color model

#8F7166 color RGB value is (143,113,102).

  • red value is 143;
  • green value is 113;
  • blue value is 102.
RGB:
(143,113,102)
(56%,44%,40%)

RGB channels and saturation

R 143 of 255 = 56%
G 113 of 255 = 44%
B 102 of 255 = 40%

143
113
102

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

Portions of RGB colors in percentages

R + G + B =
143 + 113 + 102 = 358 (100%)
R 143 of 358 ~ 39.94%
G 113 of 358 ~ 31.56%
B 102 of 358 ~ 28.49%

%39.94
%31.56
%28.49

CMYK color model

#8F7166 color CMYK value is (0,21,29,44).

  • cyan value is 0.00%
  • magenta value is 20.98%
  • yellow value is 28.67%
  • key color value is 43.92%
CMYK:
(0,21,29,44)
C0M21Y29K44 
(0%,21%,29%,44%)
(0.00/0.21/0.29/0.44)	

CMYK percentages

%0
%20.98
%28.67
%43.92

Codes

Color #8F7166 in popluar color models

8F7166
RGB143113102
HSL16°16.73%48.04%
HSB/HSV16°28.67%56.08%
CMYK0.00%20.98%28.67%
43.92%

Color #8F7166 in popluar number systems.

HEX8F7166
Decimal143113102
Binary1000111111100011100110
Octal217161146

Shades and tints

Shades of #8F7166

#8F7166
(143,113,102)
#82675D
(130,103,93)
#755D54
(117,93,84)
#68534B
(104,83,75)
#5B4942
(91,73,66)
#4E3F39
(78,63,57)
#413530
(65,53,48)
#342B27
(52,43,39)
#27211E
(39,33,30)
#1A1715
(26,23,21)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #8F7166

#8F7166
(143,113,102)
#997D73
(153,125,115)
#A38980
(163,137,128)
#AD958D
(173,149,141)
#B7A19A
(183,161,154)
#C1ADA7
(193,173,167)
#CBB9B4
(203,185,180)
#D5C5C1
(213,197,193)
#DFD1CE
(223,209,206)
#E9DDDB
(233,221,219)
#F3E9E8
(243,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F7166 color. Also use rgb(143,113,102) instead hex code.

Text Font Color

.myTextColor { color: #8F7166; }

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

This text font color is #8F7166.


Background Color

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

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

This div background color is #8F7166.


Border color

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

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

This div border color is #8F7166.


Opacity

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

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

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

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

This text has shadow with #8F7166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F7166 on black background.


Color preview on white background

This text has color #8F7166 on white background.



Black color preview on #8F7166 background

This text has black color on #8F7166 background.


White color preview on #8F7166 background

This text has white color on #8F7166 background.