COLOR #8E788B

HEX: #8E788B
RGB: (142,120,139)

Color info

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

RGB color model

#8E788B color RGB value is (142,120,139).

  • red value is 142;
  • green value is 120;
  • blue value is 139.
RGB:
(142,120,139)
(56%,47%,55%)

RGB channels and saturation

R 142 of 255 = 56%
G 120 of 255 = 47%
B 139 of 255 = 55%

142
120
139

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

Portions of RGB colors in percentages

R + G + B =
142 + 120 + 139 = 401 (100%)
R 142 of 401 ~ 35.41%
G 120 of 401 ~ 29.93%
B 139 of 401 ~ 34.66%

%35.41
%29.93
%34.66

CMYK color model

#8E788B color CMYK value is (0,15,2,44).

  • cyan value is 0.00%
  • magenta value is 15.49%
  • yellow value is 2.11%
  • key color value is 44.31%
CMYK:
(0,15,2,44)
C0M15Y2K44 
(0%,15%,2%,44%)
(0.00/0.15/0.02/0.44)	

CMYK percentages

%0
%15.49
%2.11
%44.31

Codes

Color #8E788B in popluar color models

8E788B
RGB142120139
HSL308°8.87%51.37%
HSB/HSV308°15.49%55.69%
CMYK0.00%15.49%2.11%
44.31%

Color #8E788B in popluar number systems.

HEX8E788B
Decimal142120139
Binary10001110111100010001011
Octal216170213

Shades and tints

Shades of #8E788B

#8E788B
(142,120,139)
#826E7F
(130,110,127)
#766473
(118,100,115)
#6A5A67
(106,90,103)
#5E505B
(94,80,91)
#52464F
(82,70,79)
#463C43
(70,60,67)
#3A3237
(58,50,55)
#2E282B
(46,40,43)
#221E1F
(34,30,31)
#161413
(22,20,19)
#000000
(0,0,0)

Tints of #8E788B

#8E788B
(142,120,139)
#988495
(152,132,149)
#A2909F
(162,144,159)
#AC9CA9
(172,156,169)
#B6A8B3
(182,168,179)
#C0B4BD
(192,180,189)
#CAC0C7
(202,192,199)
#D4CCD1
(212,204,209)
#DED8DB
(222,216,219)
#E8E4E5
(232,228,229)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E788B color. Also use rgb(142,120,139) instead hex code.

Text Font Color

.myTextColor { color: #8E788B; }

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

This text font color is #8E788B.


Background Color

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

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

This div background color is #8E788B.


Border color

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

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

This div border color is #8E788B.


Opacity

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

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

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

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

This text has shadow with #8E788B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E788B on black background.


Color preview on white background

This text has color #8E788B on white background.



Black color preview on #8E788B background

This text has black color on #8E788B background.


White color preview on #8E788B background

This text has white color on #8E788B background.