COLOR #8F8EAD

HEX: #8F8EAD RGB: (143,142,173)

Color info

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

RGB color model

#8F8EAD color RGB value is (143,142,173).

RGB: (143,142,173) (56%, 56%, 68%)

RGB channels and saturation

R 143 of 255 = 56%
G 142 of 255 = 56%
B 173 of 255 = 68%

143
142
173

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

Portions of RGB colors in percentages

R + G + B = 143 + 142 + 173 = 458 (100%)
R 143 of 458 ~ 31.22%
G 142 of 458 ~ 31%
B 173 of 458 ~ 37.77'%

%31.22
%31
%37.77

CMYK color model

#8F8EAD color CMYK value is (17,18,0,32).

  • cyan value is 17.34%
  • magenta value is 17.92%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (17,18,0,32)
C17M18Y0K32 (17%, 18%, 0%, 32%)
(0.17 / 0.18 / 0.00 / 0.32)

CMYK percentages

%17.34
%17.92
%0
%32.16

Codes

Color #8F8EAD in popluar color models

8F 8E AD
RGB 143 142 173
HSL 242° 15.90% 61.76%
HSB/HSV 242° 17.92% 67.84%
CMYK 17.34% 17.92% 0.00%
32.16%

Color #8F8EAD in popluar number systems.

HEX 8F 8E AD
Decimal 143 142 173
Binary 10001111 10001110 10101101
Octal 217 216 255

Shades and tints

Shades of #8F8EAD

#8F8EAD
(143,142,173)
#82829E
(130,130,158)
#75768F
(117,118,143)
#686A80
(104,106,128)
#5B5E71
(91,94,113)
#4E5262
(78,82,98)
#414653
(65,70,83)
#343A44
(52,58,68)
#272E35
(39,46,53)
#1A2226
(26,34,38)
#0D1617
(13,22,23)
#000000
(0,0,0)

Tints of #8F8EAD

#8F8EAD
(143,142,173)
#9998B4
(153,152,180)
#A3A2BB
(163,162,187)
#ADACC2
(173,172,194)
#B7B6C9
(183,182,201)
#C1C0D0
(193,192,208)
#CBCAD7
(203,202,215)
#D5D4DE
(213,212,222)
#DFDEE5
(223,222,229)
#E9E8EC
(233,232,236)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F8EAD; }

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

This text font color is #8F8EAD.

Background Color

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

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

This div background color is #8F8EAD.

Border color

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

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

This div border color is #8F8EAD.

Opacity

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

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

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

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

This text has shadow with #8F8EAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F8EAD.

Preview

Color preview on black background

This text has color #8F8EAD on black background.


Color preview on white background

This text has color #8F8EAD on white background.


Black color preview on #8F8EAD background

This text has black color on #8F8EAD background.


White color preview on #8F8EAD background

This text has white color on #8F8EAD background.


Related colors

Complementary color

Complementary color for #hex is #707152.


I love getcolorcode.com

Triadic colors

1 #AD8F8E and #8EAD8F with #8F8EAD are triadic colors.

2 #AD8E8F and #8E8FAD with #8F8EAD are triadic colors.