COLOR #8F81CF

HEX: #8F81CF
RGB: (143,129,207)

Color info

#8F81CF contains mainly blue color. Web safe color of #8F81CF is #9999CC (or #99C).

RGB color model

#8F81CF color RGB value is (143,129,207).

  • red value is 143;
  • green value is 129;
  • blue value is 207.
RGB: (143,129,207) (56%,51%,81%)

RGB channels and saturation

R 143 of 255 = 56%
G 129 of 255 = 51%
B 207 of 255 = 81%

143
129
207

R + G + B ~ 63%. #8F81CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 129 + 207 = 479 (100%)
R 143 of 479 ~ 29.85%
G 129 of 479 ~ 26.93%
B 207 of 479 ~ 43.22%

%29.85
%26.93
%43.22

CMYK color model

#8F81CF color CMYK value is (31,38,0,19).

  • cyan value is 30.92%
  • magenta value is 37.68%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK: (31,38,0,19) C31M38Y0K19 (31%,38%,0%,19%) (0.31/0.38/0.00/0.19)

CMYK percentages

%30.92
%37.68
%0
%18.82

Codes

Color #8F81CF in popluar color models

8F81CF
RGB143129207
HSL251°44.83%65.88%
HSB/HSV251°37.68%81.18%
CMYK30.92%37.68%0.00%
18.82%

Color #8F81CF in popluar number systems.

HEX8F81CF
Decimal143129207
Binary100011111000000111001111
Octal217201317

Shades and tints

Shades of #8F81CF

#8F81CF
(143,129,207)
#8276BD
(130,118,189)
#756BAB
(117,107,171)
#686099
(104,96,153)
#5B5587
(91,85,135)
#4E4A75
(78,74,117)
#413F63
(65,63,99)
#343451
(52,52,81)
#27293F
(39,41,63)
#1A1E2D
(26,30,45)
#0D131B
(13,19,27)
#000000
(0,0,0)

Tints of #8F81CF

#8F81CF
(143,129,207)
#998CD3
(153,140,211)
#A397D7
(163,151,215)
#ADA2DB
(173,162,219)
#B7ADDF
(183,173,223)
#C1B8E3
(193,184,227)
#CBC3E7
(203,195,231)
#D5CEEB
(213,206,235)
#DFD9EF
(223,217,239)
#E9E4F3
(233,228,243)
#F3EFF7
(243,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F81CF color. Also use rgb(143,129,207) instead hex code.

Text Font Color

.myTextColor { color: #8F81CF; }

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

This text font color is #8F81CF.


Background Color

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

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

This div background color is #8F81CF.


Border color

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

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

This div border color is #8F81CF.


Opacity

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

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

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

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

This text has shadow with #8F81CF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8F81CF on black background.


Color preview on white background

This text has color #8F81CF on white background.



Black color preview on #8F81CF background

This text has black color on #8F81CF background.


White color preview on #8F81CF background

This text has white color on #8F81CF background.