COLOR #8E8085

HEX: #8E8085
RGB: (142,128,133)

Color info

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

RGB color model

#8E8085 color RGB value is (142,128,133).

  • red value is 142;
  • green value is 128;
  • blue value is 133.
RGB:
(142,128,133)
(56%,50%,52%)

RGB channels and saturation

R 142 of 255 = 56%
G 128 of 255 = 50%
B 133 of 255 = 52%

142
128
133

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

Portions of RGB colors in percentages

R + G + B =
142 + 128 + 133 = 403 (100%)
R 142 of 403 ~ 35.24%
G 128 of 403 ~ 31.76%
B 133 of 403 ~ 33%

%35.24
%31.76
%33

CMYK color model

#8E8085 color CMYK value is (0,10,6,44).

  • cyan value is 0.00%
  • magenta value is 9.86%
  • yellow value is 6.34%
  • key color value is 44.31%
CMYK:
(0,10,6,44)
C0M10Y6K44 
(0%,10%,6%,44%)
(0.00/0.10/0.06/0.44)	

CMYK percentages

%0
%9.86
%6.34
%44.31

Codes

Color #8E8085 in popluar color models

8E8085
RGB142128133
HSL339°5.83%52.94%
HSB/HSV339°9.86%55.69%
CMYK0.00%9.86%6.34%
44.31%

Color #8E8085 in popluar number systems.

HEX8E8085
Decimal142128133
Binary100011101000000010000101
Octal216200205

Shades and tints

Shades of #8E8085

#8E8085
(142,128,133)
#827579
(130,117,121)
#766A6D
(118,106,109)
#6A5F61
(106,95,97)
#5E5455
(94,84,85)
#524949
(82,73,73)
#463E3D
(70,62,61)
#3A3331
(58,51,49)
#2E2825
(46,40,37)
#221D19
(34,29,25)
#16120D
(22,18,13)
#000000
(0,0,0)

Tints of #8E8085

#8E8085
(142,128,133)
#988B90
(152,139,144)
#A2969B
(162,150,155)
#ACA1A6
(172,161,166)
#B6ACB1
(182,172,177)
#C0B7BC
(192,183,188)
#CAC2C7
(202,194,199)
#D4CDD2
(212,205,210)
#DED8DD
(222,216,221)
#E8E3E8
(232,227,232)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E8085 color. Also use rgb(142,128,133) instead hex code.

Text Font Color

.myTextColor { color: #8E8085; }

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

This text font color is #8E8085.


Background Color

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

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

This div background color is #8E8085.


Border color

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

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

This div border color is #8E8085.


Opacity

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

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

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

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

This text has shadow with #8E8085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8085 on black background.


Color preview on white background

This text has color #8E8085 on white background.



Black color preview on #8E8085 background

This text has black color on #8E8085 background.


White color preview on #8E8085 background

This text has white color on #8E8085 background.