COLOR #8F6277

HEX: #8F6277
RGB: (143,98,119)

Color info

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

RGB color model

#8F6277 color RGB value is (143,98,119).

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

RGB channels and saturation

R 143 of 255 = 56%
G 98 of 255 = 38%
B 119 of 255 = 47%

143
98
119

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

Portions of RGB colors in percentages

R + G + B =
143 + 98 + 119 = 360 (100%)
R 143 of 360 ~ 39.72%
G 98 of 360 ~ 27.22%
B 119 of 360 ~ 33.06%

%39.72
%27.22
%33.06

CMYK color model

#8F6277 color CMYK value is (0,31,17,44).

  • cyan value is 0.00%
  • magenta value is 31.47%
  • yellow value is 16.78%
  • key color value is 43.92%
CMYK:
(0,31,17,44)
C0M31Y17K44 
(0%,31%,17%,44%)
(0.00/0.31/0.17/0.44)	

CMYK percentages

%0
%31.47
%16.78
%43.92

Codes

Color #8F6277 in popluar color models

8F6277
RGB14398119
HSL332°18.67%47.25%
HSB/HSV332°31.47%56.08%
CMYK0.00%31.47%16.78%
43.92%

Color #8F6277 in popluar number systems.

HEX8F6277
Decimal14398119
Binary1000111111000101110111
Octal217142167

Shades and tints

Shades of #8F6277

#8F6277
(143,98,119)
#825A6D
(130,90,109)
#755263
(117,82,99)
#684A59
(104,74,89)
#5B424F
(91,66,79)
#4E3A45
(78,58,69)
#41323B
(65,50,59)
#342A31
(52,42,49)
#272227
(39,34,39)
#1A1A1D
(26,26,29)
#0D1213
(13,18,19)
#000000
(0,0,0)

Tints of #8F6277

#8F6277
(143,98,119)
#997083
(153,112,131)
#A37E8F
(163,126,143)
#AD8C9B
(173,140,155)
#B79AA7
(183,154,167)
#C1A8B3
(193,168,179)
#CBB6BF
(203,182,191)
#D5C4CB
(213,196,203)
#DFD2D7
(223,210,215)
#E9E0E3
(233,224,227)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F6277; }

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

This text font color is #8F6277.


Background Color

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

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

This div background color is #8F6277.


Border color

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

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

This div border color is #8F6277.


Opacity

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

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

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

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

This text has shadow with #8F6277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F6277 on black background.


Color preview on white background

This text has color #8F6277 on white background.



Black color preview on #8F6277 background

This text has black color on #8F6277 background.


White color preview on #8F6277 background

This text has white color on #8F6277 background.