COLOR #8C6989

HEX: #8C6989
RGB: (140,105,137)

Color info

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

RGB color model

#8C6989 color RGB value is (140,105,137).

  • red value is 140;
  • green value is 105;
  • blue value is 137.
RGB:
(140,105,137)
(55%,41%,54%)

RGB channels and saturation

R 140 of 255 = 55%
G 105 of 255 = 41%
B 137 of 255 = 54%

140
105
137

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

Portions of RGB colors in percentages

R + G + B =
140 + 105 + 137 = 382 (100%)
R 140 of 382 ~ 36.65%
G 105 of 382 ~ 27.49%
B 137 of 382 ~ 35.86%

%36.65
%27.49
%35.86

CMYK color model

#8C6989 color CMYK value is (0,25,2,45).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 2.14%
  • key color value is 45.10%
CMYK:
(0,25,2,45)
C0M25Y2K45 
(0%,25%,2%,45%)
(0.00/0.25/0.02/0.45)	

CMYK percentages

%0
%25
%2.14
%45.1

Codes

Color #8C6989 in popluar color models

8C6989
RGB140105137
HSL305°14.29%48.04%
HSB/HSV305°25.00%54.90%
CMYK0.00%25.00%2.14%
45.10%

Color #8C6989 in popluar number systems.

HEX8C6989
Decimal140105137
Binary10001100110100110001001
Octal214151211

Shades and tints

Shades of #8C6989

#8C6989
(140,105,137)
#80607D
(128,96,125)
#745771
(116,87,113)
#684E65
(104,78,101)
#5C4559
(92,69,89)
#503C4D
(80,60,77)
#443341
(68,51,65)
#382A35
(56,42,53)
#2C2129
(44,33,41)
#20181D
(32,24,29)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #8C6989

#8C6989
(140,105,137)
#967693
(150,118,147)
#A0839D
(160,131,157)
#AA90A7
(170,144,167)
#B49DB1
(180,157,177)
#BEAABB
(190,170,187)
#C8B7C5
(200,183,197)
#D2C4CF
(210,196,207)
#DCD1D9
(220,209,217)
#E6DEE3
(230,222,227)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C6989 color. Also use rgb(140,105,137) instead hex code.

Text Font Color

.myTextColor { color: #8C6989; }

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

This text font color is #8C6989.


Background Color

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

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

This div background color is #8C6989.


Border color

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

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

This div border color is #8C6989.


Opacity

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

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

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

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

This text has shadow with #8C6989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6989 on black background.


Color preview on white background

This text has color #8C6989 on white background.



Black color preview on #8C6989 background

This text has black color on #8C6989 background.


White color preview on #8C6989 background

This text has white color on #8C6989 background.