COLOR #8F7EB8

HEX: #8F7EB8 RGB: (143,126,184)

Color info

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

RGB color model

#8F7EB8 color RGB value is (143,126,184).

RGB: (143,126,184) (56%, 49%, 72%)

RGB channels and saturation

R 143 of 255 = 56%
G 126 of 255 = 49%
B 184 of 255 = 72%

143
126
184

R + G + B ~ 59%. #8F7EB8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 143 + 126 + 184 = 453 (100%)
R 143 of 453 ~ 31.57%
G 126 of 453 ~ 27.81%
B 184 of 453 ~ 40.62'%

%31.57
%27.81
%40.62

CMYK color model

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

  • cyan value is 22.28%
  • magenta value is 31.52%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK: (22,32,0,28) C22M32Y0K28 (22%,32%,0%,28%) (0.22/0.32/0.00/0.28) 

CMYK percentages

%22.28
%31.52
%0
%27.84

Codes

Color #8F7EB8 in popluar color models

8F 7E B8
RGB 143 126 184
HSL 258° 29.00% 60.78%
HSB/HSV 258° 31.52% 72.16%
CMYK 22.28% 31.52% 0.00%
27.84%

Color #8F7EB8 in popluar number systems.

HEX 8F 7E B8
Decimal 143 126 184
Binary 10001111 1111110 10111000
Octal 217 176 270

Shades and tints

Shades of #8F7EB8

#8F7EB8
(143,126,184)
#8273A8
(130,115,168)
#756898
(117,104,152)
#685D88
(104,93,136)
#5B5278
(91,82,120)
#4E4768
(78,71,104)
#413C58
(65,60,88)
#343148
(52,49,72)
#272638
(39,38,56)
#1A1B28
(26,27,40)
#0D1018
(13,16,24)
#000000
(0,0,0)

Tints of #8F7EB8

#8F7EB8
(143,126,184)
#9989BE
(153,137,190)
#A394C4
(163,148,196)
#AD9FCA
(173,159,202)
#B7AAD0
(183,170,208)
#C1B5D6
(193,181,214)
#CBC0DC
(203,192,220)
#D5CBE2
(213,203,226)
#DFD6E8
(223,214,232)
#E9E1EE
(233,225,238)
#F3ECF4
(243,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F7EB8 color. Also use rgb(143,126,184) instead hex code.

Text Font Color

.myTextColor { color: #8F7EB8; }

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

This text font color is #8F7EB8.

Background Color

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

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

This div background color is #8F7EB8.

Border color

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

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

This div border color is #8F7EB8.

Opacity

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

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

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

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

This text has shadow with #8F7EB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F7EB8.

Preview

Color preview on black background

This text has color #8F7EB8 on black background.


Color preview on white background

This text has color #8F7EB8 on white background.


Black color preview on #8F7EB8 background

This text has black color on #8F7EB8 background.


White color preview on #8F7EB8 background

This text has white color on #8F7EB8 background.


Related colors

Complementary color

Complementary color for #hex is #708147.


I love getcolorcode.com

Triadic colors

1 #B88F7E and #7EB88F with #8F7EB8 are triadic colors.

2 #B87E8F and #7E8FB8 with #8F7EB8 are triadic colors.