COLOR #8F729F

HEX: #8F729F
RGB: (143,114,159)

Color info

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

RGB color model

#8F729F color RGB value is (143,114,159).

  • red value is 143;
  • green value is 114;
  • blue value is 159.
RGB:
(143,114,159)
(56%,45%,62%)

RGB channels and saturation

R 143 of 255 = 56%
G 114 of 255 = 45%
B 159 of 255 = 62%

143
114
159

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

Portions of RGB colors in percentages

R + G + B =
143 + 114 + 159 = 416 (100%)
R 143 of 416 ~ 34.38%
G 114 of 416 ~ 27.4%
B 159 of 416 ~ 38.22%

%34.38
%27.4
%38.22

CMYK color model

#8F729F color CMYK value is (10,28,0,38).

  • cyan value is 10.06%
  • magenta value is 28.30%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(10,28,0,38)
C10M28Y0K38 
(10%,28%,0%,38%)
(0.10/0.28/0.00/0.38)	

CMYK percentages

%10.06
%28.3
%0
%37.65

Codes

Color #8F729F in popluar color models

8F729F
RGB143114159
HSL279°18.99%53.53%
HSB/HSV279°28.30%62.35%
CMYK10.06%28.30%0.00%
37.65%

Color #8F729F in popluar number systems.

HEX8F729F
Decimal143114159
Binary10001111111001010011111
Octal217162237

Shades and tints

Shades of #8F729F

#8F729F
(143,114,159)
#826891
(130,104,145)
#755E83
(117,94,131)
#685475
(104,84,117)
#5B4A67
(91,74,103)
#4E4059
(78,64,89)
#41364B
(65,54,75)
#342C3D
(52,44,61)
#27222F
(39,34,47)
#1A1821
(26,24,33)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #8F729F

#8F729F
(143,114,159)
#997EA7
(153,126,167)
#A38AAF
(163,138,175)
#AD96B7
(173,150,183)
#B7A2BF
(183,162,191)
#C1AEC7
(193,174,199)
#CBBACF
(203,186,207)
#D5C6D7
(213,198,215)
#DFD2DF
(223,210,223)
#E9DEE7
(233,222,231)
#F3EAEF
(243,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F729F color. Also use rgb(143,114,159) instead hex code.

Text Font Color

.myTextColor { color: #8F729F; }

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

This text font color is #8F729F.


Background Color

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

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

This div background color is #8F729F.


Border color

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

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

This div border color is #8F729F.


Opacity

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

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

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

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

This text has shadow with #8F729F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F729F on black background.


Color preview on white background

This text has color #8F729F on white background.



Black color preview on #8F729F background

This text has black color on #8F729F background.


White color preview on #8F729F background

This text has white color on #8F729F background.