COLOR #8F667A

HEX: #8F667A
RGB: (143,102,122)

Color info

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

RGB color model

#8F667A color RGB value is (143,102,122).

  • red value is 143;
  • green value is 102;
  • blue value is 122.
RGB:
(143,102,122)
(56%,40%,48%)

RGB channels and saturation

R 143 of 255 = 56%
G 102 of 255 = 40%
B 122 of 255 = 48%

143
102
122

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

Portions of RGB colors in percentages

R + G + B =
143 + 102 + 122 = 367 (100%)
R 143 of 367 ~ 38.96%
G 102 of 367 ~ 27.79%
B 122 of 367 ~ 33.24%

%38.96
%27.79
%33.24

CMYK color model

#8F667A color CMYK value is (0,29,15,44).

  • cyan value is 0.00%
  • magenta value is 28.67%
  • yellow value is 14.69%
  • key color value is 43.92%
CMYK:
(0,29,15,44)
C0M29Y15K44 
(0%,29%,15%,44%)
(0.00/0.29/0.15/0.44)	

CMYK percentages

%0
%28.67
%14.69
%43.92

Codes

Color #8F667A in popluar color models

8F667A
RGB143102122
HSL331°16.73%48.04%
HSB/HSV331°28.67%56.08%
CMYK0.00%28.67%14.69%
43.92%

Color #8F667A in popluar number systems.

HEX8F667A
Decimal143102122
Binary1000111111001101111010
Octal217146172

Shades and tints

Shades of #8F667A

#8F667A
(143,102,122)
#825D6F
(130,93,111)
#755464
(117,84,100)
#684B59
(104,75,89)
#5B424E
(91,66,78)
#4E3943
(78,57,67)
#413038
(65,48,56)
#34272D
(52,39,45)
#271E22
(39,30,34)
#1A1517
(26,21,23)
#0D0C0C
(13,12,12)
#000000
(0,0,0)

Tints of #8F667A

#8F667A
(143,102,122)
#997386
(153,115,134)
#A38092
(163,128,146)
#AD8D9E
(173,141,158)
#B79AAA
(183,154,170)
#C1A7B6
(193,167,182)
#CBB4C2
(203,180,194)
#D5C1CE
(213,193,206)
#DFCEDA
(223,206,218)
#E9DBE6
(233,219,230)
#F3E8F2
(243,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F667A color. Also use rgb(143,102,122) instead hex code.

Text Font Color

.myTextColor { color: #8F667A; }

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

This text font color is #8F667A.


Background Color

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

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

This div background color is #8F667A.


Border color

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

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

This div border color is #8F667A.


Opacity

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

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

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

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

This text has shadow with #8F667A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F667A on black background.


Color preview on white background

This text has color #8F667A on white background.



Black color preview on #8F667A background

This text has black color on #8F667A background.


White color preview on #8F667A background

This text has white color on #8F667A background.