COLOR #8C6685

HEX: #8C6685
RGB: (140,102,133)

Color info

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

RGB color model

#8C6685 color RGB value is (140,102,133).

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

RGB channels and saturation

R 140 of 255 = 55%
G 102 of 255 = 40%
B 133 of 255 = 52%

140
102
133

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

Portions of RGB colors in percentages

R + G + B =
140 + 102 + 133 = 375 (100%)
R 140 of 375 ~ 37.33%
G 102 of 375 ~ 27.2%
B 133 of 375 ~ 35.47%

%37.33
%27.2
%35.47

CMYK color model

#8C6685 color CMYK value is (0,27,5,45).

  • cyan value is 0.00%
  • magenta value is 27.14%
  • yellow value is 5.00%
  • key color value is 45.10%
CMYK:
(0,27,5,45)
C0M27Y5K45 
(0%,27%,5%,45%)
(0.00/0.27/0.05/0.45)	

CMYK percentages

%0
%27.14
%5
%45.1

Codes

Color #8C6685 in popluar color models

8C6685
RGB140102133
HSL311°15.70%47.45%
HSB/HSV311°27.14%54.90%
CMYK0.00%27.14%5.00%
45.10%

Color #8C6685 in popluar number systems.

HEX8C6685
Decimal140102133
Binary10001100110011010000101
Octal214146205

Shades and tints

Shades of #8C6685

#8C6685
(140,102,133)
#805D79
(128,93,121)
#74546D
(116,84,109)
#684B61
(104,75,97)
#5C4255
(92,66,85)
#503949
(80,57,73)
#44303D
(68,48,61)
#382731
(56,39,49)
#2C1E25
(44,30,37)
#201519
(32,21,25)
#140C0D
(20,12,13)
#000000
(0,0,0)

Tints of #8C6685

#8C6685
(140,102,133)
#967390
(150,115,144)
#A0809B
(160,128,155)
#AA8DA6
(170,141,166)
#B49AB1
(180,154,177)
#BEA7BC
(190,167,188)
#C8B4C7
(200,180,199)
#D2C1D2
(210,193,210)
#DCCEDD
(220,206,221)
#E6DBE8
(230,219,232)
#F0E8F3
(240,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C6685; }

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

This text font color is #8C6685.


Background Color

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

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

This div background color is #8C6685.


Border color

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

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

This div border color is #8C6685.


Opacity

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

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

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

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

This text has shadow with #8C6685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6685 on black background.


Color preview on white background

This text has color #8C6685 on white background.



Black color preview on #8C6685 background

This text has black color on #8C6685 background.


White color preview on #8C6685 background

This text has white color on #8C6685 background.