COLOR #8E698A

HEX: #8E698A
RGB: (142,105,138)

Color info

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

RGB color model

#8E698A color RGB value is (142,105,138).

  • red value is 142;
  • green value is 105;
  • blue value is 138.
RGB:
(142,105,138)
(56%,41%,54%)

RGB channels and saturation

R 142 of 255 = 56%
G 105 of 255 = 41%
B 138 of 255 = 54%

142
105
138

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

Portions of RGB colors in percentages

R + G + B =
142 + 105 + 138 = 385 (100%)
R 142 of 385 ~ 36.88%
G 105 of 385 ~ 27.27%
B 138 of 385 ~ 35.84%

%36.88
%27.27
%35.84

CMYK color model

#8E698A color CMYK value is (0,26,3,44).

  • cyan value is 0.00%
  • magenta value is 26.06%
  • yellow value is 2.82%
  • key color value is 44.31%
CMYK:
(0,26,3,44)
C0M26Y3K44 
(0%,26%,3%,44%)
(0.00/0.26/0.03/0.44)	

CMYK percentages

%0
%26.06
%2.82
%44.31

Codes

Color #8E698A in popluar color models

8E698A
RGB142105138
HSL306°14.98%48.43%
HSB/HSV306°26.06%55.69%
CMYK0.00%26.06%2.82%
44.31%

Color #8E698A in popluar number systems.

HEX8E698A
Decimal142105138
Binary10001110110100110001010
Octal216151212

Shades and tints

Shades of #8E698A

#8E698A
(142,105,138)
#82607E
(130,96,126)
#765772
(118,87,114)
#6A4E66
(106,78,102)
#5E455A
(94,69,90)
#523C4E
(82,60,78)
#463342
(70,51,66)
#3A2A36
(58,42,54)
#2E212A
(46,33,42)
#22181E
(34,24,30)
#160F12
(22,15,18)
#000000
(0,0,0)

Tints of #8E698A

#8E698A
(142,105,138)
#987694
(152,118,148)
#A2839E
(162,131,158)
#AC90A8
(172,144,168)
#B69DB2
(182,157,178)
#C0AABC
(192,170,188)
#CAB7C6
(202,183,198)
#D4C4D0
(212,196,208)
#DED1DA
(222,209,218)
#E8DEE4
(232,222,228)
#F2EBEE
(242,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E698A color. Also use rgb(142,105,138) instead hex code.

Text Font Color

.myTextColor { color: #8E698A; }

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

This text font color is #8E698A.


Background Color

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

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

This div background color is #8E698A.


Border color

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

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

This div border color is #8E698A.


Opacity

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

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

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

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

This text has shadow with #8E698A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E698A on black background.


Color preview on white background

This text has color #8E698A on white background.



Black color preview on #8E698A background

This text has black color on #8E698A background.


White color preview on #8E698A background

This text has white color on #8E698A background.