COLOR #8E769F

HEX: #8E769F RGB: (142,118,159)

Color info

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

RGB color model

#8E769F color RGB value is (142,118,159).

RGB: (142,118,159) (56%, 46%, 62%)

RGB channels and saturation

R 142 of 255 = 56%
G 118 of 255 = 46%
B 159 of 255 = 62%

142
118
159

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

Portions of RGB colors in percentages

R + G + B = 142 + 118 + 159 = 419 (100%)
R 142 of 419 ~ 33.89%
G 118 of 419 ~ 28.16%
B 159 of 419 ~ 37.95'%

%33.89
%28.16
%37.95

CMYK color model

#8E769F color CMYK value is (11,26,0,38).

  • cyan value is 10.69%
  • magenta value is 25.79%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (11,26,0,38)
C11M26Y0K38 (11%, 26%, 0%, 38%)
(0.11 / 0.26 / 0.00 / 0.38)

CMYK percentages

%10.69
%25.79
%0
%37.65

Codes

Color #8E769F in popluar color models

8E 76 9F
RGB 142 118 159
HSL 275° 17.60% 54.31%
HSB/HSV 275° 25.79% 62.35%
CMYK 10.69% 25.79% 0.00%
37.65%

Color #8E769F in popluar number systems.

HEX 8E 76 9F
Decimal 142 118 159
Binary 10001110 1110110 10011111
Octal 216 166 237

Shades and tints

Shades of #8E769F

#8E769F
(142,118,159)
#826C91
(130,108,145)
#766283
(118,98,131)
#6A5875
(106,88,117)
#5E4E67
(94,78,103)
#524459
(82,68,89)
#463A4B
(70,58,75)
#3A303D
(58,48,61)
#2E262F
(46,38,47)
#221C21
(34,28,33)
#161213
(22,18,19)
#000000
(0,0,0)

Tints of #8E769F

#8E769F
(142,118,159)
#9882A7
(152,130,167)
#A28EAF
(162,142,175)
#AC9AB7
(172,154,183)
#B6A6BF
(182,166,191)
#C0B2C7
(192,178,199)
#CABECF
(202,190,207)
#D4CAD7
(212,202,215)
#DED6DF
(222,214,223)
#E8E2E7
(232,226,231)
#F2EEEF
(242,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E769F; }

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

This text font color is #8E769F.

Background Color

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

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

This div background color is #8E769F.

Border color

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

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

This div border color is #8E769F.

Opacity

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

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

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

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

This text has shadow with #8E769F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E769F.

Preview

Color preview on black background

This text has color #8E769F on black background.


Color preview on white background

This text has color #8E769F on white background.


Black color preview on #8E769F background

This text has black color on #8E769F background.


White color preview on #8E769F background

This text has white color on #8E769F background.


Related colors

Complementary color

Complementary color for #hex is #718960.


I love getcolorcode.com

Triadic colors

1 #9F8E76 and #769F8E with #8E769F are triadic colors.

2 #9F768E and #768E9F with #8E769F are triadic colors.