COLOR #8F7EA2

HEX: #8F7EA2 RGB: (143,126,162)

Color info

#8F7EA2 contains red, green and blue colors in about the same proportion. Web safe color of #8F7EA2 is #996699 (or #969).

RGB color model

#8F7EA2 color RGB value is (143,126,162).

RGB: (143,126,162) (56%, 49%, 64%)

RGB channels and saturation

R 143 of 255 = 56%
G 126 of 255 = 49%
B 162 of 255 = 64%

143
126
162

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

Portions of RGB colors in percentages

R + G + B = 143 + 126 + 162 = 431 (100%)
R 143 of 431 ~ 33.18%
G 126 of 431 ~ 29.23%
B 162 of 431 ~ 37.59'%

%33.18
%29.23
%37.59

CMYK color model

#8F7EA2 color CMYK value is (12,22,0,36).

  • cyan value is 11.73%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (12,22,0,36)
C12M22Y0K36 (12%, 22%, 0%, 36%)
(0.12 / 0.22 / 0.00 / 0.36)

CMYK percentages

%11.73
%22.22
%0
%36.47

Codes

Color #8F7EA2 in popluar color models

8F 7E A2
RGB 143 126 162
HSL 268° 16.22% 56.47%
HSB/HSV 268° 22.22% 63.53%
CMYK 11.73% 22.22% 0.00%
36.47%

Color #8F7EA2 in popluar number systems.

HEX 8F 7E A2
Decimal 143 126 162
Binary 10001111 1111110 10100010
Octal 217 176 242

Shades and tints

Shades of #8F7EA2

#8F7EA2
(143,126,162)
#827394
(130,115,148)
#756886
(117,104,134)
#685D78
(104,93,120)
#5B526A
(91,82,106)
#4E475C
(78,71,92)
#413C4E
(65,60,78)
#343140
(52,49,64)
#272632
(39,38,50)
#1A1B24
(26,27,36)
#0D1016
(13,16,22)
#000000
(0,0,0)

Tints of #8F7EA2

#8F7EA2
(143,126,162)
#9989AA
(153,137,170)
#A394B2
(163,148,178)
#AD9FBA
(173,159,186)
#B7AAC2
(183,170,194)
#C1B5CA
(193,181,202)
#CBC0D2
(203,192,210)
#D5CBDA
(213,203,218)
#DFD6E2
(223,214,226)
#E9E1EA
(233,225,234)
#F3ECF2
(243,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F7EA2; }

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

This text font color is #8F7EA2.

Background Color

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

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

This div background color is #8F7EA2.

Border color

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

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

This div border color is #8F7EA2.

Opacity

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

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

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

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

This text has shadow with #8F7EA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F7EA2.

Preview

Color preview on black background

This text has color #8F7EA2 on black background.


Color preview on white background

This text has color #8F7EA2 on white background.


Black color preview on #8F7EA2 background

This text has black color on #8F7EA2 background.


White color preview on #8F7EA2 background

This text has white color on #8F7EA2 background.


Related colors

Complementary color

Complementary color for #hex is #70815D.


I love getcolorcode.com

Triadic colors

1 #A28F7E and #7EA28F with #8F7EA2 are triadic colors.

2 #A27E8F and #7E8FA2 with #8F7EA2 are triadic colors.