COLOR #8E8F6B

HEX: #8E8F6B RGB: (142,143,107)

Color info

#8E8F6B contains red, green and blue colors in about the same proportion. Web safe color of #8E8F6B is #999966 (or #996).

RGB color model

#8E8F6B color RGB value is (142,143,107).

RGB: (142,143,107) (56%, 56%, 42%)

RGB channels and saturation

R 142 of 255 = 56%
G 143 of 255 = 56%
B 107 of 255 = 42%

142
143
107

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

Portions of RGB colors in percentages

R + G + B = 142 + 143 + 107 = 392 (100%)
R 142 of 392 ~ 36.22%
G 143 of 392 ~ 36.48%
B 107 of 392 ~ 27.3'%

%36.22
%36.48
%27.3

CMYK color model

#8E8F6B color CMYK value is (1,0,25,44).

  • cyan value is 0.70%
  • magenta value is 0.00%
  • yellow value is 25.17%
  • key color value is 43.92%

CMYK: (1,0,25,44)
C1M0Y25K44 (1%, 0%, 25%, 44%)
(0.01 / 0.00 / 0.25 / 0.44)

CMYK percentages

%0.7
%0
%25.17
%43.92

Codes

Color #8E8F6B in popluar color models

8E 8F 6B
RGB 142 143 107
HSL 62° 14.40% 49.02%
HSB/HSV 62° 25.17% 56.08%
CMYK 0.70% 0.00% 25.17%
43.92%

Color #8E8F6B in popluar number systems.

HEX 8E 8F 6B
Decimal 142 143 107
Binary 10001110 10001111 1101011
Octal 216 217 153

Shades and tints

Shades of #8E8F6B

#8E8F6B
(142,143,107)
#828262
(130,130,98)
#767559
(118,117,89)
#6A6850
(106,104,80)
#5E5B47
(94,91,71)
#524E3E
(82,78,62)
#464135
(70,65,53)
#3A342C
(58,52,44)
#2E2723
(46,39,35)
#221A1A
(34,26,26)
#160D11
(22,13,17)
#000000
(0,0,0)

Tints of #8E8F6B

#8E8F6B
(142,143,107)
#989978
(152,153,120)
#A2A385
(162,163,133)
#ACAD92
(172,173,146)
#B6B79F
(182,183,159)
#C0C1AC
(192,193,172)
#CACBB9
(202,203,185)
#D4D5C6
(212,213,198)
#DEDFD3
(222,223,211)
#E8E9E0
(232,233,224)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8F6B; }

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

This text font color is #8E8F6B.

Background Color

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

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

This div background color is #8E8F6B.

Border color

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

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

This div border color is #8E8F6B.

Opacity

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

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

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

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

This text has shadow with #8E8F6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E8F6B.

Preview

Color preview on black background

This text has color #8E8F6B on black background.


Color preview on white background

This text has color #8E8F6B on white background.


Black color preview on #8E8F6B background

This text has black color on #8E8F6B background.


White color preview on #8E8F6B background

This text has white color on #8E8F6B background.


Related colors

Complementary color

Complementary color for #hex is #717094.


I love getcolorcode.com

Triadic colors

1 #6B8E8F and #8F6B8E with #8E8F6B are triadic colors.

2 #6B8F8E and #8F8E6B with #8E8F6B are triadic colors.