COLOR #8E8283

HEX: #8E8283
RGB: (142,130,131)

Color info

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

RGB color model

#8E8283 color RGB value is (142,130,131).

  • red value is 142;
  • green value is 130;
  • blue value is 131.
RGB:
(142,130,131)
(56%,51%,51%)

RGB channels and saturation

R 142 of 255 = 56%
G 130 of 255 = 51%
B 131 of 255 = 51%

142
130
131

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

Portions of RGB colors in percentages

R + G + B =
142 + 130 + 131 = 403 (100%)
R 142 of 403 ~ 35.24%
G 130 of 403 ~ 32.26%
B 131 of 403 ~ 32.51%

%35.24
%32.26
%32.51

CMYK color model

#8E8283 color CMYK value is (0,8,8,44).

  • cyan value is 0.00%
  • magenta value is 8.45%
  • yellow value is 7.75%
  • key color value is 44.31%
CMYK:
(0,8,8,44)
C0M8Y8K44 
(0%,8%,8%,44%)
(0.00/0.08/0.08/0.44)	

CMYK percentages

%0
%8.45
%7.75
%44.31

Codes

Color #8E8283 in popluar color models

8E8283
RGB142130131
HSL355°5.04%53.33%
HSB/HSV355°8.45%55.69%
CMYK0.00%8.45%7.75%
44.31%

Color #8E8283 in popluar number systems.

HEX8E8283
Decimal142130131
Binary100011101000001010000011
Octal216202203

Shades and tints

Shades of #8E8283

#8E8283
(142,130,131)
#827778
(130,119,120)
#766C6D
(118,108,109)
#6A6162
(106,97,98)
#5E5657
(94,86,87)
#524B4C
(82,75,76)
#464041
(70,64,65)
#3A3536
(58,53,54)
#2E2A2B
(46,42,43)
#221F20
(34,31,32)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #8E8283

#8E8283
(142,130,131)
#988D8E
(152,141,142)
#A29899
(162,152,153)
#ACA3A4
(172,163,164)
#B6AEAF
(182,174,175)
#C0B9BA
(192,185,186)
#CAC4C5
(202,196,197)
#D4CFD0
(212,207,208)
#DEDADB
(222,218,219)
#E8E5E6
(232,229,230)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E8283 color. Also use rgb(142,130,131) instead hex code.

Text Font Color

.myTextColor { color: #8E8283; }

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

This text font color is #8E8283.


Background Color

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

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

This div background color is #8E8283.


Border color

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

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

This div border color is #8E8283.


Opacity

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

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

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

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

This text has shadow with #8E8283 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8283 on black background.


Color preview on white background

This text has color #8E8283 on white background.



Black color preview on #8E8283 background

This text has black color on #8E8283 background.


White color preview on #8E8283 background

This text has white color on #8E8283 background.