COLOR #8C677E

HEX: #8C677E
RGB: (140,103,126)

Color info

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

RGB color model

#8C677E color RGB value is (140,103,126).

  • red value is 140;
  • green value is 103;
  • blue value is 126.
RGB:
(140,103,126)
(55%,40%,49%)

RGB channels and saturation

R 140 of 255 = 55%
G 103 of 255 = 40%
B 126 of 255 = 49%

140
103
126

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

Portions of RGB colors in percentages

R + G + B =
140 + 103 + 126 = 369 (100%)
R 140 of 369 ~ 37.94%
G 103 of 369 ~ 27.91%
B 126 of 369 ~ 34.15%

%37.94
%27.91
%34.15

CMYK color model

#8C677E color CMYK value is (0,26,10,45).

  • cyan value is 0.00%
  • magenta value is 26.43%
  • yellow value is 10.00%
  • key color value is 45.10%
CMYK:
(0,26,10,45)
C0M26Y10K45 
(0%,26%,10%,45%)
(0.00/0.26/0.10/0.45)	

CMYK percentages

%0
%26.43
%10
%45.1

Codes

Color #8C677E in popluar color models

8C677E
RGB140103126
HSL323°15.23%47.65%
HSB/HSV323°26.43%54.90%
CMYK0.00%26.43%10.00%
45.10%

Color #8C677E in popluar number systems.

HEX8C677E
Decimal140103126
Binary1000110011001111111110
Octal214147176

Shades and tints

Shades of #8C677E

#8C677E
(140,103,126)
#805E73
(128,94,115)
#745568
(116,85,104)
#684C5D
(104,76,93)
#5C4352
(92,67,82)
#503A47
(80,58,71)
#44313C
(68,49,60)
#382831
(56,40,49)
#2C1F26
(44,31,38)
#20161B
(32,22,27)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #8C677E

#8C677E
(140,103,126)
#967489
(150,116,137)
#A08194
(160,129,148)
#AA8E9F
(170,142,159)
#B49BAA
(180,155,170)
#BEA8B5
(190,168,181)
#C8B5C0
(200,181,192)
#D2C2CB
(210,194,203)
#DCCFD6
(220,207,214)
#E6DCE1
(230,220,225)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C677E color. Also use rgb(140,103,126) instead hex code.

Text Font Color

.myTextColor { color: #8C677E; }

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

This text font color is #8C677E.


Background Color

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

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

This div background color is #8C677E.


Border color

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

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

This div border color is #8C677E.


Opacity

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

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

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

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

This text has shadow with #8C677E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C677E on black background.


Color preview on white background

This text has color #8C677E on white background.



Black color preview on #8C677E background

This text has black color on #8C677E background.


White color preview on #8C677E background

This text has white color on #8C677E background.