COLOR #8F7185

HEX: #8F7185
RGB: (143,113,133)

Color info

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

RGB color model

#8F7185 color RGB value is (143,113,133).

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

RGB channels and saturation

R 143 of 255 = 56%
G 113 of 255 = 44%
B 133 of 255 = 52%

143
113
133

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

Portions of RGB colors in percentages

R + G + B =
143 + 113 + 133 = 389 (100%)
R 143 of 389 ~ 36.76%
G 113 of 389 ~ 29.05%
B 133 of 389 ~ 34.19%

%36.76
%29.05
%34.19

CMYK color model

#8F7185 color CMYK value is (0,21,7,44).

  • cyan value is 0.00%
  • magenta value is 20.98%
  • yellow value is 6.99%
  • key color value is 43.92%
CMYK:
(0,21,7,44)
C0M21Y7K44 
(0%,21%,7%,44%)
(0.00/0.21/0.07/0.44)	

CMYK percentages

%0
%20.98
%6.99
%43.92

Codes

Color #8F7185 in popluar color models

8F7185
RGB143113133
HSL320°11.81%50.20%
HSB/HSV320°20.98%56.08%
CMYK0.00%20.98%6.99%
43.92%

Color #8F7185 in popluar number systems.

HEX8F7185
Decimal143113133
Binary10001111111000110000101
Octal217161205

Shades and tints

Shades of #8F7185

#8F7185
(143,113,133)
#826779
(130,103,121)
#755D6D
(117,93,109)
#685361
(104,83,97)
#5B4955
(91,73,85)
#4E3F49
(78,63,73)
#41353D
(65,53,61)
#342B31
(52,43,49)
#272125
(39,33,37)
#1A1719
(26,23,25)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #8F7185

#8F7185
(143,113,133)
#997D90
(153,125,144)
#A3899B
(163,137,155)
#AD95A6
(173,149,166)
#B7A1B1
(183,161,177)
#C1ADBC
(193,173,188)
#CBB9C7
(203,185,199)
#D5C5D2
(213,197,210)
#DFD1DD
(223,209,221)
#E9DDE8
(233,221,232)
#F3E9F3
(243,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F7185; }

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

This text font color is #8F7185.


Background Color

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

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

This div background color is #8F7185.


Border color

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

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

This div border color is #8F7185.


Opacity

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

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

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

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

This text has shadow with #8F7185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F7185 on black background.


Color preview on white background

This text has color #8F7185 on white background.



Black color preview on #8F7185 background

This text has black color on #8F7185 background.


White color preview on #8F7185 background

This text has white color on #8F7185 background.