COLOR #8F81E1

HEX: #8F81E1
RGB: (143,129,225)

Color info

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

RGB color model

#8F81E1 color RGB value is (143,129,225).

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

RGB channels and saturation

R 143 of 255 = 56%
G 129 of 255 = 51%
B 225 of 255 = 88%

143
129
225

R + G + B ~ 65%. #8F81E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 129 + 225 = 497 (100%)
R 143 of 497 ~ 28.77%
G 129 of 497 ~ 25.96%
B 225 of 497 ~ 45.27%

%28.77
%25.96
%45.27

CMYK color model

#8F81E1 color CMYK value is (36,43,0,12).

  • cyan value is 36.44%
  • magenta value is 42.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(36,43,0,12)
C36M43Y0K12 
(36%,43%,0%,12%)
(0.36/0.43/0.00/0.12)	

CMYK percentages

%36.44
%42.67
%0
%11.76

Codes

Color #8F81E1 in popluar color models

8F81E1
RGB143129225
HSL249°61.54%69.41%
HSB/HSV249°42.67%88.24%
CMYK36.44%42.67%0.00%
11.76%

Color #8F81E1 in popluar number systems.

HEX8F81E1
Decimal143129225
Binary100011111000000111100001
Octal217201341

Shades and tints

Shades of #8F81E1

#8F81E1
(143,129,225)
#8276CD
(130,118,205)
#756BB9
(117,107,185)
#6860A5
(104,96,165)
#5B5591
(91,85,145)
#4E4A7D
(78,74,125)
#413F69
(65,63,105)
#343455
(52,52,85)
#272941
(39,41,65)
#1A1E2D
(26,30,45)
#0D1319
(13,19,25)
#000000
(0,0,0)

Tints of #8F81E1

#8F81E1
(143,129,225)
#998CE3
(153,140,227)
#A397E5
(163,151,229)
#ADA2E7
(173,162,231)
#B7ADE9
(183,173,233)
#C1B8EB
(193,184,235)
#CBC3ED
(203,195,237)
#D5CEEF
(213,206,239)
#DFD9F1
(223,217,241)
#E9E4F3
(233,228,243)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F81E1; }

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

This text font color is #8F81E1.


Background Color

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

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

This div background color is #8F81E1.


Border color

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

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

This div border color is #8F81E1.


Opacity

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

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

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

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

This text has shadow with #8F81E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F81E1 on black background.


Color preview on white background

This text has color #8F81E1 on white background.



Black color preview on #8F81E1 background

This text has black color on #8F81E1 background.


White color preview on #8F81E1 background

This text has white color on #8F81E1 background.