COLOR #8F7180

HEX: #8F7180 RGB: (143,113,128)

Color info

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

RGB color model

#8F7180 color RGB value is (143,113,128).

RGB: (143,113,128) (56%, 44%, 50%)

RGB channels and saturation

R 143 of 255 = 56%
G 113 of 255 = 44%
B 128 of 255 = 50%

143
113
128

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

Portions of RGB colors in percentages

R + G + B = 143 + 113 + 128 = 384 (100%)
R 143 of 384 ~ 37.24%
G 113 of 384 ~ 29.43%
B 128 of 384 ~ 33.33'%

%37.24
%29.43
%33.33

CMYK color model

#8F7180 color CMYK value is (0,21,10,44).

  • cyan value is 0.00%
  • magenta value is 20.98%
  • yellow value is 10.49%
  • key color value is 43.92%

CMYK: (0,21,10,44)
C0M21Y10K44 (0%, 21%, 10%, 44%)
(0.00 / 0.21 / 0.10 / 0.44)

CMYK percentages

%0
%20.98
%10.49
%43.92

Codes

Color #8F7180 in popluar color models

8F 71 80
RGB 143 113 128
HSL 330° 11.81% 50.20%
HSB/HSV 330° 20.98% 56.08%
CMYK 0.00% 20.98% 10.49%
43.92%

Color #8F7180 in popluar number systems.

HEX 8F 71 80
Decimal 143 113 128
Binary 10001111 1110001 10000000
Octal 217 161 200

Shades and tints

Shades of #8F7180

#8F7180
(143,113,128)
#826775
(130,103,117)
#755D6A
(117,93,106)
#68535F
(104,83,95)
#5B4954
(91,73,84)
#4E3F49
(78,63,73)
#41353E
(65,53,62)
#342B33
(52,43,51)
#272128
(39,33,40)
#1A171D
(26,23,29)
#0D0D12
(13,13,18)
#000000
(0,0,0)

Tints of #8F7180

#8F7180
(143,113,128)
#997D8B
(153,125,139)
#A38996
(163,137,150)
#AD95A1
(173,149,161)
#B7A1AC
(183,161,172)
#C1ADB7
(193,173,183)
#CBB9C2
(203,185,194)
#D5C5CD
(213,197,205)
#DFD1D8
(223,209,216)
#E9DDE3
(233,221,227)
#F3E9EE
(243,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F7180; }

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

This text font color is #8F7180.

Background Color

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

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

This div background color is #8F7180.

Border color

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

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

This div border color is #8F7180.

Opacity

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

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

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

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

This text has shadow with #8F7180 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F7180.

Preview

Color preview on black background

This text has color #8F7180 on black background.


Color preview on white background

This text has color #8F7180 on white background.


Black color preview on #8F7180 background

This text has black color on #8F7180 background.


White color preview on #8F7180 background

This text has white color on #8F7180 background.


Related colors

Complementary color

Complementary color for #hex is #708E7F.


I love getcolorcode.com

Triadic colors

1 #808F71 and #71808F with #8F7180 are triadic colors.

2 #80718F and #718F80 with #8F7180 are triadic colors.