COLOR #8E8FAF

HEX: #8E8FAF RGB: (142,143,175)

Color info

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

RGB color model

#8E8FAF color RGB value is (142,143,175).

RGB: (142,143,175) (56%, 56%, 69%)

RGB channels and saturation

R 142 of 255 = 56%
G 143 of 255 = 56%
B 175 of 255 = 69%

142
143
175

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

Portions of RGB colors in percentages

R + G + B = 142 + 143 + 175 = 460 (100%)
R 142 of 460 ~ 30.87%
G 143 of 460 ~ 31.09%
B 175 of 460 ~ 38.04'%

%30.87
%31.09
%38.04

CMYK color model

#8E8FAF color CMYK value is (19,18,0,31).

  • cyan value is 18.86%
  • magenta value is 18.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (19,18,0,31) C19M18Y0K31 (19%,18%,0%,31%) (0.19/0.18/0.00/0.31) 

CMYK percentages

%18.86
%18.29
%0
%31.37

Codes

Color #8E8FAF in popluar color models

8E 8F AF
RGB 142 143 175
HSL 238° 17.10% 62.16%
HSB/HSV 238° 18.86% 68.63%
CMYK 18.86% 18.29% 0.00%
31.37%

Color #8E8FAF in popluar number systems.

HEX 8E 8F AF
Decimal 142 143 175
Binary 10001110 10001111 10101111
Octal 216 217 257

Shades and tints

Shades of #8E8FAF

#8E8FAF
(142,143,175)
#8282A0
(130,130,160)
#767591
(118,117,145)
#6A6882
(106,104,130)
#5E5B73
(94,91,115)
#524E64
(82,78,100)
#464155
(70,65,85)
#3A3446
(58,52,70)
#2E2737
(46,39,55)
#221A28
(34,26,40)
#160D19
(22,13,25)
#000000
(0,0,0)

Tints of #8E8FAF

#8E8FAF
(142,143,175)
#9899B6
(152,153,182)
#A2A3BD
(162,163,189)
#ACADC4
(172,173,196)
#B6B7CB
(182,183,203)
#C0C1D2
(192,193,210)
#CACBD9
(202,203,217)
#D4D5E0
(212,213,224)
#DEDFE7
(222,223,231)
#E8E9EE
(232,233,238)
#F2F3F5
(242,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8FAF; }

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

This text font color is #8E8FAF.

Background Color

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

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

This div background color is #8E8FAF.

Border color

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

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

This div border color is #8E8FAF.

Opacity

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

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

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

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

This text has shadow with #8E8FAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E8FAF.

Preview

Color preview on black background

This text has color #8E8FAF on black background.


Color preview on white background

This text has color #8E8FAF on white background.


Black color preview on #8E8FAF background

This text has black color on #8E8FAF background.


White color preview on #8E8FAF background

This text has white color on #8E8FAF background.


Related colors

Complementary color

Complementary color for #hex is #717050.


I love getcolorcode.com

Triadic colors

1 #AF8E8F and #8FAF8E with #8E8FAF are triadic colors.

2 #AF8F8E and #8F8EAF with #8E8FAF are triadic colors.