COLOR #8F627C

HEX: #8F627C
RGB: (143,98,124)

Color info

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

RGB color model

#8F627C color RGB value is (143,98,124).

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

RGB channels and saturation

R 143 of 255 = 56%
G 98 of 255 = 38%
B 124 of 255 = 49%

143
98
124

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

Portions of RGB colors in percentages

R + G + B =
143 + 98 + 124 = 365 (100%)
R 143 of 365 ~ 39.18%
G 98 of 365 ~ 26.85%
B 124 of 365 ~ 33.97%

%39.18
%26.85
%33.97

CMYK color model

#8F627C color CMYK value is (0,31,13,44).

  • cyan value is 0.00%
  • magenta value is 31.47%
  • yellow value is 13.29%
  • key color value is 43.92%
CMYK:
(0,31,13,44)
C0M31Y13K44 
(0%,31%,13%,44%)
(0.00/0.31/0.13/0.44)	

CMYK percentages

%0
%31.47
%13.29
%43.92

Codes

Color #8F627C in popluar color models

8F627C
RGB14398124
HSL325°18.67%47.25%
HSB/HSV325°31.47%56.08%
CMYK0.00%31.47%13.29%
43.92%

Color #8F627C in popluar number systems.

HEX8F627C
Decimal14398124
Binary1000111111000101111100
Octal217142174

Shades and tints

Shades of #8F627C

#8F627C
(143,98,124)
#825A71
(130,90,113)
#755266
(117,82,102)
#684A5B
(104,74,91)
#5B4250
(91,66,80)
#4E3A45
(78,58,69)
#41323A
(65,50,58)
#342A2F
(52,42,47)
#272224
(39,34,36)
#1A1A19
(26,26,25)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #8F627C

#8F627C
(143,98,124)
#997087
(153,112,135)
#A37E92
(163,126,146)
#AD8C9D
(173,140,157)
#B79AA8
(183,154,168)
#C1A8B3
(193,168,179)
#CBB6BE
(203,182,190)
#D5C4C9
(213,196,201)
#DFD2D4
(223,210,212)
#E9E0DF
(233,224,223)
#F3EEEA
(243,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F627C; }

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

This text font color is #8F627C.


Background Color

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

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

This div background color is #8F627C.


Border color

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

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

This div border color is #8F627C.


Opacity

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

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

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

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

This text has shadow with #8F627C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F627C on black background.


Color preview on white background

This text has color #8F627C on white background.



Black color preview on #8F627C background

This text has black color on #8F627C background.


White color preview on #8F627C background

This text has white color on #8F627C background.