COLOR #8C667C

HEX: #8C667C
RGB: (140,102,124)

Color info

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

RGB color model

#8C667C color RGB value is (140,102,124).

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

RGB channels and saturation

R 140 of 255 = 55%
G 102 of 255 = 40%
B 124 of 255 = 49%

140
102
124

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

Portions of RGB colors in percentages

R + G + B =
140 + 102 + 124 = 366 (100%)
R 140 of 366 ~ 38.25%
G 102 of 366 ~ 27.87%
B 124 of 366 ~ 33.88%

%38.25
%27.87
%33.88

CMYK color model

#8C667C color CMYK value is (0,27,11,45).

  • cyan value is 0.00%
  • magenta value is 27.14%
  • yellow value is 11.43%
  • key color value is 45.10%
CMYK:
(0,27,11,45)
C0M27Y11K45 
(0%,27%,11%,45%)
(0.00/0.27/0.11/0.45)	

CMYK percentages

%0
%27.14
%11.43
%45.1

Codes

Color #8C667C in popluar color models

8C667C
RGB140102124
HSL325°15.70%47.45%
HSB/HSV325°27.14%54.90%
CMYK0.00%27.14%11.43%
45.10%

Color #8C667C in popluar number systems.

HEX8C667C
Decimal140102124
Binary1000110011001101111100
Octal214146174

Shades and tints

Shades of #8C667C

#8C667C
(140,102,124)
#805D71
(128,93,113)
#745466
(116,84,102)
#684B5B
(104,75,91)
#5C4250
(92,66,80)
#503945
(80,57,69)
#44303A
(68,48,58)
#38272F
(56,39,47)
#2C1E24
(44,30,36)
#201519
(32,21,25)
#140C0E
(20,12,14)
#000000
(0,0,0)

Tints of #8C667C

#8C667C
(140,102,124)
#967387
(150,115,135)
#A08092
(160,128,146)
#AA8D9D
(170,141,157)
#B49AA8
(180,154,168)
#BEA7B3
(190,167,179)
#C8B4BE
(200,180,190)
#D2C1C9
(210,193,201)
#DCCED4
(220,206,212)
#E6DBDF
(230,219,223)
#F0E8EA
(240,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C667C color. Also use rgb(140,102,124) instead hex code.

Text Font Color

.myTextColor { color: #8C667C; }

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

This text font color is #8C667C.


Background Color

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

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

This div background color is #8C667C.


Border color

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

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

This div border color is #8C667C.


Opacity

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

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

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

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

This text has shadow with #8C667C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C667C on black background.


Color preview on white background

This text has color #8C667C on white background.



Black color preview on #8C667C background

This text has black color on #8C667C background.


White color preview on #8C667C background

This text has white color on #8C667C background.