COLOR #8E768D

HEX: #8E768D
RGB: (142,118,141)

Color info

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

RGB color model

#8E768D color RGB value is (142,118,141).

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

RGB channels and saturation

R 142 of 255 = 56%
G 118 of 255 = 46%
B 141 of 255 = 55%

142
118
141

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

Portions of RGB colors in percentages

R + G + B =
142 + 118 + 141 = 401 (100%)
R 142 of 401 ~ 35.41%
G 118 of 401 ~ 29.43%
B 141 of 401 ~ 35.16%

%35.41
%29.43
%35.16

CMYK color model

#8E768D color CMYK value is (0,17,1,44).

  • cyan value is 0.00%
  • magenta value is 16.90%
  • yellow value is 0.70%
  • key color value is 44.31%
CMYK:
(0,17,1,44)
C0M17Y1K44 
(0%,17%,1%,44%)
(0.00/0.17/0.01/0.44)	

CMYK percentages

%0
%16.9
%0.7
%44.31

Codes

Color #8E768D in popluar color models

8E768D
RGB142118141
HSL303°9.60%50.98%
HSB/HSV303°16.90%55.69%
CMYK0.00%16.90%0.70%
44.31%

Color #8E768D in popluar number systems.

HEX8E768D
Decimal142118141
Binary10001110111011010001101
Octal216166215

Shades and tints

Shades of #8E768D

#8E768D
(142,118,141)
#826C81
(130,108,129)
#766275
(118,98,117)
#6A5869
(106,88,105)
#5E4E5D
(94,78,93)
#524451
(82,68,81)
#463A45
(70,58,69)
#3A3039
(58,48,57)
#2E262D
(46,38,45)
#221C21
(34,28,33)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #8E768D

#8E768D
(142,118,141)
#988297
(152,130,151)
#A28EA1
(162,142,161)
#AC9AAB
(172,154,171)
#B6A6B5
(182,166,181)
#C0B2BF
(192,178,191)
#CABEC9
(202,190,201)
#D4CAD3
(212,202,211)
#DED6DD
(222,214,221)
#E8E2E7
(232,226,231)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E768D; }

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

This text font color is #8E768D.


Background Color

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

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

This div background color is #8E768D.


Border color

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

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

This div border color is #8E768D.


Opacity

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

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

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

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

This text has shadow with #8E768D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E768D on black background.


Color preview on white background

This text has color #8E768D on white background.



Black color preview on #8E768D background

This text has black color on #8E768D background.


White color preview on #8E768D background

This text has white color on #8E768D background.