COLOR #8F8EB6

HEX: #8F8EB6 RGB: (143,142,182)

Color info

#8F8EB6 contains red, green and blue colors in about the same proportion. Web safe color of #8F8EB6 is #9999CC (or #99C).

RGB color model

#8F8EB6 color RGB value is (143,142,182).

RGB: (143,142,182) (56%, 56%, 71%)

RGB channels and saturation

R 143 of 255 = 56%
G 142 of 255 = 56%
B 182 of 255 = 71%

143
142
182

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

Portions of RGB colors in percentages

R + G + B = 143 + 142 + 182 = 467 (100%)
R 143 of 467 ~ 30.62%
G 142 of 467 ~ 30.41%
B 182 of 467 ~ 38.97'%

%30.62
%30.41
%38.97

CMYK color model

#8F8EB6 color CMYK value is (21,22,0,29).

  • cyan value is 21.43%
  • magenta value is 21.98%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK: (21,22,0,29) C21M22Y0K29 (21%,22%,0%,29%) (0.21/0.22/0.00/0.29) 

CMYK percentages

%21.43
%21.98
%0
%28.63

Codes

Color #8F8EB6 in popluar color models

8F 8E B6
RGB 143 142 182
HSL 242° 21.51% 63.53%
HSB/HSV 242° 21.98% 71.37%
CMYK 21.43% 21.98% 0.00%
28.63%

Color #8F8EB6 in popluar number systems.

HEX 8F 8E B6
Decimal 143 142 182
Binary 10001111 10001110 10110110
Octal 217 216 266

Shades and tints

Shades of #8F8EB6

#8F8EB6
(143,142,182)
#8282A6
(130,130,166)
#757696
(117,118,150)
#686A86
(104,106,134)
#5B5E76
(91,94,118)
#4E5266
(78,82,102)
#414656
(65,70,86)
#343A46
(52,58,70)
#272E36
(39,46,54)
#1A2226
(26,34,38)
#0D1616
(13,22,22)
#000000
(0,0,0)

Tints of #8F8EB6

#8F8EB6
(143,142,182)
#9998BC
(153,152,188)
#A3A2C2
(163,162,194)
#ADACC8
(173,172,200)
#B7B6CE
(183,182,206)
#C1C0D4
(193,192,212)
#CBCADA
(203,202,218)
#D5D4E0
(213,212,224)
#DFDEE6
(223,222,230)
#E9E8EC
(233,232,236)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F8EB6; }

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

This text font color is #8F8EB6.

Background Color

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

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

This div background color is #8F8EB6.

Border color

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

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

This div border color is #8F8EB6.

Opacity

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

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

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

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

This text has shadow with #8F8EB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F8EB6.

Preview

Color preview on black background

This text has color #8F8EB6 on black background.


Color preview on white background

This text has color #8F8EB6 on white background.


Black color preview on #8F8EB6 background

This text has black color on #8F8EB6 background.


White color preview on #8F8EB6 background

This text has white color on #8F8EB6 background.


Related colors

Complementary color

Complementary color for #hex is #707149.


I love getcolorcode.com

Triadic colors

1 #B68F8E and #8EB68F with #8F8EB6 are triadic colors.

2 #B68E8F and #8E8FB6 with #8F8EB6 are triadic colors.