COLOR #8E829B

HEX: #8E829B
RGB: (142,130,155)

Color info

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

RGB color model

#8E829B color RGB value is (142,130,155).

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

RGB channels and saturation

R 142 of 255 = 56%
G 130 of 255 = 51%
B 155 of 255 = 61%

142
130
155

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

Portions of RGB colors in percentages

R + G + B =
142 + 130 + 155 = 427 (100%)
R 142 of 427 ~ 33.26%
G 130 of 427 ~ 30.44%
B 155 of 427 ~ 36.3%

%33.26
%30.44
%36.3

CMYK color model

#8E829B color CMYK value is (8,16,0,39).

  • cyan value is 8.39%
  • magenta value is 16.13%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(8,16,0,39)
C8M16Y0K39 
(8%,16%,0%,39%)
(0.08/0.16/0.00/0.39)	

CMYK percentages

%8.39
%16.13
%0
%39.22

Codes

Color #8E829B in popluar color models

8E829B
RGB142130155
HSL269°11.11%55.88%
HSB/HSV269°16.13%60.78%
CMYK8.39%16.13%0.00%
39.22%

Color #8E829B in popluar number systems.

HEX8E829B
Decimal142130155
Binary100011101000001010011011
Octal216202233

Shades and tints

Shades of #8E829B

#8E829B
(142,130,155)
#82778D
(130,119,141)
#766C7F
(118,108,127)
#6A6171
(106,97,113)
#5E5663
(94,86,99)
#524B55
(82,75,85)
#464047
(70,64,71)
#3A3539
(58,53,57)
#2E2A2B
(46,42,43)
#221F1D
(34,31,29)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #8E829B

#8E829B
(142,130,155)
#988DA4
(152,141,164)
#A298AD
(162,152,173)
#ACA3B6
(172,163,182)
#B6AEBF
(182,174,191)
#C0B9C8
(192,185,200)
#CAC4D1
(202,196,209)
#D4CFDA
(212,207,218)
#DEDAE3
(222,218,227)
#E8E5EC
(232,229,236)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E829B; }

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

This text font color is #8E829B.


Background Color

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

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

This div background color is #8E829B.


Border color

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

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

This div border color is #8E829B.


Opacity

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

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

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

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

This text has shadow with #8E829B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E829B on black background.


Color preview on white background

This text has color #8E829B on white background.



Black color preview on #8E829B background

This text has black color on #8E829B background.


White color preview on #8E829B background

This text has white color on #8E829B background.