COLOR #8E778D

HEX: #8E778D
RGB: (142,119,141)

Color info

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

RGB color model

#8E778D color RGB value is (142,119,141).

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

RGB channels and saturation

R 142 of 255 = 56%
G 119 of 255 = 47%
B 141 of 255 = 55%

142
119
141

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

Portions of RGB colors in percentages

R + G + B =
142 + 119 + 141 = 402 (100%)
R 142 of 402 ~ 35.32%
G 119 of 402 ~ 29.6%
B 141 of 402 ~ 35.07%

%35.32
%29.6
%35.07

CMYK color model

#8E778D color CMYK value is (0,16,1,44).

  • cyan value is 0.00%
  • magenta value is 16.20%
  • yellow value is 0.70%
  • key color value is 44.31%
CMYK:
(0,16,1,44)
C0M16Y1K44 
(0%,16%,1%,44%)
(0.00/0.16/0.01/0.44)	

CMYK percentages

%0
%16.2
%0.7
%44.31

Codes

Color #8E778D in popluar color models

8E778D
RGB142119141
HSL303°9.24%51.18%
HSB/HSV303°16.20%55.69%
CMYK0.00%16.20%0.70%
44.31%

Color #8E778D in popluar number systems.

HEX8E778D
Decimal142119141
Binary10001110111011110001101
Octal216167215

Shades and tints

Shades of #8E778D

#8E778D
(142,119,141)
#826D81
(130,109,129)
#766375
(118,99,117)
#6A5969
(106,89,105)
#5E4F5D
(94,79,93)
#524551
(82,69,81)
#463B45
(70,59,69)
#3A3139
(58,49,57)
#2E272D
(46,39,45)
#221D21
(34,29,33)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #8E778D

#8E778D
(142,119,141)
#988397
(152,131,151)
#A28FA1
(162,143,161)
#AC9BAB
(172,155,171)
#B6A7B5
(182,167,181)
#C0B3BF
(192,179,191)
#CABFC9
(202,191,201)
#D4CBD3
(212,203,211)
#DED7DD
(222,215,221)
#E8E3E7
(232,227,231)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E778D color. Also use rgb(142,119,141) instead hex code.

Text Font Color

.myTextColor { color: #8E778D; }

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

This text font color is #8E778D.


Background Color

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

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

This div background color is #8E778D.


Border color

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

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

This div border color is #8E778D.


Opacity

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

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

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

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

This text has shadow with #8E778D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E778D on black background.


Color preview on white background

This text has color #8E778D on white background.



Black color preview on #8E778D background

This text has black color on #8E778D background.


White color preview on #8E778D background

This text has white color on #8E778D background.