COLOR #8F80B1

HEX: #8F80B1
RGB: (143,128,177)

Color info

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

RGB color model

#8F80B1 color RGB value is (143,128,177).

  • red value is 143;
  • green value is 128;
  • blue value is 177.
RGB:
(143,128,177)
(56%,50%,69%)

RGB channels and saturation

R 143 of 255 = 56%
G 128 of 255 = 50%
B 177 of 255 = 69%

143
128
177

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

Portions of RGB colors in percentages

R + G + B =
143 + 128 + 177 = 448 (100%)
R 143 of 448 ~ 31.92%
G 128 of 448 ~ 28.57%
B 177 of 448 ~ 39.51%

%31.92
%28.57
%39.51

CMYK color model

#8F80B1 color CMYK value is (19,28,0,31).

  • cyan value is 19.21%
  • magenta value is 27.68%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(19,28,0,31)
C19M28Y0K31 
(19%,28%,0%,31%)
(0.19/0.28/0.00/0.31)	

CMYK percentages

%19.21
%27.68
%0
%30.59

Codes

Color #8F80B1 in popluar color models

8F80B1
RGB143128177
HSL258°23.90%59.80%
HSB/HSV258°27.68%69.41%
CMYK19.21%27.68%0.00%
30.59%

Color #8F80B1 in popluar number systems.

HEX8F80B1
Decimal143128177
Binary100011111000000010110001
Octal217200261

Shades and tints

Shades of #8F80B1

#8F80B1
(143,128,177)
#8275A1
(130,117,161)
#756A91
(117,106,145)
#685F81
(104,95,129)
#5B5471
(91,84,113)
#4E4961
(78,73,97)
#413E51
(65,62,81)
#343341
(52,51,65)
#272831
(39,40,49)
#1A1D21
(26,29,33)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #8F80B1

#8F80B1
(143,128,177)
#998BB8
(153,139,184)
#A396BF
(163,150,191)
#ADA1C6
(173,161,198)
#B7ACCD
(183,172,205)
#C1B7D4
(193,183,212)
#CBC2DB
(203,194,219)
#D5CDE2
(213,205,226)
#DFD8E9
(223,216,233)
#E9E3F0
(233,227,240)
#F3EEF7
(243,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F80B1 color. Also use rgb(143,128,177) instead hex code.

Text Font Color

.myTextColor { color: #8F80B1; }

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

This text font color is #8F80B1.


Background Color

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

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

This div background color is #8F80B1.


Border color

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

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

This div border color is #8F80B1.


Opacity

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

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

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

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

This text has shadow with #8F80B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F80B1 on black background.


Color preview on white background

This text has color #8F80B1 on white background.



Black color preview on #8F80B1 background

This text has black color on #8F80B1 background.


White color preview on #8F80B1 background

This text has white color on #8F80B1 background.