COLOR #8F7D7B

HEX: #8F7D7B RGB: (143,125,123)

Color info

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

RGB color model

#8F7D7B color RGB value is (143,125,123).

RGB: (143,125,123) (56%, 49%, 48%)

RGB channels and saturation

R 143 of 255 = 56%
G 125 of 255 = 49%
B 123 of 255 = 48%

143
125
123

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

Portions of RGB colors in percentages

R + G + B = 143 + 125 + 123 = 391 (100%)
R 143 of 391 ~ 36.57%
G 125 of 391 ~ 31.97%
B 123 of 391 ~ 31.46'%

%36.57
%31.97
%31.46

CMYK color model

#8F7D7B color CMYK value is (0,13,14,44).

  • cyan value is 0.00%
  • magenta value is 12.59%
  • yellow value is 13.99%
  • key color value is 43.92%
CMYK: (0,13,14,44) C0M13Y14K44 (0%,13%,14%,44%) (0.00/0.13/0.14/0.44) 

CMYK percentages

%0
%12.59
%13.99
%43.92

Codes

Color #8F7D7B in popluar color models

8F 7D 7B
RGB 143 125 123
HSL 8.20% 52.16%
HSB/HSV 13.99% 56.08%
CMYK 0.00% 12.59% 13.99%
43.92%

Color #8F7D7B in popluar number systems.

HEX 8F 7D 7B
Decimal 143 125 123
Binary 10001111 1111101 1111011
Octal 217 175 173

Shades and tints

Shades of #8F7D7B

#8F7D7B
(143,125,123)
#827270
(130,114,112)
#756765
(117,103,101)
#685C5A
(104,92,90)
#5B514F
(91,81,79)
#4E4644
(78,70,68)
#413B39
(65,59,57)
#34302E
(52,48,46)
#272523
(39,37,35)
#1A1A18
(26,26,24)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #8F7D7B

#8F7D7B
(143,125,123)
#998887
(153,136,135)
#A39393
(163,147,147)
#AD9E9F
(173,158,159)
#B7A9AB
(183,169,171)
#C1B4B7
(193,180,183)
#CBBFC3
(203,191,195)
#D5CACF
(213,202,207)
#DFD5DB
(223,213,219)
#E9E0E7
(233,224,231)
#F3EBF3
(243,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F7D7B color. Also use rgb(143,125,123) instead hex code.

Text Font Color

.myTextColor { color: #8F7D7B; }

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

This text font color is #8F7D7B.

Background Color

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

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

This div background color is #8F7D7B.

Border color

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

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

This div border color is #8F7D7B.

Opacity

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

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

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

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

This text has shadow with #8F7D7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F7D7B.

Preview

Color preview on black background

This text has color #8F7D7B on black background.


Color preview on white background

This text has color #8F7D7B on white background.


Black color preview on #8F7D7B background

This text has black color on #8F7D7B background.


White color preview on #8F7D7B background

This text has white color on #8F7D7B background.


Related colors

Complementary color

Complementary color for #hex is #708284.


I love getcolorcode.com

Triadic colors

1 #7B8F7D and #7D7B8F with #8F7D7B are triadic colors.

2 #7B7D8F and #7D8F7B with #8F7D7B are triadic colors.