COLOR #8F626E

HEX: #8F626E
RGB: (143,98,110)

Color info

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

RGB color model

#8F626E color RGB value is (143,98,110).

  • red value is 143;
  • green value is 98;
  • blue value is 110.
RGB:
(143,98,110)
(56%,38%,43%)

RGB channels and saturation

R 143 of 255 = 56%
G 98 of 255 = 38%
B 110 of 255 = 43%

143
98
110

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

Portions of RGB colors in percentages

R + G + B =
143 + 98 + 110 = 351 (100%)
R 143 of 351 ~ 40.74%
G 98 of 351 ~ 27.92%
B 110 of 351 ~ 31.34%

%40.74
%27.92
%31.34

CMYK color model

#8F626E color CMYK value is (0,31,23,44).

  • cyan value is 0.00%
  • magenta value is 31.47%
  • yellow value is 23.08%
  • key color value is 43.92%
CMYK:
(0,31,23,44)
C0M31Y23K44 
(0%,31%,23%,44%)
(0.00/0.31/0.23/0.44)	

CMYK percentages

%0
%31.47
%23.08
%43.92

Codes

Color #8F626E in popluar color models

8F626E
RGB14398110
HSL344°18.67%47.25%
HSB/HSV344°31.47%56.08%
CMYK0.00%31.47%23.08%
43.92%

Color #8F626E in popluar number systems.

HEX8F626E
Decimal14398110
Binary1000111111000101101110
Octal217142156

Shades and tints

Shades of #8F626E

#8F626E
(143,98,110)
#825A64
(130,90,100)
#75525A
(117,82,90)
#684A50
(104,74,80)
#5B4246
(91,66,70)
#4E3A3C
(78,58,60)
#413232
(65,50,50)
#342A28
(52,42,40)
#27221E
(39,34,30)
#1A1A14
(26,26,20)
#0D120A
(13,18,10)
#000000
(0,0,0)

Tints of #8F626E

#8F626E
(143,98,110)
#99707B
(153,112,123)
#A37E88
(163,126,136)
#AD8C95
(173,140,149)
#B79AA2
(183,154,162)
#C1A8AF
(193,168,175)
#CBB6BC
(203,182,188)
#D5C4C9
(213,196,201)
#DFD2D6
(223,210,214)
#E9E0E3
(233,224,227)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F626E color. Also use rgb(143,98,110) instead hex code.

Text Font Color

.myTextColor { color: #8F626E; }

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

This text font color is #8F626E.


Background Color

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

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

This div background color is #8F626E.


Border color

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

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

This div border color is #8F626E.


Opacity

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

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

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

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

This text has shadow with #8F626E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F626E on black background.


Color preview on white background

This text has color #8F626E on white background.



Black color preview on #8F626E background

This text has black color on #8F626E background.


White color preview on #8F626E background

This text has white color on #8F626E background.