COLOR #8F6079

HEX: #8F6079
RGB: (143,96,121)

Color info

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

RGB color model

#8F6079 color RGB value is (143,96,121).

  • red value is 143;
  • green value is 96;
  • blue value is 121.
RGB:
(143,96,121)
(56%,38%,47%)

RGB channels and saturation

R 143 of 255 = 56%
G 96 of 255 = 38%
B 121 of 255 = 47%

143
96
121

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

Portions of RGB colors in percentages

R + G + B =
143 + 96 + 121 = 360 (100%)
R 143 of 360 ~ 39.72%
G 96 of 360 ~ 26.67%
B 121 of 360 ~ 33.61%

%39.72
%26.67
%33.61

CMYK color model

#8F6079 color CMYK value is (0,33,15,44).

  • cyan value is 0.00%
  • magenta value is 32.87%
  • yellow value is 15.38%
  • key color value is 43.92%
CMYK:
(0,33,15,44)
C0M33Y15K44 
(0%,33%,15%,44%)
(0.00/0.33/0.15/0.44)	

CMYK percentages

%0
%32.87
%15.38
%43.92

Codes

Color #8F6079 in popluar color models

8F6079
RGB14396121
HSL328°19.67%46.86%
HSB/HSV328°32.87%56.08%
CMYK0.00%32.87%15.38%
43.92%

Color #8F6079 in popluar number systems.

HEX8F6079
Decimal14396121
Binary1000111111000001111001
Octal217140171

Shades and tints

Shades of #8F6079

#8F6079
(143,96,121)
#82586E
(130,88,110)
#755063
(117,80,99)
#684858
(104,72,88)
#5B404D
(91,64,77)
#4E3842
(78,56,66)
#413037
(65,48,55)
#34282C
(52,40,44)
#272021
(39,32,33)
#1A1816
(26,24,22)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #8F6079

#8F6079
(143,96,121)
#996E85
(153,110,133)
#A37C91
(163,124,145)
#AD8A9D
(173,138,157)
#B798A9
(183,152,169)
#C1A6B5
(193,166,181)
#CBB4C1
(203,180,193)
#D5C2CD
(213,194,205)
#DFD0D9
(223,208,217)
#E9DEE5
(233,222,229)
#F3ECF1
(243,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F6079 color. Also use rgb(143,96,121) instead hex code.

Text Font Color

.myTextColor { color: #8F6079; }

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

This text font color is #8F6079.


Background Color

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

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

This div background color is #8F6079.


Border color

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

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

This div border color is #8F6079.


Opacity

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

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

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

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

This text has shadow with #8F6079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F6079 on black background.


Color preview on white background

This text has color #8F6079 on white background.



Black color preview on #8F6079 background

This text has black color on #8F6079 background.


White color preview on #8F6079 background

This text has white color on #8F6079 background.