COLOR #8F8EB7

HEX: #8F8EB7 RGB: (143,142,183)

Color info

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

RGB color model

#8F8EB7 color RGB value is (143,142,183).

RGB: (143,142,183) (56%, 56%, 72%)

RGB channels and saturation

R 143 of 255 = 56%
G 142 of 255 = 56%
B 183 of 255 = 72%

143
142
183

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

Portions of RGB colors in percentages

R + G + B = 143 + 142 + 183 = 468 (100%)
R 143 of 468 ~ 30.56%
G 142 of 468 ~ 30.34%
B 183 of 468 ~ 39.1'%

%30.56
%30.34
%39.1

CMYK color model

#8F8EB7 color CMYK value is (22,22,0,28).

  • cyan value is 21.86%
  • magenta value is 22.40%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK: (22,22,0,28) C22M22Y0K28 (22%,22%,0%,28%) (0.22/0.22/0.00/0.28) 

CMYK percentages

%21.86
%22.4
%0
%28.24

Codes

Color #8F8EB7 in popluar color models

8F 8E B7
RGB 143 142 183
HSL 241° 22.16% 63.73%
HSB/HSV 241° 22.40% 71.76%
CMYK 21.86% 22.40% 0.00%
28.24%

Color #8F8EB7 in popluar number systems.

HEX 8F 8E B7
Decimal 143 142 183
Binary 10001111 10001110 10110111
Octal 217 216 267

Shades and tints

Shades of #8F8EB7

#8F8EB7
(143,142,183)
#8282A7
(130,130,167)
#757697
(117,118,151)
#686A87
(104,106,135)
#5B5E77
(91,94,119)
#4E5267
(78,82,103)
#414657
(65,70,87)
#343A47
(52,58,71)
#272E37
(39,46,55)
#1A2227
(26,34,39)
#0D1617
(13,22,23)
#000000
(0,0,0)

Tints of #8F8EB7

#8F8EB7
(143,142,183)
#9998BD
(153,152,189)
#A3A2C3
(163,162,195)
#ADACC9
(173,172,201)
#B7B6CF
(183,182,207)
#C1C0D5
(193,192,213)
#CBCADB
(203,202,219)
#D5D4E1
(213,212,225)
#DFDEE7
(223,222,231)
#E9E8ED
(233,232,237)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F8EB7; }

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

This text font color is #8F8EB7.

Background Color

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

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

This div background color is #8F8EB7.

Border color

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

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

This div border color is #8F8EB7.

Opacity

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

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

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

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

This text has shadow with #8F8EB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F8EB7.

Preview

Color preview on black background

This text has color #8F8EB7 on black background.


Color preview on white background

This text has color #8F8EB7 on white background.


Black color preview on #8F8EB7 background

This text has black color on #8F8EB7 background.


White color preview on #8F8EB7 background

This text has white color on #8F8EB7 background.


Related colors

Complementary color

Complementary color for #hex is #707148.


I love getcolorcode.com

Triadic colors

1 #B78F8E and #8EB78F with #8F8EB7 are triadic colors.

2 #B78E8F and #8E8FB7 with #8F8EB7 are triadic colors.