COLOR #8C6985

HEX: #8C6985
RGB: (140,105,133)

Color info

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

RGB color model

#8C6985 color RGB value is (140,105,133).

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

RGB channels and saturation

R 140 of 255 = 55%
G 105 of 255 = 41%
B 133 of 255 = 52%

140
105
133

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

Portions of RGB colors in percentages

R + G + B =
140 + 105 + 133 = 378 (100%)
R 140 of 378 ~ 37.04%
G 105 of 378 ~ 27.78%
B 133 of 378 ~ 35.19%

%37.04
%27.78
%35.19

CMYK color model

#8C6985 color CMYK value is (0,25,5,45).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 5.00%
  • key color value is 45.10%
CMYK:
(0,25,5,45)
C0M25Y5K45 
(0%,25%,5%,45%)
(0.00/0.25/0.05/0.45)	

CMYK percentages

%0
%25
%5
%45.1

Codes

Color #8C6985 in popluar color models

8C6985
RGB140105133
HSL312°14.29%48.04%
HSB/HSV312°25.00%54.90%
CMYK0.00%25.00%5.00%
45.10%

Color #8C6985 in popluar number systems.

HEX8C6985
Decimal140105133
Binary10001100110100110000101
Octal214151205

Shades and tints

Shades of #8C6985

#8C6985
(140,105,133)
#806079
(128,96,121)
#74576D
(116,87,109)
#684E61
(104,78,97)
#5C4555
(92,69,85)
#503C49
(80,60,73)
#44333D
(68,51,61)
#382A31
(56,42,49)
#2C2125
(44,33,37)
#201819
(32,24,25)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #8C6985

#8C6985
(140,105,133)
#967690
(150,118,144)
#A0839B
(160,131,155)
#AA90A6
(170,144,166)
#B49DB1
(180,157,177)
#BEAABC
(190,170,188)
#C8B7C7
(200,183,199)
#D2C4D2
(210,196,210)
#DCD1DD
(220,209,221)
#E6DEE8
(230,222,232)
#F0EBF3
(240,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C6985; }

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

This text font color is #8C6985.


Background Color

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

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

This div background color is #8C6985.


Border color

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

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

This div border color is #8C6985.


Opacity

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

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

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

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

This text has shadow with #8C6985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6985 on black background.


Color preview on white background

This text has color #8C6985 on white background.



Black color preview on #8C6985 background

This text has black color on #8C6985 background.


White color preview on #8C6985 background

This text has white color on #8C6985 background.