COLOR #8F8EB3

HEX: #8F8EB3
RGB: (143,142,179)

Color info

#8F8EB3 contains red, green and blue colors in about the same proportion. Web safe color of #8F8EB3 is #999999 (or #999).

RGB color model

#8F8EB3 color RGB value is (143,142,179).

  • red value is 143;
  • green value is 142;
  • blue value is 179.
RGB:
(143,142,179)
(56%,56%,70%)

RGB channels and saturation

R 143 of 255 = 56%
G 142 of 255 = 56%
B 179 of 255 = 70%

143
142
179

R + G + B ~ 61%. #8F8EB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 142 + 179 = 464 (100%)
R 143 of 464 ~ 30.82%
G 142 of 464 ~ 30.6%
B 179 of 464 ~ 38.58%

%30.82
%30.6
%38.58

CMYK color model

#8F8EB3 color CMYK value is (20,21,0,30).

  • cyan value is 20.11%
  • magenta value is 20.67%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(20,21,0,30)
C20M21Y0K30 
(20%,21%,0%,30%)
(0.20/0.21/0.00/0.30)	

CMYK percentages

%20.11
%20.67
%0
%29.8

Codes

Color #8F8EB3 in popluar color models

8F8EB3
RGB143142179
HSL242°19.58%62.94%
HSB/HSV242°20.67%70.20%
CMYK20.11%20.67%0.00%
29.80%

Color #8F8EB3 in popluar number systems.

HEX8F8EB3
Decimal143142179
Binary100011111000111010110011
Octal217216263

Shades and tints

Shades of #8F8EB3

#8F8EB3
(143,142,179)
#8282A3
(130,130,163)
#757693
(117,118,147)
#686A83
(104,106,131)
#5B5E73
(91,94,115)
#4E5263
(78,82,99)
#414653
(65,70,83)
#343A43
(52,58,67)
#272E33
(39,46,51)
#1A2223
(26,34,35)
#0D1613
(13,22,19)
#000000
(0,0,0)

Tints of #8F8EB3

#8F8EB3
(143,142,179)
#9998B9
(153,152,185)
#A3A2BF
(163,162,191)
#ADACC5
(173,172,197)
#B7B6CB
(183,182,203)
#C1C0D1
(193,192,209)
#CBCAD7
(203,202,215)
#D5D4DD
(213,212,221)
#DFDEE3
(223,222,227)
#E9E8E9
(233,232,233)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F8EB3 color. Also use rgb(143,142,179) instead hex code.

Text Font Color

.myTextColor { color: #8F8EB3; }

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

This text font color is #8F8EB3.


Background Color

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

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

This div background color is #8F8EB3.


Border color

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

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

This div border color is #8F8EB3.


Opacity

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

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

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

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

This text has shadow with #8F8EB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F8EB3 on black background.


Color preview on white background

This text has color #8F8EB3 on white background.



Black color preview on #8F8EB3 background

This text has black color on #8F8EB3 background.


White color preview on #8F8EB3 background

This text has white color on #8F8EB3 background.