COLOR #8E769A

HEX: #8E769A
RGB: (142,118,154)

Color info

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

RGB color model

#8E769A color RGB value is (142,118,154).

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

RGB channels and saturation

R 142 of 255 = 56%
G 118 of 255 = 46%
B 154 of 255 = 60%

142
118
154

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

Portions of RGB colors in percentages

R + G + B =
142 + 118 + 154 = 414 (100%)
R 142 of 414 ~ 34.3%
G 118 of 414 ~ 28.5%
B 154 of 414 ~ 37.2%

%34.3
%28.5
%37.2

CMYK color model

#8E769A color CMYK value is (8,23,0,40).

  • cyan value is 7.79%
  • magenta value is 23.38%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(8,23,0,40)
C8M23Y0K40 
(8%,23%,0%,40%)
(0.08/0.23/0.00/0.40)	

CMYK percentages

%7.79
%23.38
%0
%39.61

Codes

Color #8E769A in popluar color models

8E769A
RGB142118154
HSL280°15.13%53.33%
HSB/HSV280°23.38%60.39%
CMYK7.79%23.38%0.00%
39.61%

Color #8E769A in popluar number systems.

HEX8E769A
Decimal142118154
Binary10001110111011010011010
Octal216166232

Shades and tints

Shades of #8E769A

#8E769A
(142,118,154)
#826C8C
(130,108,140)
#76627E
(118,98,126)
#6A5870
(106,88,112)
#5E4E62
(94,78,98)
#524454
(82,68,84)
#463A46
(70,58,70)
#3A3038
(58,48,56)
#2E262A
(46,38,42)
#221C1C
(34,28,28)
#16120E
(22,18,14)
#000000
(0,0,0)

Tints of #8E769A

#8E769A
(142,118,154)
#9882A3
(152,130,163)
#A28EAC
(162,142,172)
#AC9AB5
(172,154,181)
#B6A6BE
(182,166,190)
#C0B2C7
(192,178,199)
#CABED0
(202,190,208)
#D4CAD9
(212,202,217)
#DED6E2
(222,214,226)
#E8E2EB
(232,226,235)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E769A; }

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

This text font color is #8E769A.


Background Color

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

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

This div background color is #8E769A.


Border color

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

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

This div border color is #8E769A.


Opacity

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

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

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

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

This text has shadow with #8E769A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E769A on black background.


Color preview on white background

This text has color #8E769A on white background.



Black color preview on #8E769A background

This text has black color on #8E769A background.


White color preview on #8E769A background

This text has white color on #8E769A background.