COLOR #8F6685

HEX: #8F6685
RGB: (143,102,133)

Color info

#8F6685 contains red, green and blue colors in about the same proportion. Web safe color of #8F6685 is #996699 (or #969).

RGB color model

#8F6685 color RGB value is (143,102,133).

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

RGB channels and saturation

R 143 of 255 = 56%
G 102 of 255 = 40%
B 133 of 255 = 52%

143
102
133

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

Portions of RGB colors in percentages

R + G + B =
143 + 102 + 133 = 378 (100%)
R 143 of 378 ~ 37.83%
G 102 of 378 ~ 26.98%
B 133 of 378 ~ 35.19%

%37.83
%26.98
%35.19

CMYK color model

#8F6685 color CMYK value is (0,29,7,44).

  • cyan value is 0.00%
  • magenta value is 28.67%
  • yellow value is 6.99%
  • key color value is 43.92%
CMYK:
(0,29,7,44)
C0M29Y7K44 
(0%,29%,7%,44%)
(0.00/0.29/0.07/0.44)	

CMYK percentages

%0
%28.67
%6.99
%43.92

Codes

Color #8F6685 in popluar color models

8F6685
RGB143102133
HSL315°16.73%48.04%
HSB/HSV315°28.67%56.08%
CMYK0.00%28.67%6.99%
43.92%

Color #8F6685 in popluar number systems.

HEX8F6685
Decimal143102133
Binary10001111110011010000101
Octal217146205

Shades and tints

Shades of #8F6685

#8F6685
(143,102,133)
#825D79
(130,93,121)
#75546D
(117,84,109)
#684B61
(104,75,97)
#5B4255
(91,66,85)
#4E3949
(78,57,73)
#41303D
(65,48,61)
#342731
(52,39,49)
#271E25
(39,30,37)
#1A1519
(26,21,25)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #8F6685

#8F6685
(143,102,133)
#997390
(153,115,144)
#A3809B
(163,128,155)
#AD8DA6
(173,141,166)
#B79AB1
(183,154,177)
#C1A7BC
(193,167,188)
#CBB4C7
(203,180,199)
#D5C1D2
(213,193,210)
#DFCEDD
(223,206,221)
#E9DBE8
(233,219,232)
#F3E8F3
(243,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F6685; }

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

This text font color is #8F6685.


Background Color

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

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

This div background color is #8F6685.


Border color

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

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

This div border color is #8F6685.


Opacity

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

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

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

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

This text has shadow with #8F6685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F6685 on black background.


Color preview on white background

This text has color #8F6685 on white background.



Black color preview on #8F6685 background

This text has black color on #8F6685 background.


White color preview on #8F6685 background

This text has white color on #8F6685 background.