COLOR #8E7683

HEX: #8E7683
RGB: (142,118,131)

Color info

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

RGB color model

#8E7683 color RGB value is (142,118,131).

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

RGB channels and saturation

R 142 of 255 = 56%
G 118 of 255 = 46%
B 131 of 255 = 51%

142
118
131

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

Portions of RGB colors in percentages

R + G + B =
142 + 118 + 131 = 391 (100%)
R 142 of 391 ~ 36.32%
G 118 of 391 ~ 30.18%
B 131 of 391 ~ 33.5%

%36.32
%30.18
%33.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.90%
  • yellow value is 7.75%
  • key color value is 44.31%
CMYK:
(0,17,8,44)
C0M17Y8K44 
(0%,17%,8%,44%)
(0.00/0.17/0.08/0.44)	

CMYK percentages

%0
%16.9
%7.75
%44.31

Codes

Color #8E7683 in popluar color models

8E7683
RGB142118131
HSL328°9.60%50.98%
HSB/HSV328°16.90%55.69%
CMYK0.00%16.90%7.75%
44.31%

Color #8E7683 in popluar number systems.

HEX8E7683
Decimal142118131
Binary10001110111011010000011
Octal216166203

Shades and tints

Shades of #8E7683

#8E7683
(142,118,131)
#826C78
(130,108,120)
#76626D
(118,98,109)
#6A5862
(106,88,98)
#5E4E57
(94,78,87)
#52444C
(82,68,76)
#463A41
(70,58,65)
#3A3036
(58,48,54)
#2E262B
(46,38,43)
#221C20
(34,28,32)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #8E7683

#8E7683
(142,118,131)
#98828E
(152,130,142)
#A28E99
(162,142,153)
#AC9AA4
(172,154,164)
#B6A6AF
(182,166,175)
#C0B2BA
(192,178,186)
#CABEC5
(202,190,197)
#D4CAD0
(212,202,208)
#DED6DB
(222,214,219)
#E8E2E6
(232,226,230)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7683; }

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

This text font color is #8E7683.


Background Color

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

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

This div background color is #8E7683.


Border color

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

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

This div border color is #8E7683.


Opacity

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

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

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

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

This text has shadow with #8E7683 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7683 on black background.


Color preview on white background

This text has color #8E7683 on white background.



Black color preview on #8E7683 background

This text has black color on #8E7683 background.


White color preview on #8E7683 background

This text has white color on #8E7683 background.