COLOR #8F627A

HEX: #8F627A
RGB: (143,98,122)

Color info

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

RGB color model

#8F627A color RGB value is (143,98,122).

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

RGB channels and saturation

R 143 of 255 = 56%
G 98 of 255 = 38%
B 122 of 255 = 48%

143
98
122

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

Portions of RGB colors in percentages

R + G + B =
143 + 98 + 122 = 363 (100%)
R 143 of 363 ~ 39.39%
G 98 of 363 ~ 27%
B 122 of 363 ~ 33.61%

%39.39
%27
%33.61

CMYK color model

#8F627A color CMYK value is (0,31,15,44).

  • cyan value is 0.00%
  • magenta value is 31.47%
  • yellow value is 14.69%
  • key color value is 43.92%
CMYK:
(0,31,15,44)
C0M31Y15K44 
(0%,31%,15%,44%)
(0.00/0.31/0.15/0.44)	

CMYK percentages

%0
%31.47
%14.69
%43.92

Codes

Color #8F627A in popluar color models

8F627A
RGB14398122
HSL328°18.67%47.25%
HSB/HSV328°31.47%56.08%
CMYK0.00%31.47%14.69%
43.92%

Color #8F627A in popluar number systems.

HEX8F627A
Decimal14398122
Binary1000111111000101111010
Octal217142172

Shades and tints

Shades of #8F627A

#8F627A
(143,98,122)
#825A6F
(130,90,111)
#755264
(117,82,100)
#684A59
(104,74,89)
#5B424E
(91,66,78)
#4E3A43
(78,58,67)
#413238
(65,50,56)
#342A2D
(52,42,45)
#272222
(39,34,34)
#1A1A17
(26,26,23)
#0D120C
(13,18,12)
#000000
(0,0,0)

Tints of #8F627A

#8F627A
(143,98,122)
#997086
(153,112,134)
#A37E92
(163,126,146)
#AD8C9E
(173,140,158)
#B79AAA
(183,154,170)
#C1A8B6
(193,168,182)
#CBB6C2
(203,182,194)
#D5C4CE
(213,196,206)
#DFD2DA
(223,210,218)
#E9E0E6
(233,224,230)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F627A; }

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

This text font color is #8F627A.


Background Color

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

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

This div background color is #8F627A.


Border color

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

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

This div border color is #8F627A.


Opacity

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

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

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

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

This text has shadow with #8F627A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F627A on black background.


Color preview on white background

This text has color #8F627A on white background.



Black color preview on #8F627A background

This text has black color on #8F627A background.


White color preview on #8F627A background

This text has white color on #8F627A background.