COLOR #8C5167

HEX: #8C5167
RGB: (140,81,103)

Color info

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

RGB color model

#8C5167 color RGB value is (140,81,103).

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

RGB channels and saturation

R 140 of 255 = 55%
G 81 of 255 = 32%
B 103 of 255 = 40%

140
81
103

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

Portions of RGB colors in percentages

R + G + B =
140 + 81 + 103 = 324 (100%)
R 140 of 324 ~ 43.21%
G 81 of 324 ~ 25%
B 103 of 324 ~ 31.79%

%43.21
%25
%31.79

CMYK color model

#8C5167 color CMYK value is (0,42,26,45).

  • cyan value is 0.00%
  • magenta value is 42.14%
  • yellow value is 26.43%
  • key color value is 45.10%
CMYK:
(0,42,26,45)
C0M42Y26K45 
(0%,42%,26%,45%)
(0.00/0.42/0.26/0.45)	

CMYK percentages

%0
%42.14
%26.43
%45.1

Codes

Color #8C5167 in popluar color models

8C5167
RGB14081103
HSL338°26.70%43.33%
HSB/HSV338°42.14%54.90%
CMYK0.00%42.14%26.43%
45.10%

Color #8C5167 in popluar number systems.

HEX8C5167
Decimal14081103
Binary1000110010100011100111
Octal214121147

Shades and tints

Shades of #8C5167

#8C5167
(140,81,103)
#804A5E
(128,74,94)
#744355
(116,67,85)
#683C4C
(104,60,76)
#5C3543
(92,53,67)
#502E3A
(80,46,58)
#442731
(68,39,49)
#382028
(56,32,40)
#2C191F
(44,25,31)
#201216
(32,18,22)
#140B0D
(20,11,13)
#000000
(0,0,0)

Tints of #8C5167

#8C5167
(140,81,103)
#966074
(150,96,116)
#A06F81
(160,111,129)
#AA7E8E
(170,126,142)
#B48D9B
(180,141,155)
#BE9CA8
(190,156,168)
#C8ABB5
(200,171,181)
#D2BAC2
(210,186,194)
#DCC9CF
(220,201,207)
#E6D8DC
(230,216,220)
#F0E7E9
(240,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C5167; }

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

This text font color is #8C5167.


Background Color

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

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

This div background color is #8C5167.


Border color

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

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

This div border color is #8C5167.


Opacity

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

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

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

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

This text has shadow with #8C5167 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5167 on black background.


Color preview on white background

This text has color #8C5167 on white background.



Black color preview on #8C5167 background

This text has black color on #8C5167 background.


White color preview on #8C5167 background

This text has white color on #8C5167 background.