COLOR #8E697D

HEX: #8E697D RGB: (142,105,125)

Color info

#8E697D contains red, green and blue colors in about the same proportion. Web safe color of #8E697D is #996666 (or #966).

RGB color model

#8E697D color RGB value is (142,105,125).

RGB: (142,105,125) (56%, 41%, 49%)

RGB channels and saturation

R 142 of 255 = 56%
G 105 of 255 = 41%
B 125 of 255 = 49%

142
105
125

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

Portions of RGB colors in percentages

R + G + B = 142 + 105 + 125 = 372 (100%)
R 142 of 372 ~ 38.17%
G 105 of 372 ~ 28.23%
B 125 of 372 ~ 33.6'%

%38.17
%28.23
%33.6

CMYK color model

#8E697D color CMYK value is (0,26,12,44).

  • cyan value is 0.00%
  • magenta value is 26.06%
  • yellow value is 11.97%
  • key color value is 44.31%

CMYK: (0,26,12,44)
C0M26Y12K44 (0%, 26%, 12%, 44%)
(0.00 / 0.26 / 0.12 / 0.44)

CMYK percentages

%0
%26.06
%11.97
%44.31

Codes

Color #8E697D in popluar color models

8E 69 7D
RGB 142 105 125
HSL 328° 14.98% 48.43%
HSB/HSV 328° 26.06% 55.69%
CMYK 0.00% 26.06% 11.97%
44.31%

Color #8E697D in popluar number systems.

HEX 8E 69 7D
Decimal 142 105 125
Binary 10001110 1101001 1111101
Octal 216 151 175

Shades and tints

Shades of #8E697D

#8E697D
(142,105,125)
#826072
(130,96,114)
#765767
(118,87,103)
#6A4E5C
(106,78,92)
#5E4551
(94,69,81)
#523C46
(82,60,70)
#46333B
(70,51,59)
#3A2A30
(58,42,48)
#2E2125
(46,33,37)
#22181A
(34,24,26)
#160F0F
(22,15,15)
#000000
(0,0,0)

Tints of #8E697D

#8E697D
(142,105,125)
#987688
(152,118,136)
#A28393
(162,131,147)
#AC909E
(172,144,158)
#B69DA9
(182,157,169)
#C0AAB4
(192,170,180)
#CAB7BF
(202,183,191)
#D4C4CA
(212,196,202)
#DED1D5
(222,209,213)
#E8DEE0
(232,222,224)
#F2EBEB
(242,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E697D; }

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

This text font color is #8E697D.

Background Color

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

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

This div background color is #8E697D.

Border color

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

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

This div border color is #8E697D.

Opacity

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

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

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

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

This text has shadow with #8E697D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E697D.

Preview

Color preview on black background

This text has color #8E697D on black background.


Color preview on white background

This text has color #8E697D on white background.


Black color preview on #8E697D background

This text has black color on #8E697D background.


White color preview on #8E697D background

This text has white color on #8E697D background.


Related colors

Complementary color

Complementary color for #hex is #719682.


I love getcolorcode.com

Triadic colors

1 #7D8E69 and #697D8E with #8E697D are triadic colors.

2 #7D698E and #698E7D with #8E697D are triadic colors.