COLOR #8F669C

HEX: #8F669C
RGB: (143,102,156)

Color info

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

RGB color model

#8F669C color RGB value is (143,102,156).

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

RGB channels and saturation

R 143 of 255 = 56%
G 102 of 255 = 40%
B 156 of 255 = 61%

143
102
156

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

Portions of RGB colors in percentages

R + G + B =
143 + 102 + 156 = 401 (100%)
R 143 of 401 ~ 35.66%
G 102 of 401 ~ 25.44%
B 156 of 401 ~ 38.9%

%35.66
%25.44
%38.9

CMYK color model

#8F669C color CMYK value is (8,35,0,39).

  • cyan value is 8.33%
  • magenta value is 34.62%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(8,35,0,39)
C8M35Y0K39 
(8%,35%,0%,39%)
(0.08/0.35/0.00/0.39)	

CMYK percentages

%8.33
%34.62
%0
%38.82

Codes

Color #8F669C in popluar color models

8F669C
RGB143102156
HSL286°21.43%50.59%
HSB/HSV286°34.62%61.18%
CMYK8.33%34.62%0.00%
38.82%

Color #8F669C in popluar number systems.

HEX8F669C
Decimal143102156
Binary10001111110011010011100
Octal217146234

Shades and tints

Shades of #8F669C

#8F669C
(143,102,156)
#825D8E
(130,93,142)
#755480
(117,84,128)
#684B72
(104,75,114)
#5B4264
(91,66,100)
#4E3956
(78,57,86)
#413048
(65,48,72)
#34273A
(52,39,58)
#271E2C
(39,30,44)
#1A151E
(26,21,30)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #8F669C

#8F669C
(143,102,156)
#9973A5
(153,115,165)
#A380AE
(163,128,174)
#AD8DB7
(173,141,183)
#B79AC0
(183,154,192)
#C1A7C9
(193,167,201)
#CBB4D2
(203,180,210)
#D5C1DB
(213,193,219)
#DFCEE4
(223,206,228)
#E9DBED
(233,219,237)
#F3E8F6
(243,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F669C; }

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

This text font color is #8F669C.


Background Color

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

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

This div background color is #8F669C.


Border color

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

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

This div border color is #8F669C.


Opacity

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

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

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

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

This text has shadow with #8F669C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F669C on black background.


Color preview on white background

This text has color #8F669C on white background.



Black color preview on #8F669C background

This text has black color on #8F669C background.


White color preview on #8F669C background

This text has white color on #8F669C background.