COLOR #8F7C8A

HEX: #8F7C8A RGB: (143,124,138)

Color info

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

RGB color model

#8F7C8A color RGB value is (143,124,138).

RGB: (143,124,138) (56%, 49%, 54%)

RGB channels and saturation

R 143 of 255 = 56%
G 124 of 255 = 49%
B 138 of 255 = 54%

143
124
138

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

Portions of RGB colors in percentages

R + G + B = 143 + 124 + 138 = 405 (100%)
R 143 of 405 ~ 35.31%
G 124 of 405 ~ 30.62%
B 138 of 405 ~ 34.07'%

%35.31
%30.62
%34.07

CMYK color model

#8F7C8A color CMYK value is (0,13,3,44).

  • cyan value is 0.00%
  • magenta value is 13.29%
  • yellow value is 3.50%
  • key color value is 43.92%

CMYK: (0,13,3,44)
C0M13Y3K44 (0%, 13%, 3%, 44%)
(0.00 / 0.13 / 0.03 / 0.44)

CMYK percentages

%0
%13.29
%3.5
%43.92

Codes

Color #8F7C8A in popluar color models

8F 7C 8A
RGB 143 124 138
HSL 316° 7.82% 52.35%
HSB/HSV 316° 13.29% 56.08%
CMYK 0.00% 13.29% 3.50%
43.92%

Color #8F7C8A in popluar number systems.

HEX 8F 7C 8A
Decimal 143 124 138
Binary 10001111 1111100 10001010
Octal 217 174 212

Shades and tints

Shades of #8F7C8A

#8F7C8A
(143,124,138)
#82717E
(130,113,126)
#756672
(117,102,114)
#685B66
(104,91,102)
#5B505A
(91,80,90)
#4E454E
(78,69,78)
#413A42
(65,58,66)
#342F36
(52,47,54)
#27242A
(39,36,42)
#1A191E
(26,25,30)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #8F7C8A

#8F7C8A
(143,124,138)
#998794
(153,135,148)
#A3929E
(163,146,158)
#AD9DA8
(173,157,168)
#B7A8B2
(183,168,178)
#C1B3BC
(193,179,188)
#CBBEC6
(203,190,198)
#D5C9D0
(213,201,208)
#DFD4DA
(223,212,218)
#E9DFE4
(233,223,228)
#F3EAEE
(243,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F7C8A color. Also use rgb(143,124,138) instead hex code.

Text Font Color

.myTextColor { color: #8F7C8A; }

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

This text font color is #8F7C8A.

Background Color

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

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

This div background color is #8F7C8A.

Border color

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

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

This div border color is #8F7C8A.

Opacity

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

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

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

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

This text has shadow with #8F7C8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F7C8A.

Preview

Color preview on black background

This text has color #8F7C8A on black background.


Color preview on white background

This text has color #8F7C8A on white background.


Black color preview on #8F7C8A background

This text has black color on #8F7C8A background.


White color preview on #8F7C8A background

This text has white color on #8F7C8A background.


Related colors

Complementary color

Complementary color for #hex is #708375.


I love getcolorcode.com

Triadic colors

1 #8A8F7C and #7C8A8F with #8F7C8A are triadic colors.

2 #8A7C8F and #7C8F8A with #8F7C8A are triadic colors.