COLOR #8E8291

HEX: #8E8291
RGB: (142,130,145)

Color info

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

RGB color model

#8E8291 color RGB value is (142,130,145).

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

RGB channels and saturation

R 142 of 255 = 56%
G 130 of 255 = 51%
B 145 of 255 = 57%

142
130
145

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

Portions of RGB colors in percentages

R + G + B =
142 + 130 + 145 = 417 (100%)
R 142 of 417 ~ 34.05%
G 130 of 417 ~ 31.18%
B 145 of 417 ~ 34.77%

%34.05
%31.18
%34.77

CMYK color model

#8E8291 color CMYK value is (2,10,0,43).

  • cyan value is 2.07%
  • magenta value is 10.34%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(2,10,0,43)
C2M10Y0K43 
(2%,10%,0%,43%)
(0.02/0.10/0.00/0.43)	

CMYK percentages

%2.07
%10.34
%0
%43.14

Codes

Color #8E8291 in popluar color models

8E8291
RGB142130145
HSL288°6.38%53.92%
HSB/HSV288°10.34%56.86%
CMYK2.07%10.34%0.00%
43.14%

Color #8E8291 in popluar number systems.

HEX8E8291
Decimal142130145
Binary100011101000001010010001
Octal216202221

Shades and tints

Shades of #8E8291

#8E8291
(142,130,145)
#827784
(130,119,132)
#766C77
(118,108,119)
#6A616A
(106,97,106)
#5E565D
(94,86,93)
#524B50
(82,75,80)
#464043
(70,64,67)
#3A3536
(58,53,54)
#2E2A29
(46,42,41)
#221F1C
(34,31,28)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #8E8291

#8E8291
(142,130,145)
#988D9B
(152,141,155)
#A298A5
(162,152,165)
#ACA3AF
(172,163,175)
#B6AEB9
(182,174,185)
#C0B9C3
(192,185,195)
#CAC4CD
(202,196,205)
#D4CFD7
(212,207,215)
#DEDAE1
(222,218,225)
#E8E5EB
(232,229,235)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8291; }

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

This text font color is #8E8291.


Background Color

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

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

This div background color is #8E8291.


Border color

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

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

This div border color is #8E8291.


Opacity

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

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

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

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

This text has shadow with #8E8291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8291 on black background.


Color preview on white background

This text has color #8E8291 on white background.



Black color preview on #8E8291 background

This text has black color on #8E8291 background.


White color preview on #8E8291 background

This text has white color on #8E8291 background.