COLOR #8E788D

HEX: #8E788D RGB: (142,120,141)

Color info

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

RGB color model

#8E788D color RGB value is (142,120,141).

RGB: (142,120,141) (56%, 47%, 55%)

RGB channels and saturation

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

142
120
141

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

Portions of RGB colors in percentages

R + G + B = 142 + 120 + 141 = 403 (100%)
R 142 of 403 ~ 35.24%
G 120 of 403 ~ 29.78%
B 141 of 403 ~ 34.99'%

%35.24
%29.78
%34.99

CMYK color model

#8E788D color CMYK value is (0,15,1,44).

  • cyan value is 0.00%
  • magenta value is 15.49%
  • yellow value is 0.70%
  • key color value is 44.31%

CMYK: (0,15,1,44)
C0M15Y1K44 (0%, 15%, 1%, 44%)
(0.00 / 0.15 / 0.01 / 0.44)

CMYK percentages

%0
%15.49
%0.7
%44.31

Codes

Color #8E788D in popluar color models

8E 78 8D
RGB 142 120 141
HSL 303° 8.87% 51.37%
HSB/HSV 303° 15.49% 55.69%
CMYK 0.00% 15.49% 0.70%
44.31%

Color #8E788D in popluar number systems.

HEX 8E 78 8D
Decimal 142 120 141
Binary 10001110 1111000 10001101
Octal 216 170 215

Shades and tints

Shades of #8E788D

#8E788D
(142,120,141)
#826E81
(130,110,129)
#766475
(118,100,117)
#6A5A69
(106,90,105)
#5E505D
(94,80,93)
#524651
(82,70,81)
#463C45
(70,60,69)
#3A3239
(58,50,57)
#2E282D
(46,40,45)
#221E21
(34,30,33)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #8E788D

#8E788D
(142,120,141)
#988497
(152,132,151)
#A290A1
(162,144,161)
#AC9CAB
(172,156,171)
#B6A8B5
(182,168,181)
#C0B4BF
(192,180,191)
#CAC0C9
(202,192,201)
#D4CCD3
(212,204,211)
#DED8DD
(222,216,221)
#E8E4E7
(232,228,231)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E788D; }

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

This text font color is #8E788D.

Background Color

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

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

This div background color is #8E788D.

Border color

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

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

This div border color is #8E788D.

Opacity

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

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

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

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

This text has shadow with #8E788D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E788D.

Preview

Color preview on black background

This text has color #8E788D on black background.


Color preview on white background

This text has color #8E788D on white background.


Black color preview on #8E788D background

This text has black color on #8E788D background.


White color preview on #8E788D background

This text has white color on #8E788D background.


Related colors

Complementary color

Complementary color for #hex is #718772.


I love getcolorcode.com

Triadic colors

1 #8D8E78 and #788D8E with #8E788D are triadic colors.

2 #8D788E and #788E8D with #8E788D are triadic colors.